MyBB Community Forums

Full Version: Forum Rules on Thread View
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey,

I'd like to know, if it's possible to make the forum rules to show up on thread view too? If yes, how? Smile
I tried copying the code from forumdisplay_rules template to showthread template.

It worked as far showing the table, but not the actual content in it.

Any help?

I'm not actually showing rules in the box, but other content related to specific forums.

Oh, I think I posted this in the wrong forum, sorry Smile
add this to the showthread template via admin cp


<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong>{$forum['rulestitle']}</strong></td>
</tr>
<tr>
<td class="trow1"><span class="smalltext">{$forum['rules']}</span></td>
</tr>
</table>
<br />