MyBB Community Forums

Full Version: How to add buttons to forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to add some buttons to easily nevigate home page. Please tell me how to add buttons. I use MyAdvertisement plugin I need to add those button inside Header area.
AdminCP > Templates and Style > Templates > *select your theme* > Header Templates > header

This is the area you can add your buttons/links.
(2015-10-10, 10:07 AM)sparkks Wrote: [ -> ]AdminCP > Templates and Style > Templates > *select your theme* > Header Templates > header

This is the area you can add your buttons/links.

Thank you for your reply. how to add buttons on head same like reply, new thread button style?
The "new reply" button is made with html and css...

You can search in the css of your theme the class : button new_reply_button
<FORM>
<INPUT Type="BUTTON" Value="Home Page" Onclick="window.location.href='http://www.computerhope.com/'"> 
</FORM>
DID SOME RESEARCH