MyBB Community Forums

Full Version: How can I make a link button for my forums?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I wish to add buttons that users can press that will take them to a page where they can view the server team, donate, stuff like that.

I know it involves doing stuff with headers, but I cant understand most of the youtube videos.

I've been meaning to do this for around a month now, can someone please help me?
Admincp -> Templates & Style -> Templates -> Your Template Set -> Header Templates -> Header

Add something like this:

<li><a href="{$mybb->settings['bburl']}/showteam.php">Forum Team</a></li>

The above code would be for the forum team.
(2012-07-14, 10:11 PM)vernier Wrote: [ -> ]Admincp -> Templates & Style -> Templates -> Your Template Set -> Header Templates -> Header

Add something like this:

<li><a href="{$mybb->settings['bburl']}/showteam.php">Forum Team</a></li>

The above code would be for the forum team.

NOTEConfusedome templates require you to go to the languages folder.

Happened to me few times.