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: 25485
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: [Resolved] Location one file in buddypress #21565

    🙂

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    You are welcome 🙂

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: [Resolved] comment plugin #21562
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: Branded Login for Buddypress #21560

    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