Replies
- Brajesh Singh on April 24, 2016 at 11:31 am in reply to: Exclude group activity update if logged in user is not part of the group? #3697
Hi Alayna,
Thank you for purchasing Facebook Like Activity Stream plugin. I am glad you liked it.I am assuming you want the same type of activity stream on the sitewide activity too? I will need 1-2 days and will like to explore it again(Since many things have changed and It will be doable now) and add as part of the FB Like Activity plugin.
Thank you
Brajesh - Brajesh Singh on April 23, 2016 at 9:37 am in reply to: [Resolved] Show bbPress reply form beneath each reply? #3690
Thank you. I am glad you have resolved it now. Marking as closed.
Regards
Brajesh - Brajesh Singh on April 22, 2016 at 6:48 pm in reply to: Conditional Fields plugin won't activate #3685
Hi Paul,
Thank you for the details. I believe it was some caching issue .The plugin should work on registration page too. If it is not working, It may have some issues(or some type of conflict). Can you please post me the url to your registration page? I can check it quickly.
Thank you
Brajesh - Brajesh Singh on April 22, 2016 at 3:46 pm in reply to: MediaPress download all images with plugin #3683
Hi Bernhard,
Welcome to BuddyDev.Currently, we don’t have any plugin that allows it.
A simple strategy will be to zip all media of a gallery using pclzip or ZipArchive class, and then provide it for downloading. We haven’t put anything like this as it is going to affect the performance of the server(memory/cpu/bandwidth)
Please do let me know if you need further assistance.
Thank you
Brajesh - Brajesh Singh on April 22, 2016 at 5:36 am in reply to: [Resolved] Blog Categories For Groups and Custom Taxonomies #3680
Hi Ada,
Thank you for the kind words. I am glad we have finally got it working.Have always appreciated your support. All the best with your project.
Regards
Brajesh - Brajesh Singh on April 21, 2016 at 7:17 pm in reply to: [Resolved] BP Member Type Generator disappeared from my dashboard #3678
Hi Romanzy,
The updates are available from WordPress.org now.Thank you. Marking it as resolved.
- Brajesh Singh on April 21, 2016 at 5:26 pm in reply to: [Resolved] BP Member Type Generator disappeared from my dashboard #3676
Hi,
I updated the plugin last week and pushed on github. Just forgot to push it on WordPress.org and BuddyDev. will do today and message you back.Thank you
Brajesh - Brajesh Singh on April 21, 2016 at 5:25 pm in reply to: Conditional Fields plugin won't activate #3675
Hi Paul,
I just tested it on WordPress 4.5 and BuddyPress 2.5.2. The plugin activates and works fine.The strange part is if it is getting deactivated, It should have given you atleast some error message.
Can you please provide me temporary access to your admin dashboard. I will be happy to look there to see what is going on. My email is brajesh@buddydev.com
Thank you
Brajesh - Brajesh Singh on April 21, 2016 at 5:01 pm in reply to: Conditional Fields plugin won't activate #3674
Hi Paul,
I am sorry for the inconvenience.
It seems a very strange behavior. Please give me 5 minutes to verify and I will get back to you.Thank you
Brajesh - Brajesh Singh on April 21, 2016 at 5:00 pm in reply to: [Resolved] How to change Default@wordpress.com in Buddypress #3673
Hi Chris,
Welcome to BuddyDev.Please put the following code in your bp-custom.php
function buddydev_set_bp_email_from( $from, $email_address, $name ) { $from = new BP_Email_Recipient( 'name@sitedomain.com', $name ); return $from; } add_filter( 'bp_email_set_from', 'buddydev_set_bp_email_from', 10, 3 );Please do let me know if it works for you or not?
Thank you
Brajesh