This topic has 2 replies, 2 voices, and was last updated 9 years by drichon.

  • Author
  • #47699
     drichon
    Participant

    Hello,

    When you make a search with bbpress search, do you know if it’s possible to have for result only the topic (and no all the replies) ?
    when you make a search with the main kléo search in main menu, you have only the topic for exemple.

    Thanks a lot for your help

    #47810
     Radu
    Moderator

    Hello,

    You can do it easy by CSS

    COPY CODE
    
    #bbp-search-results .bbp-topic-author { display:none; }
    #bbp-search-results .bbp-topic-content { display:none; }
    #bbp-search-results .bbp-meta {display:none;}
    #bbp-search-results .bbp-topic-title-meta {display:none;}
    #bbp-search-results .topic {display:none;}
    

    Let me know if is ok.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #48074
     drichon
    Participant

    Thanks a lot Radu
    Have a good day !

Viewing 3 posts - 1 through 3 (of 3 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?