On the configuration of the discography's special page (Plugins -> Configure I18N Special Pages -> discography), simply delete what is in the Slug/URL field completely and save. Thereafter, when you create and edit special pages under discography, you'll be asked to define the Slug/URL yourself, as with any normal page.
It looks like the only possible fault with this plugin is that you can't have a combination of the pre-defined prefix/suffix and your own custom slugs. It's either all predefined or all custom. Some might like it so that the field can take a form similar to the following:
And page slug is the name that they define themselves. That way they can have the date always pre-defined, but ensure that the full slug always includes any additional titles that they may want, e.g:
Or in alienee2's case:
Where the custom slug includes the artist's name, year and album, leading to
Or something.
--edit-- took too long editing my post to see that mvlcek had posted already xD
--edit-- My news items aren't showing:
http://spritingonawhim.net.tc/blog/
On that page I have
So is there something I am missing?
--edit-- fixed it by changing addtags to just tags.
It looks like the only possible fault with this plugin is that you can't have a combination of the pre-defined prefix/suffix and your own custom slugs. It's either all predefined or all custom. Some might like it so that the field can take a form similar to the following:
Code:
news-%Y-%m-%d-{pageslug}
And page slug is the name that they define themselves. That way they can have the date always pre-defined, but ensure that the full slug always includes any additional titles that they may want, e.g:
Code:
news-2012-02-17-i18n-special-pages-update
Or in alienee2's case:
Code:
%Y-%m-%d-{pageslug}
Where the custom slug includes the artist's name, year and album, leading to
Code:
2012-02-17-artist-year-album
Or something.
--edit-- took too long editing my post to see that mvlcek had posted already xD
--edit-- My news items aren't showing:
http://spritingonawhim.net.tc/blog/
On that page I have
Code:
(% searchresults addtags=_special_news %)
So is there something I am missing?
--edit-- fixed it by changing addtags to just tags.