BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #52223

    Hi Stefan,
    1. For notification, It seems a setting issue. We add the following in the notification drop down

    
    You have {number} new visits
    

    or

    
    {display name} visited your profile
    
    

    The tokens represent dynamic value. The first version is used is there are more than 1 visitor notification.

    Please review settings or disable user preference from admin settings to test it. I haven’t tested with latest BuddyBoss update. We will do it tomorrow and share the feedback too.

    2. We do hope to do that though I personally don’t feel that notifications page is the right place for it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #52208

    Hi Rik,
    Thank you for the question.

    we don’t have any plugin for this.

    There is a plugin for BuddyPress that uses username for display and you may be able to adapt it.
    https://github.com/r-a-y/buddypress-usernames-only

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #52207

    Hi Geoff,
    Thank you for the reply.
    I am sorry for the delay.

    It is a bit complicated for the media comment.

    Please take a look at MPP_Ajax_Comment_Helper::post_comment for how are we creating comment for media.

    https://github.com/buddydev/mediapress/blob/master/core/ajax/class-mpp-ajax-comment-helper.php#L59

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #52206

    Hi Stefan,
    Thank you for using the plugin.

    1. The notifications are already there and will be visible as you have expected. Please ensure that there are some notifications for the logged user.

    2. The “Show My Profile Visits” is not directly related to notification. It is about displaying of the user in the visitors list. It is more of a privacy setting than the notification and that’s why we have kept it as different place. Though I don’t see any harm in providing site admins the option to determine where they want it to appear in our future version.

    I hope that helps.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #52205

    Hi,
    Welcome to BuddyDev.
    Thank you for your question.

    If you are using BuddyPress Legacy template pack, It is very easy.

    Copy the bp-legacy/buddypress/activity/activity-loop.php to your theme/buddypress/activity/activity-loop.php and change this line

    
    		<li class="load-more">
    			<a href="<?php bp_activity_load_more_link() ?>"><?php _e( 'Load More', 'buddypress' ); ?></a>
    		</li>
    

    Just rename the ‘load-more’ class to anything else and It will work.

    Regards
    Brajesh

    PS:- You won’t have the previous page functionality though.

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #52204

    You are welcome.

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #52203

    Hi Felix,
    Thank you for purchasing from us.

    Please open a new topic and link me to a screenshot. We will assist you.


    @ebotix
    ,
    I am sorry for the delay. The updates will be available by 29th or earlier.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #52195

    Hi Alex,
    Welcome to BuddyDev.
    There is an issue with custom zipped plugins and WordPress 6.4.3

    Please see my post here for a solution.
    https://buddydev.com/support/forums/topic/solution-for-wordpress-error-incompatible-archive/

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #52193

    Hi Geoff,
    Welcome to BuddyDev.

    Thank you for the question.

    The media comments are actually BuddyPress Activity entries.

    We add an activity meta key _mpp_media_id and its value is the numeric media id to which this activity belongs.
    We also set the type of the activity to mpp_media_upload

    Hope that helps.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #52192
    This reply has been marked as private.