Forums

Join
bbPress Support ForumsInstallationhow to disable Tag function?

Info

Tags

how to disable Tag function?

  1. What if I want to disable all Tag functions - Add Tag / Show Hot Tags ... etc

  2. 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.php

    There 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

  3. so nice, thank you.
    I'm using your new templates. :)

    hope new creative template release.

  4. You must log in to post.