MyBB Community Forums

Full Version: Space between Announcements, Stickies and regular Posts
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Would it be possible to have a space between Announcements, Stickies and regular topics in a forum ? I would like to separate that with at least 3 or 4px. Not having that in the same table as it is now.

I remember I had that as a modification in vB before. Could someone tell me how I could make that work ? Any help is appreciated.

Thank you.

Wolfseye
What you could do is edit the forumdisplay_threads_sep template and add a space or some padding or split it into a table

Something like...

</table>
<table>
<tr>
<td class="trow_sep" colspan="{$colspan}">{$lang->normal_threads}</td>
</tr>

not tested, and you could maybe target it with a css rule.
Thanks Lee. Wink

That code however messes up the threads display. Wink As you know I am not good with these things, so if I can't solve it, i'll just move on and don't worry too much. Can't have it all. Wink