Replies
- This reply has been marked as private.
- This reply has been marked as private.
- This reply has been marked as private.
- Brajesh Singh on June 17, 2020 at 7:30 am in reply to: [Resolved] Profile Visibility Plugin not showing new members #30935This reply has been marked as private.
- Brajesh Singh on June 17, 2020 at 7:28 am in reply to: [Resolved] How to get all options from select field xprofile ? #30933
Hi,
You can use the code like this to get an array of field names indexed by field id$profile_fields = array(); $groups = bp_xprofile_get_groups( array( 'hide_empty_groups' => true, 'fetch_fields' => true, ) ); foreach ( $groups as $group ) { foreach ( $group->fields as $field ) { $profile_fields[ $field->id ] = $field->name; } }I hope you can take from there.
Regards
Brajesh Hi Kathy,
What you have seen behind dots are mostly extra menu items. In BuddyPress, It depends on theme if they implement a feature like this or not.To have broader compatibility, we are using the safe button option which works with all themes.
Regards
Brajesh- This reply has been marked as private.
Hi XPC,
Thank you for using our plugin.Is there any chance you are using Bp Nouveau template pack? The plugin is not compatible with Bp Nouveau template pack.
Regards
Brajesh- This reply has been marked as private.
Hi,
Thank you for the question.is it about BuddyBlog?
can you please link me to a screen shot of the create post screen.
Our plugin does not show the form if the user is not logged in. I do not see nay reason for this to happen.
Regards
Brajesh