activity slider??
-
Hi guys,
is there a plugin or way to make a widget that will slide up the last 10 activity updates? something like how twitter has in their home page when you are not logged in?
thank you!
Onyx
-
anyone?
Yep.. Ehmm.. Let me try and find it
here: https://wordpress.org/extend/plugins/buddypress-activity-stream-bar/
It displays them in the footer, not sure if you want it like this..
I’ve been looking for something that does that. https://buddypress.org/community/groups/creating-extending/forum/topic/scrolling-activity/
https://wordpress.org/extend/plugins/buddypress-activity-stream-bar/ – this plugin works but it doesn’t have to go in the footer, with a little tweaking you can put it just about anywhere. Only thing is I haven’t figured out how to show more than one activity at a time.
I was able to make my own, using the activity loop and applying jcarousellite to it…
Onyx
first I have a custom home.php file where I put the activity loop
wrapped the loop with a div class activity-slideactivity loop can be found here: https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/
Then loaded jcarousellite like this:
$(“.activity-slide”).jCarouselLite({
auto: 800,
speed: 1000
});you can find more info about jcarousellite here http://www.gmarwaha.com/jquery/jcarousellite/index.php
thanks for pointing, @onyx808 .
here’s a little more explain for those who need, it helped me much more than the other examples given.
http://francisshanahan.com/index.php/2009/how-to-add-jcarousel-lite-to-wordpress/
- The topic ‘activity slider??’ is closed to new replies.