MyBB Community Forums

Full Version: Thread Icon in Showthread
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This is a very simple plugin I made on request a while ago, it got more downloads than I expected so sharing it here too.

It displays the selected thread icon on showthread.php and two other related pages - printthread.php and newreply.php. Should work on both 1.8 and 1.6. More info in the download link and on the github page.

[Image: preview_58253_1411197376_8869b7d411c255b...8b4fd7.png]

Download:
http://community.mybb.com/mods.php?action=view&pid=187

Bug reports/enhancement requests:
https://github.com/Destroy666x/MyBB-Thre...Showthread

Lang packs:
Since the current way of adding lang packs is not really good, PM me and I'll add you as contributor.
I'm trying to add this to the Sidebar on my forum index, but it's just too late and my mind is not comprehending.
Will simply adding $thread_icon to my index_sidebar_post template not work?

I'm assuming the hook should still be printing out at this point, but that's not the case.

{$headerinclude}
<tr>
<td class="trow1 latestpost" valign="top">
{$thread_icon} <strong><a href="{$mybb->settings['bburl']}/showthread.php?tid={$tid}">{$postname}</a></strong><br>
{$lang->latest_post_by} {$lastposterlink} {$lang->latestposttime}
</td>
</tr>

How can I go about doing this?
Thanks.
It won't work in any place besides the ones I mentioned. You'll have to modify the latest thread sidebar plugin and select the icon column in it.