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: 25480

    Hi Richard,
    I have been thinking about it and may be we can not add it as an option but if your targeted users are not using ios device, I can add a filter for enabling this type of limit. What do you think ?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25480
    Brajesh Singh on in reply to: How to display custom notice on activity page #19690

    In that case, Please copy wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/activity/index.php to your theme/buddypress/activity/index.php and add the notice(this is activity directory page)

    and for members activity page copy bp-legacy/buddypress/members/single/activity.php to your theme/buddypress/members/single/activity.php and add the notice there.

    For adding the notice you can add code like this

    
    
    <?php if ( function_exists( 'bp_follow_get_the_following_count') && bp_follow_get_the_following_count( array( 'object_id' => get_current_user_id() ) ) < 5 ) : ?>
    	<div class="notice">Some message</div>
    <?php endif; ?>
    
    

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25480

    Hi Tosin,
    Do you want to skip for all or logged in users only?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25480
    Brajesh Singh on in reply to: [Resolved] buddyBlog formatting controls #19688

    Hi Richard,
    It is related to some plugin on your site. I have tested it with 5.0.2.

    If you have a fresh install, Please give a try and you will see it is working.

    I will suggest creating a staging and then trying disabling plugin/changing theme on the staging to check the issue.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25480

    Hi Richard,
    It is possible to do so on single gallery upload pages. For activity upload, It is difficult for us as the version of Plupload included with WordPress starts throwing error on ios devices if the settings are changed dynamically.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25480
    Brajesh Singh on in reply to: [Resolved] Disable Some Activities Types #19681

    Hi,
    I had posted something similar a few years ago.

    Give it a try from here

    https://buddydev.com/disallowing-activity-recording-for-components-or-some-activity-types-in-buddypress/

    and let me know if it works or not?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25480
    Brajesh Singh on in reply to: move Follower/Following tabs under friends' tab #19680

    Hi Slim,
    Thank you for asking.

    I am sorry but this is neither doable via the Profile tabs pro plugin or via a few lines of code.

    I had explored the same criteria for one of my clients in past and I had come to the conclusion that It will need almost 2-4 hours of custom work. We could not do it at that time as the client changed the requirement.

    It is still same. All action needs to be added via a wrapper. There are a lot of functionalities tied to current component, current action and they will need complete custom work.

    It will need 2-4 hours of custom work which we are unable to provide via forum support.

    Please feel free to use our custom development service if you need us to work on it
    https://buddydev.com/hire-us/

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25480
    Brajesh Singh on in reply to: How to display custom notice on activity page #19678

    Hi Tosin,

    You will need to modify the template files. The overriding depends on which template pack you are using.

    Are you using BP Legacy or BP Nouveau?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25480

    Thank you Daniel.

    Here is what I found.

    I was mapping member type to role(had associated role in member type edit screen). When I added a membership to the user using ultimate membership plugin(from that plugin’s user/edit screen). The user kept vanishing from the ultimate memberships members screen .

    If I removed the mapping of member type to role, the users who were given membership after that were visible. That’s why I suggested it.

    I do see that the plugin’s role option was available to me as I was assigning membership from dashboard.

    My suggestion will be give it a try with a test user account and see what happens.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25480

    Hi Thorsten,
    Please do check when you have time. Also, Ravi has included the German translated provided by you. Thank you for contributing it.

    Regards
    Brajesh