MyBB Community Forums

Full Version: Top Bar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys,

I am wanting to create a top bar along the top of my forum, with the name of the network it belongs to and a link back to it etc...

I have tried this by creating a new template called topbar, and inserting this code into it:
<body style="margin-top:0; margin-right:0; margin-left:0">
<table border="1" width="100%" cellpadding="0" cellspacing="0">
	<tr>
		<td>&nbsp;</td>
		<td>&nbsp;</td>
	</tr>
</table>

And then inserting this: {topbar} into the top of the header template.

However, this doesn't work. Does anyone have any suggestions that I can try?

Thanks,
Lord Top Cat
Why not just put that code where you to put {topbar}?
But if I put that code there, especially with the body tags will it not deface the forum?
Just tried it at no it doesn't deface!

Thanks
LTC