MyBB Community Forums

Full Version: Button Help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i Want Add Button On header After Help Button Please help me How Can I Add More Buttons. .

Thanks.
Admin CP -> Templates & Style -> Templates -> *your theme's templates* -> Header Templates -> Header.

After:

<li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><img src="{$theme['imgdir']}/toplinks/help.gif" alt="" title="" />{$lang->toplinks_help}</a></li>

Add:

<li><a href="button's link"><img src="button's image link" alt="" title="" />button's link name</a></li>

Something like this should work. Of course you have to change some things that I wrote.