bbPress

Simple, Fast, Elegant

bbPress support forums » Installation

how to disable Tag function?

(3 posts)
  • Started 1 year ago by wenkong
  • Latest reply from wenkong
  • This topic is not resolved

Tags:

  1. wenkong
    Member

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

    Posted 1 year ago #
  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

    Posted 1 year ago #
  3. wenkong
    Member

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

    hope new creative template release.

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.