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: 25385
    Brajesh Singh on in reply to: Activity Feed Posts And Commenting #11765

    Hi Charlie,
    Welcome to BuddyDev.

    I believe we are following the normal procedure and the activity needs to be set in threaded view to fix it. I will check and update you later today.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25385
    Brajesh Singh on in reply to: Personalized type of user profile #11750

    Hi Leslie,
    I will today.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25385
    Brajesh Singh on in reply to: Integrate Buddypress to WPcourseware #11749

    Hi Leslie,
    Thank you for posting.

    I am not sure what kind of help you are looking with it?

    Can you please specify the kind of assistance you are looking for it?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25385
    Brajesh Singh on in reply to: [Resolved] BuddyPress Auto Activate Auto Login #11746

    Marking it as resolved as per email.

  • Keymaster
    (BuddyDev Team)
    Posts: 25385

    Hi Naomi,
    Thank you.

    There are multiple ways to do it.

    1. We can either use css or modify the members loop. CSS is easy but will only hide it not remove it.

    To completely modify the loop, please copy ‘buddypress/bp-templates/bp-legacy/buddypress/members/members-loop.php to yourtheme/buddypress/members/members-loop.php and then we can modify it.

    You can remove the following line to remove user’s latest update

    
    					<?php if ( bp_get_member_latest_update() ) : ?>
    
    						<span class="update"> <?php bp_member_latest_update(); ?></span>
    
    					<?php endif; ?>
    

    and to remove the last active time, you may remove these lines

    
    
    <span class="activity" data-livestamp="<?php bp_core_iso8601_date( bp_get_member_last_active( array( 'relative' => false ) ) ); ?>"><?php bp_member_last_active(); ?></span>
    
    

    2. Let us tackle it in the first thread.

    3. For removing the @ name I wil suggest css as the simplest way.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25385
    Brajesh Singh on in reply to: [Resolved] Adding Usernames to Gallery Listing #11740

    Thank you.
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25385

    Hi Audiomonk,
    I am sorry but I am not sure what is a blank comment. Most probably it is a comment/activity with a single media?

    Please visit MediaPress->settings->BuddyPress and check if “Auto Publish to activity” for media upload is enabled. If yes, Please disable it and new uploads won’t create the activities automatically.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25385
    Brajesh Singh on in reply to: [Resolved] Media Moderator not showing…? #11738

    Hi Richard,
    I am sorry, I haven’t been able to put up a version. Please allow me a week more.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25385

    Hi Naomi,
    Thank you.
    It’s god to know. Welcome to the world of Web development 🙂

    I checked and the userlogin/password did not work for me. Can you please post that again. Also, Please use private reply for posting the username/password.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25385

    Hi,
    I hope you are doing well. Were you able to find some time and test it?

    Thank you
    Brajesh