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.

Big Button "Start new discussion" beta2 version

edited September 2011 in Vanilla 2.0 - 2.8
My Big Button "Start new discussion" always appears, also for guests.
Any help please ?
Tagged:

Answers

  • fixed.
    views/modules/newdiscussion.php

    if (Gdn::Session()->UserID != 0)
    {
    echo Anchor(T('Start a New Discussion'), '/post/discussion'.(array_key_exists('CategoryID', $Data) ? '/'.$Data['CategoryID'] : ''), 'BigButton NewDiscussion');
    }
  • That's on purpose.
Sign In or Register to comment.