MyBB Community Forums

Full Version: Plz help regarding New Buttons
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I want to add new buttons like Sms channels button, feed subscription btton, etc at top of my website.....is there any plugin available for this or any html code for adding these......??

plz help
Do you mean links like Search, Memberlist etc? If so, just edit the header template (copy the code for the links already there)
It's Simple.
Follow the steps below.

Login to ACP > Templates and style > Templates > choose your template > click on options > expand templates > header templates > header
Then add using the following code.
<li><a href="{$mybb->settings['bburl']}/myawards.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/awards.png" alt="" title="" /><b>Awards</b></a></li>
Above, is just an example.
You may change the image name and the name.