MyBB Community Forums

Full Version: remove "hot topics etc icons"
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there an easy way to have my footer on all pages look the same as in the front page ?
i.e. on front page footer it only shows "new thread, no new thread, locked thread"
On sub forums it shows the above, as well as ..."posts by you hot topics etc" with different and smaller icons.

I figure its somewhere in the forumdisply.php ?

Thanks
I dont understand, send us a screenshot please Big Grin. Im sure its simple code, but I dont understand exactly what you are looking for.
Smile hope this explains it better.
[Image: 68e70180c3.gif]

The bottom pic is the footer from my front page,
when people go to sub forums they see (as an example) the top part of the pic, I would like it to stay the same as the front page,
with just the
  • "forum contains new post"
  • "forum contains no new post"
  • "forum is locked"
                                        <td align="center" class="trow1">
						<img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /> <span class="smalltext">{$lang->new_posts}</span>
						<img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /> <span class="smalltext">{$lang->no_new_posts}</span>
						<img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" style="vertical-align: middle;" /> <span class="smalltext">{$lang->forum_locked}</span>
</td>

Is the code, not in a table, for the bottom pic.
Thanks,
which template is the code for the top pic in ?
please. Im looking, looking looking Smile
It should be in forumdisplay_threadlist