MyBB Community Forums

Full Version: Portal Latest Thread Forum Hyperlink Bug
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
FYI, this is not the same issue as http://community.mybb.com/thread-158488.html .

When viewing the MyBB portal Latest Threads block, the hyperlink next to "Forum:" does not lead to a forum when clicked, but instead points to a particular thread.  I haven't been able to determine how it decides what thread to point to.  I have, however,  confirmed this is happening both on my install and here on the MyBB community forums as well.

Obviously, the correct behavior would be for the link to lead to the forum which is actually visually shown on the portal.
confirmed ..

portal.php - line 393
$thread['forumlink'] = get_thread_link($thread['fid']);

change to
$thread['forumlink'] = get_forum_link($thread['fid']);
Hi,

Thank you for your report. We have pushed this issue to our Github repository for further analysis where you can track our commits and progress with fixing this bug. Discussions regarding this bug may also take place there too.

Follow this link to visit the issue on Github: https://github.com/mybb/mybb/issues/1405

Thanks for contributing to MyBB!

Regards,
The MyBB Group