Favourites and @mentions loops
-
Struggling to find documentation for the favourites and @mention loops. The bp-default template doesn’t have references to this as far as I can see either.
Maybe there is a parameter i’m missing?
if ( bp_has_members(‘type=mentions’) ) :
while ( bp_members() ) : bp_the_member();
Do the mentions…. etcif ( bp_has_members(‘type=favorites’) ) :
while ( bp_members() ) : bp_the_member();
Do the favorites…. etcAny ideas guys?
Many thanks
Edit* solved: Documentation updated?http://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/
You must be logged in to reply to this topic.