I'm using https://www.phpbb.com/customise/db/mod/ ... iend_list/ and viewtopic.php?f=70&t=2173936.
Each of these mods have pagination on the profile.
So, going to memberlist.php?mode=viewprofile&u=2&start=5
Would load page 2 of the profile comments, and page 5 of the profile friends list.
I tried changing the $start variable for the friends list to:
memberlist.php?mode=viewprofile&u=2&friendsstart=5
and that works, without changing the page of the profile comments, BUT, only if you go DIRECTLY to that URL. The pagination links still appear with "start=" and not "friendsstart=". Where can I replace the "start=" for the pagination in the profile comments?
Thanks