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: 25384
    Brajesh Singh on in reply to: How to get direct link to notifications in profile? #10822

    You can use the following code

    
    
    $link = trailingslashit( bp_core_get_user_domain( $user_id ) .  bp_get_notifications_slug() );
    
    

    Where $user_id is the id of the user.

    If you are looking for the logged in user, you can use this

    
    $link = trailingslashit( bp_loggedin_user_domain( ) .  bp_get_notifications_slug() );
    
    

    Hope that helps.

  • Keymaster
    (BuddyDev Team)
    Posts: 25384

    Hi Siyah,
    The live notification plugin shows real time notification(Like Facebook live notifications). It will not show your old notifications.

    To test it, you may want to check by mentioning yourself in an activity.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25384
    Brajesh Singh on in reply to: How to show description of notifications in dropdown? #10811

    Hi Siyah,
    Thank you for posting.

    Is this oemthing you are looking for?

    https://wordpress.org/plugins/buddypress-notifications-widget/

    It does have listing and all the functionality you are looking for.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25384

    Hi Alexandre,
    My apologies for the confusion.

    If your only goal is to use Bp Simple Front End post with BuddyBlog, you do not need to modify anything.

    Al you need to do is install and activate both the plugins. Please remove the custom code that you have added(or download a fresh copy).

    Once done, please visit Settings->BuddyBlog to fine tune the BuddyBlog settings.

    Hope that helps.

    PS: The code is an example to show how to use BP Simple Front End post with other plugins/code.

  • Keymaster
    (BuddyDev Team)
    Posts: 25384

    Hi Margarita,
    The moderation plugin is available now

    https://buddydev.com/plugins/media-moderator-for-mediapress/

    For the restrictions, Please open a new topic.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25384

    Thank you for the detailed response.

    To be honest, when I mean micro community, I mean in the scale of 100 K not in hundreds. With very basic optimisation(like disabling heartbeat, using proper object caching) a single node can handle many thousand of users.

    The number of users is never an issue, It is the number of concurrent users active that matter the most.

    If only a few hundred are online at a time, any decent hosting (even a 10$ do droplet will suffice). There are many WordPress plugin which are much more resource intensive than BuddyPress.

    In my experience, BuddyPress is not the real problem, It is the way it is used for Building sites. I have seen themes doing stuff and causing 400 queries on directory per page load.

    I am sure, you do understand and are capable of doing these optimisations. I and my team too specialise in scaling and performance driven community development with BuddyPress and we sure hope to publish our experience in future 🙂

  • Keymaster
    (BuddyDev Team)
    Posts: 25384

    Thank you. Please check your message.

  • Keymaster
    (BuddyDev Team)
    Posts: 25384

    Hi Kuni,
    No need to apologise.
    Also, if it helps, I can add you to our live chat channel where I can assist you quickly. I will need to send you an invite(It’s slack alternative and we have just started using it).

  • Keymaster
    (BuddyDev Team)
    Posts: 25384

    Hi Kuni,
    Thank you. I just checked the message and site and I feel that now I can assist you better.

    Still, If I see the goal 1, goal 2 from the message, is that what you need? If yes, BuddyPress Member Types pro will be the most suitable.

    1. Create a member type “staff” and make sure that all the staff have this member type.
    In the member type settings, please check “Do Not list on directory” and the staffs will be hidden.

    All we need to do is redirect.

    I am a bit confused between the reply here and the from the message.

    if it is not too much, Can you please list exact goals here or in message(and we need to use only place to communicate to keep it less confusing).

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25384

    Thank you.

    I have a question before I suggest some answer. Do you have the Multi Blog mode enabled for BuddyPress?