MyBB Community Forums

Full Version: minor error in template forumdisplay_threadlist
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Minor error causing the wrong post legend icon to be displayed in forum display for hot topic.

This:
Quote: <dd><span class="thread_status hotfolder.png" title="{$lang->hot_thread}">&nbsp;</span> {$lang->hot_thread}</dd>


should be this:
Quote: <dd><span class="thread_status hotfolder" title="{$lang->hot_thread}">&nbsp;</span> {$lang->hot_thread}</dd>
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/24

Thanks for contributing to MyBB!

Regards,
The MyBB Group