Replies
- Brajesh Singh on September 14, 2017 at 7:07 pm in reply to: [Resolved] How to let name display on buddy-press profile #10646
Thank you. Glad that it is fixed .
- Brajesh Singh on September 14, 2017 at 7:06 pm in reply to: "BuddyPress Deactivate Account" email notification #10645
Hi Margrita,
The problem lies with the WP Change Default From Email plugin.It is hooking after “init” action, so any mail sent before that action won’t have the from/header updated.
Please ask the plugin developer to avoid hooking after “init” and it will work.
Regards
Brajesh - Brajesh Singh on September 14, 2017 at 6:57 pm in reply to: [Resolved] Fix avatar visibility problem Snippet NOT Working on Group Cover Images #10643
Hi Dollar,
Thank you.I am glad I could help.
Thank you for considering the membership. I sincerely appreciate it.
Marking this topic as resolved.
Regards
Brajesh - Brajesh Singh on September 14, 2017 at 6:37 pm in reply to: [Resolved] How to approve photos before be published in user's profile? #10641
Hi,
is this what you are looking for?
https://buddydev.com/plugins/paid-memberships-pro-restrictions-for-mediapress/ - Brajesh Singh on September 14, 2017 at 6:36 pm in reply to: [Resolved] What are real examples of BuddyPress and BuddyDev plugins on a WP Multisite? #10640
Hi,
Sorry, we won’t be able to disclose the clients sites but I can tell you about one specific case.The client wanted to do a clone of Nextdoor(in some other context), BuddyPress multi network with the Multisite was the best suited solution for that purpose to validate the idea.
In general, I suggest to avoid multisite if it is not necessary. Don’t use it just because you can. scalability will be one of the issues with WP/BP.
To be honest, I suggest my clients to use BuddyPress for closed knit micro communities(most of the time) and some of the time for validating ideas.
If you are planning for huge userbase and social/community is your main focus, My suggestion will be to go for a custom solution instead of relaying BuddyPress or any other ready to use solution.
Regards
Brajesh - Brajesh Singh on September 14, 2017 at 6:34 pm in reply to: [Resolved] How to approve photos before be published in user's profile? #10638
Hi Margarita,
Is it about email message? Please add the updated translated text to Dashboard->MediaPress->settings->Moderator options.Regards
Brajesh Hi MuzKore,
Welcome to BuddyDev.Thank you for using MediaPress.
I am sorry but the author/uploader modification is not available yet. What do you suggest will be the easy way to modify author?- Brajesh Singh on September 14, 2017 at 6:24 pm in reply to: [Resolved] Fix avatar visibility problem Snippet NOT Working on Group Cover Images #10635
Hi Dollor,
Thank you.The above fix fixes uploads.
In case of group specialy, there needs a fix for fetching too.Please keep the above code and add this too.
// Another hack. function buddydev_cover_upload_dir_fix_pre_get( $data = null ) { buddydev_cover_upload_dir_fix(null ); } add_filter( 'bp_attachments_pre_get_attachment', 'buddydev_cover_upload_dir_fix_pre_get' );That will do it fro you.
Hope this helps.
Regards
Brajesh - Brajesh Singh on September 14, 2017 at 4:00 pm in reply to: How can I create featured member like the first 2 screenshots #10632
Hi Monsur,
Are you referring to the cards on the plugin page? It is coming for the theme. We used our Community Builder theme while preparing the demo. The setting used was “Theme Default”.Depending on your theme, It may vary(It will look as is provided by the current active theme).
You can see an example here
http://demos.buddydev.com/community-builder/members/ - Brajesh Singh on September 14, 2017 at 3:58 pm in reply to: [Resolved] Profile Visibility and Core Widgets #10631
Hi Graham,
Thank you.PS:- I will post an update to the Recent visitors tonight again with compatibility testing with Profile visibility manager.
Thank you
Brajesh