@modemlooper, I am using your BP Menu plugin and I have the latest version (2.0.3) and WP (3.4.1) installed. I want to only show ‘updates’ in the activity instead of ‘everything’ when the page loads. When using the Activity menu option I don’t see a way of having the default be ‘updates’. Is there a way to do this?
Thanks.
in the file bp-menu.js you need to add the cookie for filters
if (linkrel == ‘bp-directory-all-activity’){
jQuery.cookie(‘bp-activity-scope’, ‘all’);
jQuery.cookie(‘bp-activity-filter’, ‘activity_update’); //add this line
}
Viewing 1 replies (of 1 total)
The topic ‘BP Menu links’ is closed to new replies.