Shape the future of Social networking with WordPress: Join Project Midnight Sun! The next generation platform for community building with WordPress!

BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25358
    Brajesh Singh on in reply to: moderation plugin fail #30942
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25358
    Brajesh Singh on in reply to: moderation plugin fail #30939
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25358
    Brajesh Singh on in reply to: moderation plugin fail #30937
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25358
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25358

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25358
    Brajesh Singh on in reply to: moderation plugin fail #30932

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25358
    Brajesh Singh on in reply to: moderation plugin fail #30930
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25358
    Brajesh Singh on in reply to: broken css on shortcode page #30928

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25358
    Brajesh Singh on in reply to: moderation plugin fail #30927
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25358
    Brajesh Singh on in reply to: [Resolved] Text Color / Pictures #30926

    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