MyBB Community Forums

Full Version: Post Icon in Show Thread title ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can i show Post Icon in Show Thread title:

[Image: 4d1d853e05a80b496ae458459db96bf0.jpg]

i put {$icon} in show thread template but icon doesn't show up?


<a href="{$thread['threadlink']}">{$thread['threadprefix']}{$thread['subject']}{$icon}</a>

Can anyone help me, please?
Thanks!
Hello, can anyone help me, please ?
{$icon} variable is not available in the showthread template (only for similar threads). You need to retrieve the icon from cache like this:
https://github.com/mybb/mybb/blob/featur...y.php#L836
https://github.com/mybb/mybb/blob/featur....php#L1038
in a plugin or core edit.

I can write the plugin quickly if you want.
Thankyou so much, can you write this plugin for me.
(2014-09-19, 12:10 AM)anhmjn Wrote: [ -> ]Thankyou so much, can you write this plugin for me.

http://community.mybb.com/mods.php?action=view&pid=187
Thank you sir. You're the best ! Smile