2009-07-04, 05:07 AM
here is a bug report and fixin:
Most Popular Forums section got a problem links doesnt contains any fid so url's are broken.
how to fix:
open changstats.php:
find this line (line 706)
change it to:
as you can see i didnt do so much think. just change tid to fid and it ll work.
Most Popular Forums section got a problem links doesnt contains any fid so url's are broken.
how to fix:
open changstats.php:
find this line (line 706)
$colum1 = "<a href='forumdisplay.php?fid=".$top[tid]."'>".$top[name]."</a>";
change it to:
$colum1 = "<a href='forumdisplay.php?fid=".$top[fid]."'>".$top[name]."</a>";
as you can see i didnt do so much think. just change tid to fid and it ll work.