Skip to:
Content
Pages
Categories
Search
Top
Bottom

hiding some items in forum & topic page


  • enkoes
    Participant

    @enkoes

    Hi, I’m thinking of hiding some items in forum & topic page as follows:

    Forum page:
    1) to hide forum information
    2) to hide topic viewing information
    see screenshot: https://paste.pics/KS7KD

    Topic page:
    1) to hide topic information
    2) to hide post viewing information
    3) to hide topic header (author & posts)
    see screenshot: https://paste.pics/KS7MF

    Are there any CSS codes that can achieve that?

Viewing 8 replies - 1 through 8 (of 8 total)

  • enkoes
    Participant

    @enkoes

    Hi, few weeks after posting the problems still couldn’t find the solutions myself. Anybody can help with this?


    Robin W
    Moderator

    @robin-w

    I would need a link to live examples to give you css – many things affect what classes are being used and you site might well be different to mine.


    enkoes
    Participant

    @enkoes

    Hi, this is my site link: https://www.lifeforum.my


    Robin W
    Moderator

    @robin-w

    put this in the custom css of you theme

    div.bbp-template-notice.info {
    	display: none;
    }
    
    .bbp-pagination-count {
    	display: none;
    }
    
    .forums.bbp-replies li.bbp-header {
            display: none;
    }

    enkoes
    Participant

    @enkoes

    Hi, just to highlight results after applying the CSS:

    First CSS – hide template notice – working great!

    2nd CSS – hide pagination count – only work on front page (ie, display topic index). I need to hide pagination count also in forum & topic page.

    3rd CSS – hide topic header in topic page – no output results.

    Please advise. TQ!


    Robin W
    Moderator

    @robin-w

    2nd – works in my browser for your site – can you close and reopen and check again, or post a new image showing what is still wrong, and links to an exact example.

    3rd – I don’t know what ‘no output results’ means ??? again it seems to have gone from your site in my browser.

    I did see that I had not taken out the ‘author/posts’ from the footer – you can add this

    .forums.bbp-replies li.bbp-footer {
            display: none;
    }

    enkoes
    Participant

    @enkoes

    Now all CSS working great!

    The 2nd & 3rd CSS showing results in a much delay manner, that’s why I thought they are not working initially. I have to test run a reply to a topic then only can “push” the CSS to work. 🙂

    Thanks a lot!


    Robin W
    Moderator

    @robin-w

    great – glad you are fixed 🙂

Viewing 8 replies - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.
Skip to toolbar