MyBB Community Forums

Full Version: Redirect Tabs
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys. How do I make new tabs so that whenever I click on the tab, it goes to a different page?
Tabs where...??
I think he means Header Links,

If so, 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