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/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Favourites and @mentions loops’ is closed to new replies.