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.

Add a New Discussion button for guests

Hello

I want to show the "Add a New Discussion" button for guests and when they click on it, they get redirected to the sign up page. How possible is this, please?

Any help is appreciated

Best Answer

  • vrijvlindervrijvlinder Papillon-Sauvage MVP
    edited October 2013 Answer ✓

    Yes , where do you want to put it ? in the menu in the panel ?

    if you have a php based theme add this in the area where the other links that look like this for the menu, in your default.master.php this will make it come out as part of the menu.

    $this->Menu->AddLink('New Discussion', T('New Discussion'), 'post/discussion');

Answers

Sign In or Register to comment.