MyBB Community Forums

Full Version: Want To Add Button On Header Menu
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello There, Yesterday i install Mybb 1.4 And Its Good.Now I Have Done Some Modification.And I Have Some Problem Now.

My Problem is, I want to add Button to top menu.and I am now using Condition and vbnavbar for 1.4.4.And I want to Add A new button there. How Can I Do it? Pls Inform Me.

[Image: f6a3g4zzyejj1fk84u7d.jpg]
Are you using this thread for editing your templates http://community.mybboard.net/thread-42635.html ???
If you want to add links that show only for GUESTS then edit your Header Templates / header_welcomeblock_guest template ... and add URLS or BUTTONs in this way
<a href="your button URL"><strong>YOUR BUTTON TEXT</strong></a>

If you want to add buttons that show only for members (including all memebrs of your forum such as admin, moderators, simple members etc) then use the same code in Header Templates / header_welcomeblock_member template

Thats it Smile
Yes i am using this thread http://community.mybboard.net/thread-42635.html

seems like your code doesnt work on header_welcomeblock_guest. but work inheader_welcomeblock_member template. i can view in Header Templates / header_welcomeblock_guest:
Code:
<a href="{$mybb->settings['bburl']}/member.php?action=register"><strong>{$lang->welcome_register}</strong></a>

Here i add that code..(but nothing Happend)What should i do?

and where i can enable the quick reply from acp. thanx in advance.
Quick Reply can be enable via Admin CP > Configuration and Settings >

and if you try that code just after the next code, it should work