Replies
- Brajesh Singh on September 22, 2017 at 7:49 am 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.
- Brajesh Singh on September 20, 2017 at 8:59 pm in reply to: BuddyPress Live Notification: how to insert it manually? #10812
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 - Brajesh Singh on September 20, 2017 at 8:47 pm 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 - Brajesh Singh on September 20, 2017 at 5:42 pm in reply to: [Resolved] Buddyblog simple front end posting installation for dummies #10807
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.
- Brajesh Singh on September 20, 2017 at 5:39 pm in reply to: [Resolved] How to approve photos before be published in user's profile? #10806
Hi Margarita,
The moderation plugin is available nowhttps://buddydev.com/plugins/media-moderator-for-mediapress/
For the restrictions, Please open a new topic.
Regards
Brajesh - Brajesh Singh on September 19, 2017 at 5:21 pm in reply to: [Resolved] What are real examples of BuddyPress and BuddyDev plugins on a WP Multisite? #10804
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 🙂
- Brajesh Singh on September 15, 2017 at 8:11 pm in reply to: Hide role type in directory of multiblog enabled multisite #10793
Thank you. Please check your message.
- Brajesh Singh on September 15, 2017 at 7:31 pm in reply to: Hide role type in directory of multiblog enabled multisite #10791
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). - Brajesh Singh on September 15, 2017 at 6:20 pm in reply to: Hide role type in directory of multiblog enabled multisite #10789
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 - Brajesh Singh on September 15, 2017 at 5:52 pm in reply to: Hide role type in directory of multiblog enabled multisite #10787
Thank you.
I have a question before I suggest some answer. Do you have the Multi Blog mode enabled for BuddyPress?