MyBB Community Forums

Full Version: Thread images
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi i'm running a forum (in beta) https://reastic.com 

So next to every thread there is a block and i want to set an image in it but i cannot find the template set thingy:
[Image: dM8CJ3f4hAYuRjuRU7zlEbdInpW7mn6IF1Pgyfre...ize_mode=3]

These are all the templates it could be a part of:
[Image: MKPpWDwwbsizrhw8q7FHhhhUTxFecDo8Yd6bEJuI...ize_mode=3]
The template that i use is Fragstar Red Templates
the template you want should be forumbit_depth2_cat
also try ask the developer to assist you since its a premium theme that ou download it for free Wink
So this is the html code that i want to put in it

<img src="Announcements.png" alt="Category" style="width:32px;height:32px;">

but i don't know on what line, this is how it looks like

<tr>
<td class="{$bgcolor}" align="center" width="1"><span class="forum_status forum_{$lightbulb['folder']} ajax_mark_read" title="{$lightbulb['altonoff']}" id="mark_read_{$forum['fid']}"></span></td>
<td class="{$bgcolor}">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$subforums}</div>
</td>
<td class="{$bgcolor}" align="center" style="white-space: nowrap">{$threads}{$unapproved['unapproved_threads']}</td>
<td class="{$bgcolor}" align="center" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']}</td>
<td class="{$bgcolor}" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr>