Forum Replies Created
-
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
!In reply to: Check if an user is or not a group_member :In reply to: Check if an user is or not a group_member :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 !In reply to: Check if an user is or not a group_member :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.In reply to: Check if an user is or not a group_member :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.