Skip to:
Content
Pages
Categories
Search
Top
Bottom

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…. etc

    if ( bp_has_members(‘type=favorites’) ) :

    while ( bp_members() ) : bp_the_member();
    Do the favorites…. etc

    Any 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.
Skip to toolbar