MyBB Community Forums

Full Version: stop categories being links
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
which template would i need to edit so that forums set up as categories on my board would not act as links? the main concern for me is the forum index page.
In the forumbit_depth1_cat template, find:

<a href="{$forum_url}">{$forum['name']}</a>

change to:

{$forum['name']}
thanks matt.

that worked perfectly. Cool