aComAdi Posted June 7, 2020 Share Posted June 7, 2020 Hi, I have a question regarding the pagination (MarkupPagerNav). I have it setup for a news page and it works fine (currently set to Limit 1 for testing): http://www.odermatt-luzern.ch/neu2020/neuigkeiten/ Question: Change URL segment It's a German language site. Therefore I would like the pager URL segment from page1, page2, page3, etc. to Seite1, Seite2, Seite3, etc. I didn't see this to be possible in the settings or the API. Can this be achieved? Thanks in advance for any tips and hints. Adrian Link to comment Share on other sites More sharing options...
Gideon So Posted June 7, 2020 Share Posted June 7, 2020 @aComAdi Add $config->pageNumUrlPrefix = Seite; to your config.php. Gideon 3 Link to comment Share on other sites More sharing options...
aComAdi Posted June 7, 2020 Author Share Posted June 7, 2020 Perfect. Thanks Gideon. Link to comment Share on other sites More sharing options...
froot Posted March 18, 2021 Share Posted March 18, 2021 doesn't work with blank PW profile. Also, my attempts to make it multilingual not only do not work but break the site. $config->pageNumUrlPrefix = _x('Seite', 'general'); thoughts? Link to comment Share on other sites More sharing options...
Jan Romero Posted March 18, 2021 Share Posted March 18, 2021 27 minutes ago, fruid said: doesn't work with blank PW profile. Also, my attempts to make it multilingual not only do not work but break the site. $config->pageNumUrlPrefix = _x('Seite', 'general'); thoughts? yeah, the module LanguageSupportPageNames offers this in the module settings. 1 Link to comment Share on other sites More sharing options...
froot Posted March 19, 2021 Share Posted March 19, 2021 @Jan Romero thanks, I knew I saw that somewhere before, just couldn't recall. Works. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now