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
    Brajesh Singh on in reply to: Buddyblog Pro – add/remove visibility option #51740

    Hi Tosin,
    Thank you.

    I do not see a clean way to support custom visibility for posts, at least which are limited to a certain group of people. If we do so, we need to consider privacy in activity as well and BuddyPress lacks custom privacy.

    It is not difficult to limit a posts visibility to certain groups, It is the other consideration that complicate it.

    I am sorry but we do not plan to add any custom visibility in the plugin itself. Once BuddyPress adds follower support, we can supply you with some code to enable follower in the drop down. But marking a post as follower only will mean the activity entry for it will be set to hidden and I am not sure what will happen with the activity entry of blog comments for those posts.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: [Resolved] Group Activities Notifier on my server #51738

    Hi Occhi,
    Please share your BuddyPress/BuddyBoss version.

    I had a look and I see that we are using pre BP 4.0 code where activity_id was not available, so that output is normal.

    It is probably this line

    
    $activity_id = bp_activity_get_activity_id( $params );
    

    or

    
    if ( apply_filters( 'bp_local_group_notifier_skip_notification', false, $activity ) ) {
    			return;// do not notify.
    		}
    
    

    is failing.

    I thought about it and remembered that you had requested for limiting whose activity will trigger notification.
    https://buddydev.com/support/forums/topic/group-activities-notifier-when-admin-moderator/#post-51422

    Is there any chance that you posted as a non group admin/mod.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Peter,
    Thank you.

    This is a problem with the recent BP Rewrites and there is not much we can do in Profile Tabs Pro to solve it due to the dynamic nature of tab/slugs.

    Yes, there is a way to create dynamic url.

    Suppose, a user profile page on your site is http://example.com/members/your-user-name/ and a tab is http://example.com/members/your-user-name/tab-slug/

    We can replace the username part ‘your-user-name’ with ‘me’ and it will link to currently logged user’s profile.

    Here is the dynamic url for the same http://example.com/members/me/tab-slug/

    Please let me know if that works for you or not?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: BuddyPress Non Editable Profile Fields some requests #51732

    Hi,
    Thank you for the reply.

    Please open a new topic and provide the following details:-
    1. Are you using BuddyPress or BuddyBoss?
    2. Which version of the plugin from your first answer are you you using?
    3. Which theme and template packs are you using?

    4. When dis the issue started showing? Did it happen after any update of your plugins/themes?
    5. Please provide the steps to re-create the issue.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Peter,
    I just replied to your mail.
    Here is the reply in case the mail got in spam.

    You can access the API keys from your BuddyDev account.
    Here is a direct link.
    https://buddydev.com/members/mx502/settings/api-buddydev/

    The API keys are used to authenticate your plugin updates for the premium plugins.

    Please make sure to use the API key and update the profile tabs pro in next 2 days and the access to upgrade will expire after that.

    For MediaPress, Please install BP Classic plugin. That will make it work with BP 12.0.

    Please let me know if you have any questions or face any further issues.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    You are welcome.
    I am glad it worked!

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: Profile visibly not hiding profiles #51725
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Kristin,
    You will need to purchase it again. I am sorry for the experience. I believe our download links on expired access leads to membership page. We will fix that in future.
    You do not need to purchase membership to access this plugin.

    You can purchase it from here
    https://buddydev.com/plugins/buddypress-user-profile-tabs-creator-pro/

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Kristin,
    Welcome to BuddyDev support forums.
    It seems you are using older version of the Profile Tabs Pro and have upgrade to BuddyPress 12.0+

    BuddyPress 12.0 has a change in the way urls are handled and you will need to use our latest version of Profile tabs pro to keep it working.

    Please let me know if I am mistaken in my assumption or updating to latest version solves it.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: Buddy blog pro #51718
    This reply has been marked as private.