Replies
- Brajesh Singh on December 11, 2017 at 10:14 am in reply to: [Resolved] BuddyPress Group Activities Notifier – Email Group Admin Only #12237
Hi Graham,
Ravi has used Nowdoc style string which is very sensitive to the use of spaces/newlines etc. That’s why I wanted to see a copy.You don’t need to have an account to post on pastebin(It asks to fill a captcha)
When you are back, Please do provide me access to it somehow if not using pastebin.
Thank you
Brajesh - Brajesh Singh on December 11, 2017 at 9:56 am in reply to: [Resolved] BuddyPress Group Activities Notifier – Email Group Admin Only #12234
Hi Graham,
Did you by any chance removeMAINCONTENT;on the last line?
If feasible, please post the modified code on pastebin and link.
Thank you
Brajesh - Brajesh Singh on December 11, 2017 at 9:23 am in reply to: [Resolved] BuddyPress Group Activities Notifier – Email Group Admin Only #12231
@ravisharma,
Thank you. I am back now. I still appreciate you helping in the forums.
@cobber,
hi Graham,
Please check if the above code works for you.Regards
Brajesh - Brajesh Singh on December 11, 2017 at 9:14 am in reply to: [Resolved] BuddyPress Member Type Generator – types do not show #12229
Hi Zsuzsa,
Thank you for the details.
Can you please link em to a screenshot of the Users->Member Types screen(I need to see the columns).Thank you
Brajesh - Brajesh Singh on December 10, 2017 at 9:02 pm in reply to: [Resolved] Buddypress Group Description Html tag support? #12220
Hi Ekiz,
Please put this in your bp-custom.php/** * Add remove filters to allow more tags. */ function buddydev_add_remove_group_desc_filters() { remove_filter( 'groups_group_description_before_save', 'wp_filter_kses', 1 ); add_filter( 'groups_group_description_before_save', 'bp_groups_filter_kses', 1 ); } add_action( 'bp_loaded', 'buddydev_add_remove_group_desc_filters'); /** * Allow extra tags in group description. * * @param $tags * * @return mixed */ function buddydev_allow_extra_group_desc_tags( $tags ) { $tags['ul'] = array(); $tags['li'] = array(); $tags['strong'] = array(); $tags['b'] = array(); return $tags; } add_filter( 'bp_groups_filter_kses', 'buddydev_allow_extra_group_desc_tags' );It will allow list and strong/bold tags.
Hope that helps.
Regards
Brajesh Thank you Julia.
I too agree with you about data sharing. That’s why our plugins never ask it. We do not believe in tracking our members sites.
We will never force that in future. Even the API to allow auto upgrade is optional.
Yes, I too have seen some plugins that force for sharing data and I do not like that. Good to hear that you share the same feeling.
Please upgrade to 1.1.8
https://buddydev.com/plugins/facebook-like-user-activity-stream-for-buddypress/Automatic upgrade is not available for this plugin yet. You will need to manually download and reupload it.
Thank you
Brajesh- Brajesh Singh on December 10, 2017 at 8:05 pm in reply to: "BuddyPress Deactivate Account" email notification #12215
Hi Julia,
Thank you. I will need another 2-3 days to test these two together and post back. Sorry about that. - Brajesh Singh on December 10, 2017 at 8:03 pm in reply to: [Resolved] How to change size of avatar or make lightbox work on avatar #12213
Hi Carsten,
You are welcome.
Marking it as resolved.regards
Brajesh - Brajesh Singh on December 10, 2017 at 8:02 pm in reply to: [Resolved] Media Moderator not showing…? #12212
Hi Richard,
Thank you for the feedback.
1. For me, It was showing an error that you have already reported it on submission.
2,3. Thank you for reporting. It’s my mistake. I should have tested it more diligently. Will update in next 2 days again.Thank you
Brajesh