Forums

Join
bbPress Support ForumsPluginsI want hide tags

Info

I want hide tags

  1. Hello

    I want hide tags

  2. Set topic-tags and post-form-tags-container in your CSS to display:none

  3. I did not understand
    Where the css??

  4. you should to create style.css file in your theme directory too.

  5. thanks

  6. ok i create style.css in /public_html/forum
    and what ?
    please help

  7. Read this: http://bbpress.org/documentation/themes/

    See how in step 1 it says to make sure you have a my-templates folder?

    You'll be putting style.css in /public_html/forum/my-templates/NEWTEMPLATE/

    With a header in style.css like this:

    /*
    Theme Name: The name of your cool new theme.
    Theme URI: Your theme's url. Maybe it's the blog post you wrote about it.
    Description: Describe your theme here. You can be nice and say something like "Blues and Greens in a two-column format" or enigmatic and say "The river here is only waist deep".
    Version: Always number your releases. Please only use numbers and decimal points (yes, we broke our own rule).
    Author: Author of the original theme,
    Author URI: and his or her url.
    Ported By: Name of the person who ported the theme to bbPress (if applicable),
    Porter URI: and his or her url.
    */

    Under that you'll put your custom CSS like

    topic-tags { display: none; }
    
    post-form-tags-container  { display: none; }
  8. I have tried but its not working
    Can I send information ftp to you ?
    please send me email >>

  9. please help me Ipstenu

  10. me either i need to hide the tags. They are consuming some space that i can use for other purpose like our Facebook fan page or link to twitter account.

  11. You must log in to post.