Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Start New Discussion Menu Item

edited October 2010 in Vanilla 2.0 - 2.8
How can I add a "Start New Discussion" button (viewable only to logged in users) to my top menu buttons? Thanks.

Comments

  • If you are using a theme (not the default one), you should be looking at
    themes/__your_theme__/views/default.master.php
    The relevant code should be:
    if ($Session->IsValid()) { $this->Menu->AddLink('Discussion', T('Start a New Discussion'), '/post/discussion', array('Garden.SignIn.Allow'), array('class' => 'UserNotifications')); }

    /cd
  • edited October 2010
    Tried what you recommend but bonked the whole site. :(
Sign In or Register to comment.