MyBB Community Forums

Full Version: [F] Board Statistics inconsistency [C-StefanT]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
As it says, just an inconsistency, not really a bug but thought I'd point it out anyway...

The "Most popular forum" link is given as:
http://community.mybboard.net/forumdisplay.php?fid=4
Whereas it should be:
http://community.mybboard.net/forum-4.html

Similar sort of thing happens on my forums too.


* Ryan Loos runs away.
Hi

Open ./stats.php

Search (line 124):
$topforum = "<a href=\"forumdisplay.php?fid={$forum['fid']}\">{$forum['name']}</a>";

Replace with:
$topforum = "<a href=\"".get_forum_link($forum['fid'])."\">{$forum['name']}</a>";
Thank you for your bug report.

This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated.

With regards,
MyBB Group