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.
Options

Activity Link

edited March 2011 in Vanilla 2.0 - 2.8
How can i remove the Activity link (and all related links) from the forum completely? Do I need to remove it from the hardcoded php?

Comments

  • Options
    LincLinc Detroit Admin
    Copy default.master.php into a new theme and remove this line from it:

    $this->Menu->AddLink('Activity', T('Activity'), '/activity');
  • Options
    thanks. it works!
This discussion has been closed.