Hi,
I'm posting another issue i had, because after verification it doesn't come from my modifications (still appears with my mod plugin switched off and basic protostar template).
It only appears when the list is loaded by ajax, when i refresh the page, the pagination is allright. You can test on our site for which the support is registered (not the site i am working on right now, and version is 4.0.13, but issue is the same).
The problem: the context is for pages that display a post list (EasyDiscuss » Frontpage Layout » Frontpage Layout) through ajax AND that have an alias (that are not the home page). So, the page has an alias, i will take an example from our site, when i first go to "Tous" in the menu ("tous" means "all"

, the alias is "website/tous". There are lots of posts, and the pagination is allright (website/tous?start=20).
But when the list is loaded by ajax, the page alias disappears, and i am then redirected to another menu item (home page). Following the exemple, in the list, when i filter to "Non réglés" (Unsolved) and trigger an ajax load, the url in the browser updates correctly (website/tous/index/unresolved). However, in the pagination, the current page is forgotten, and links become "website/index/unresolved/latest?start=20" instead of "website/tous/index/unresolved/latest?start=20".
So when i click on a pagination link, i am redirected to the "new posts" page (Nouveaux) which is currently set as the homepage and has the "Unread" filter whic overrides url's filter.
Do you have a clue for where i can fix this? Have been searching a little, but there are lots of files in there ^^ I have managed to pass my added filters through the pagination, but i don't find where current page would be passed to the request..
Thanks by advance!