Replies
- Brajesh Singh on March 18, 2019 at 4:59 pm in reply to: [Resolved] It seems there is something wrong with "BuddyPress Profile Visibility Manager" #21581This reply has been marked as private.
- Brajesh Singh on March 18, 2019 at 4:58 pm in reply to: [Resolved] conditionsprofile field (if i am a women, i search man) #21580This reply has been marked as private.
- Brajesh Singh on March 18, 2019 at 4:41 am in reply to: [Resolved] WPML BuddyPress User Profile Completion #21571
Hi Han,
Thank you for using the plugin.I don’t see any reason for conflict other than an issue related to feedback message.
There is a possibility that the feedback message may not be language specific. Are you seeing this issue?Thank you
Brajesh - Brajesh Singh on March 18, 2019 at 3:32 am in reply to: [Resolved] conditionsprofile field (if i am a women, i search man) #21569
Hi,
I am sorry for the delayed reply.It seems you are using the GeoMyWP or geodirectory plugin. The plugin overrides member directory query. So my effort will go in vain.
Since you are using Kleo theme and the people behind Kleo do support Geodirectory, I will suggest to ask them for the help.
Regards
Brajesh - Brajesh Singh on March 18, 2019 at 3:27 am in reply to: [Resolved] Location one file in buddypress #21565
🙂
- Brajesh Singh on March 18, 2019 at 3:27 am in reply to: [Resolved] Styling issue on different browsers with plugin "BuddyPress Poke" #21564
You are welcome 🙂
- Brajesh Singh on March 18, 2019 at 3:26 am in reply to: [Resolved] Check if checkbox have data and print corresponding member name #21563
Hi Pause,
Here is how you can loop on that array and print the values.foreach ( $user_ids as $user_id ) { echo "For User:".bp_core_get_user_displayname( $user_id ). ' Data:' . xprofile_get_field_data("Field Name", $user_id ); }I thought the question was related to how do you get the ids to loop around it. This is just an example. You will need to create your own displayable content loop.
Also, the previous code can be used any place. It does not need to be used in any loop. Since we are using BP_User_Query, BuddyPress needs to be active on teh site.
Regards
Brajesh - This reply has been marked as private.
- Brajesh Singh on March 18, 2019 at 3:15 am in reply to: Question – Plugin " One Click Mark Spammer for BuddyPress " + Feature ideas #21561
Hi Michaël,
Thank you for the suggestion.It seems to me that this is more suited for our BuddyPress Moderation Tools plugin. Since we already have the functionality of user account moderation, we can add the option for site admins to restricted moderated user’s activity.
The One Click Mark spammer is a tiny tool which marks a user as spammer(once a user is marked spammer, they can not login, their all data gets removed).
I will be adding the option to restrict commenting for moderated user within next 2 releases of the moderation tools.
Please correct me if I misunderstood the question.
Thank you
Brajesh Hi Denna,
Thank you for the question.
I am not sure why the plugin is deactivating. Did you notice any pattern? Does it happen on saving some BuddyPress settings or something you can tell me.
About the design, the plugin is aimed at theme developers. It helps adding 3 pages in theme which are themeable. The plugin mostly acts as router/action handler and does not handle the design part.
That’s why you haven’t seen the optiosn.
From our previous discussion, I recall that you prefer non code solutions. My suggestion will be to use a login customizer plugin that is mostly aimed at site admins to create better experience.
Regards
Brajesh