Adds a static bar at the bottom of every page of your website. Which displays the latest 20 BuddyPress Activities and rotates threw them.
Go to this file /plugins/buddypress-activity-stream-bar/bp_activity_bar.js and search for bprotatetime = 7000; change 7000 to whatever you'd like. 1000 = 1 Second.
Go to this file /plugins/buddypress-activity-stream-bar/bp_activity_bar.php and search for this line <?php if ( bp_has_activities('max=20') ) : ?> You can change it to any number between 1-20.
Go to this file /plugins/buddypress-activity-stream-bar/bp_activity_bar.php and search for this line <?php if ( bp_has_activities('max=20') ) : ?> Replace it with this <?php if ( bp_has_activities('max=20','scope=friends') ) : ?>
Only do this if you don't have the BuddyPress Admin Bar enabled. Go to this css file /plugins/buddypress-activity-stream-bar/bp_activity_bar.css Find the lines that start with the following #footeractivity #innerbpclose #innerbpopen and change this bottom:0px; to this top:0px;
Requires: 2.9.2 & Buddypress 1.2.5.2 or higher or higher
Compatible up to: 3.0.4, BuddyPress 1.2.7
Last Updated: 2011-1-4
Downloads: 10,218
Got something to say? Need help?