What if I want to disable all Tag functions - Add Tag / Show Hot Tags ... etc
bbPress support forums » Installation
how to disable Tag function?
(3 posts)-
Posted 1 year ago #
-
You would need to edit your template files to get rid of all the places that tags show up. If you are using the default theme, the best thing would be to edit all the files that need editing and upload them to a new folder /my-templates/themename/ as that will allow you to edit the files that you need without doing anything to the themes in /bb-templates/. Any file in the folder inside /my-templates/ will be read and if it doesn't exist there, it uses the originals in /bb-templates/.
Off thet top of my head, it would require editing the following files:
front-page.php
topic.php
forum.php (to get rid of the place to create topic and tags)
new-topic.phpThere might be more and I might be off on the names, but just comment out <! -- and --> around any code that deals with the tags.
Trent
Posted 1 year ago # -
so nice, thank you.
I'm using your new templates. :)hope new creative template release.
Posted 1 year ago #
Reply
You must log in to post.