What's New
Off Topix: Embrace the Unexpected in Every Discussion

Off Topix is a well established general discussion forum that originally opened to the public way back in 2009! We provide a laid back atmosphere and our members are down to earth. We have a ton of content and fresh stuff is constantly being added. We cover all sorts of topics, so there's bound to be something inside to pique your interest. We welcome anyone and everyone to register & become a member of our awesome community.

Mybb-How to add a tab in the navigation bar!

Blake

Dedicated Member
Member
Joined
Nov 10, 2009
Posts
318
OT Bucks
656
This is for the newcomers to Mybb.

This will show you how to add extra links to you sites header.



ACP>>Templates & Styles>> Templates>> Your theme>> Header Templates>>Header.



Now looks for a code similar to this one.

Code:

[*]}/search.php]{$lang->toplinks_search}



Paste the code on a new line.



Now change this part [*]<a href={$mybb->settings['bburl']}/search.php>

To the ending path of the new page. Usally

mysite.com/RightHere.php Or anything after the /



Now change this part. {$lang->toplinks_search} To what you want the link to say, such as Ban List. Its not always going to be a {$lang->toplinks_search} But something close.



To change a image if possible look for this code.

b]




And change the bolded part to the path of the image!



Hope this help!
 
Thank you for this information!
 
I updated the tutorial and here is a picture of the outcome and the acp edits if that is what you meant.

Outcome:

2zhfnls.png




ACP Edits:

25tvm28.png
 
Payton said:
[quote name='The Annoying Madi']Screen Shot?



Why the hell would you need one?[/quote]Maybe because they want to see how the code looks?
 
Blake said:
[quote name='Payton'][quote name='The Annoying Madi']Screen Shot?



Why the hell would you need one?[/quote]Maybe because they want to see how the code looks?[/quote]



That reasoning is so dumb I don't think it even warrants a response.
 
Payton said:
[quote name='Blake'][quote name='Payton'][quote name='The Annoying Madi']Screen Shot?



Why the hell would you need one?[/quote]Maybe because they want to see how the code looks?[/quote]



That reasoning is so dumb I don't think it even warrants a response.[/quote]Dont come here just to yell at people, its not mine or your business as to why they want a picture, if they ask I'll post it simple as that.
 
Back
Top Bottom