MyBB Community Forums

Full Version: Image on forum header
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi again,

How can I add an image in each forum header like here:

[Image: 75303569.png]

I mean how can I add some mini-logo in headers like in this demo http://www.awesomestyles.com/mybb-themes/demo/ubuntubb

Thx
Go to: ACP > Templates > Forum Bit Templates > forumbit_depth1_cat > and find;
<div><strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div>

and Change it to;
<div><img src="images/h_pm.png"><strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div>

It should look like this;
[Image: attachment.php?aid=207]
Thx. What about the editor buton video bug?? I cant fix it.