Skip to:
Content
Pages
Categories
Search
Top
Bottom

Edit "Show" Filter on activity stream


  • fbenver
    Participant

    @fbenver

    Hello everyone,

    Thanks for reading this. I would like to know if it is possible to edit the filter on the activity page (what to show etc.) For example I want to remove the function to show “Everything” from this filter.

    i39.tinypic.com/zkgviv.jpg

    And I would also like to remove the “All Members” header on the activity stream bar (please see picture in link).

    i42.tinypic.com/6f125l.jpg

    Does anyone know any solution for this?

    Kind regards and a happy 2014 to everyone!

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

  • colabsadmin
    Participant

    @colabsadmin

    I did this by copying/editing /buddypress/activity/index.php in my child theme. Look for the activity-filter-by select tag. All the options are within it.


    colabsadmin
    Participant

    @colabsadmin

    Forgot the second question.

    #activity-all {
        display: none;
    }

    Note: I’m not positive that the activity-all id is used elsewhere.


    fbenver
    Participant

    @fbenver

    Hello mate,

    Thank you for your reply. But the problem is, I can not find the index file.

    It shows only shows: buddypress/bp-activity/bp-activity-akismet.php / activity-loader / activity-cache / activity-functions / activity-screens / activity-classes / activity-template / activity-actions / activity-filters / activity-admin / activity-notifications.

    Which one do I select? I am confused.


    fbenver
    Participant

    @fbenver

    Nevermind my previous post, I have found the index. But now I made the changes and uploaded back on the server with FTP program, and I see no difference. Still the same in everything. How is this possible?


    colabsadmin
    Participant

    @colabsadmin

    Are you sure you edited the right one? That file can exist in multiple places depending on a theme or child theme.


    fbenver
    Participant

    @fbenver

    Thank you very much mate! After quite a while, I have finally found the index page. Your are right, there are other index pages. Difficult to find it.

    Thank you very much, happy 2014.


    bitpath
    Participant

    @bitpath

    Hi,
    Not sure if you figured this all out but I resolved a similar issue by adding this to my custom CSS override:

    #activity-filter-select {
        display: none;
    }

    I did this to remove the “Show: Everything” drop down menu from end users for now.

    Cheers and good luck!


    dugfunny
    Participant

    @dugfunny

    i tried that too @bitpath , even with the !important added, and it is still there. i cant figure out the problem.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Edit "Show" Filter on activity stream’ is closed to new replies.
Skip to toolbar