Filtering the activity loop fail
-
I just wanted to show status updates in global activity.
I follow the tutorial about activity loop and I’ve correct the line with
<?php if ( bp_has_activities( bp_ajax_querystring( ‘activity’ ) . ‘&action=activity_update’ ) ) : ?>
The activity for updating profile picture would still be shown after a while in activity page.
The page would be like this “Load Newest”,when I press it, the profile pic change activity would appear, when you refresh the page it will disappear but the same thing keeps happening again.What should I fix to solve this problem? I’m totally ok with disabling all other activities(new member,change profile picture etc.) other than status update.
- The topic ‘Filtering the activity loop fail’ is closed to new replies.