Hello,
to reproduce the problem do this sequence starting from winehq's main page: 1. click on More Issues... http://www.winehq.org/?issue=back in Weekly Newsletters 2. scroll to the bottom of the page and click Next 12 Issues >> http://www.winehq.org/?issue=back;pos=12 3. scroll to the bottom of the page and click << Prev 12 Issues http://www.winehq.org/?wwn=back;pos=0
you should now be back on the page of step 2 but you are back on the main page. The problem can be solved be replaceing the 'wwn' of the link against 'issue'.
I did not find the template. Therefore I could not send a path :-(
Bye Stefan
you should now be back on the page of step 2 but you are back on the main page. The problem can be solved be replaceing the 'wwn' of the link against 'issue'.
Sounds easy, I can't test it since my local version is acting up on ?issue at general but seems this should do the trick :
Index: include/wwn.php =================================================================== RCS file: /home/wine/lostwages/include/wwn.php,v retrieving revision 1.17 diff -u -r1.17 wwn.php --- include/wwn.php 25 Mar 2004 15:44:06 -0000 1.17 +++ include/wwn.php 15 May 2004 09:52:32 -0000 @@ -156,7 +156,7 @@ if ($pos >= $perpage) { $prev = $pos - $perpage; - $prevLink = $html->ahref("<< Prev $perpage Issues",$PHP_SELF."?wwn=back;pos=".$prev,"class=menuItem"); + $prevLink = $html->ahref("<< Prev $perpage Issues",$PHP_SELF."?issue=back;pos=".$prev,"class=menuItem"); } else {