Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • It was only a question, because Google Webmaster Tools tell me I must give the bot only the primary link, and only one, instead of 2. I would be kind with bots, but I don’t want to create a miss in my site. It’s not a trouble in BuddyPress, and a ticket wouldn’t be not justified. Thank’s for your help :-) !


    Philippe Gras
    Participant

    @phgras

    I have it, now !
    `global $bp, $members_template;

    if ( bp_get_total_group_count_for_user( $members_template->member->id ) > 0 )
    return true; else return false;`

    Thanks for both of you, @djpaul and @sbrajesh :-).


    Philippe Gras
    Participant

    @phgras

    Yes I do, naturally ! I used the `bp_get_total_group_count_for_user()` function before, and seeing that it doesn’t work, I took the `bp_total_group_count_for_user()` function later, to see the reason why it doesn’t work. It’s very strange…
    An other mystery in the group loop for instance, you can see that all the members are displayed, instead the members of a group only !


    Philippe Gras
    Participant

    @phgras

    It doesn’t work better, and `bp_total_group_count_for_user( $user_id )` displays only “0”, as you can see here :
    http://www.paul-emploi.biz/plan-du-site/
    for the next hours. I’m trying to build a sitemap.
    I’ve tried with `$members_template->member->user_id` and `$bp->displayed_user->id `, and many other ideas… It’s strange, because some native BP loops in that page become to work incorrectly.


    Philippe Gras
    Participant

    @phgras

    It doesn’t work, and I have later to display the groups that member is user, so `$group`_id doesn’t know which group it matters.

Viewing 5 replies - 1 through 5 (of 5 total)
Skip to toolbar