Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 16

6apxatArachnosCrusoeCurtisOdenconnectrperegrine +10 guests

Tabs..

How do I add an extra tab to the top of the page?

Comments

  • Posts: 124
    anyone?
  • Posts: 124
    bump
  • Posts: 4,883
    Where exactly do you want it added? In the main menu next to "discussions" and "activity", or above the discussion list next to "all discussions" and "bookmarked"?
  • Posts: 144
    Just add the following code in your theme where other menu items are added.
    Replacing the wordFriends with the page and pageurl
    $Sender->Menu->AddLink('Friends', Gdn::Translate('Friends'), '/friends', FALSE);

    the tabs are known as menu items.
  • Posts: 124
    Thanks Guys!
Sign In or Register to comment.