MyBB Community Forums

Full Version: How to add buttons on index?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
which file i will edit?i want to add more buttons beside search,member list an calendar...thanks for the help in advance..Rolleyes
do u see the XML file that comes with the theme, u need to edit that. just copy the button then change and name and the path.
or u can post your XML file here and i will do it for u.
you mean the xml file of the theme?im using 4 themes..huhuhu i need to edit it one by one?thanks for the reply...
Go to ACP > Templates > Header Templates > header > Edit and find;

<ul>

Add the following code just after the <ul>;

<li><a href="YOUR_LINK_URL"><img src="YOUR_IMAGE_URL" alt="" title="" />YOUR_LINK_TEXT</a></li>

Save template.

In this way you can add as many links as you can Smile
thanks ill try it...
go to:

ACP> Templates & Style > Template > Expand Template >> Expand Header Templates > Header Edit