aComAdi 6 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 Share this post Link to post Share on other sites
Gideon So 157 Posted June 7, 2020 @aComAdi Add $config->pageNumUrlPrefix = Seite; to your config.php. Gideon 2 Share this post Link to post Share on other sites
aComAdi 6 Posted June 7, 2020 Perfect. Thanks Gideon. Share this post Link to post Share on other sites