Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to hide/show comments on the activity feed. ? (like the other social networks)


  • verteus
    Participant

    @verteus

    Hello, I would like to hide/show the comments on the activity feed. By the default, the comments will be hidden. If a user wants to see the comments, he’ll press on a link.

    This is something we are used to see in the big social networks.

    The idea came to me when I noticed more than 10 comments under one status update…

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

  • jacekpuzio
    Participant

    @jacekpuzio

    bump

    You might try a combination of jQuery + CSS. You could set a max-height with CSS and then do a show/hide with jQuery.


    shan69
    Participant

    @shan69

    How to remove friends function and add follow function ?

    Hello ,
    I wanted to add follow functions same like twitter in my BuddyPress site , I wanted to remove friendship function completely , I don’t want to use any plugins , I wanted to change core file , where should I edit ??


    Hope
    Participant

    @amalsh

    @verteus This functionality is already included in buddypress: in _inc -> global.js change the number in the following 2 lines:
    1- if ( jq(this).children(‘ul’).children(‘li’).length < 5 )
    2- if ( i < comment_lis.length – 5 )

    In this way the latest 5 comments will be shown and a link “show all comments” will appear above comments. Of course this will happen when number of comments is above 5 (change the number to what you want).

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to hide/show comments on the activity feed. ? (like the other social networks)’ is closed to new replies.
Skip to toolbar