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 11

CurtisOdenericgillettesrinivasmbbs +8 guests

Top menu items

Hi,
I'm one of the newbies in the community and trying to improve my web side(Vanilla2),so:
I'm trying to add a link at the top menu,for example in default:
"Dashboard" "Discussion" "Activity" "Inbox" "Profile"
and I want to add more items to the list,and i downloaded the Custom Page add-on.and create the page(for example chat) /plugin/page/chatt,and it's working.But i couldn't find the way to add that link into the top menu.I want to get these :
"Dashboard" "Discussion" "Activity" "Inbox" "Profile" "Chat" "and" "More" ...
thank you:)

edit: and i'm searching in the older posts before posting these questions.
Tagged:

Comments

  • Are you using the default theme?

    Community Manager for Vanilla Forums

  • Posts: 9
    no actually i'm using the newsroom theme & vanilla 2.
  • views>default.master.php
  • Posts: 9
    thank you:) but i add this line:
    $this->Menu->AddLink('Chat', T('Chat'), '/plugin/page/chatt');

    and i lost the "sign out" item from the list.

  • Posts: 9
    here is the full menu block:



  • Posts: 9
    and one more question?
    How can i add mini icons from the top menu items like:
    (home icon)discussion (activity icon)activity ....etc.
    thank you for helping:) and i'm still can not find any solution for the sign out item
  • Posts: 9
    thank you for helping i just solve the problem:
    if you're using the newsroom theme(i don't check for the others) and turkish translation add-on together,and try to create new page via custom page plugin,you can not add more than one page and if you add new page to the main menu,you'll lost your "sign out" item from the list.
    to solve this problem change back to the original vanilla files(change these files : applications and conf)and translate the items yourself.do not use the TR translation add-on with custom page plugin.(maybe there is more than one solution,i just solve mine like that.)
  • Posts: 78
    I am using the default theme and would like to add a menu item to the top of the forum. I cannot find a views folder or default.master.php

    any help greatly apreciated, thank you.
Sign In or Register to comment.