Replies
- Brajesh Singh on December 11, 2017 at 12:20 pm in reply to: Issue with provided code (profile tab depending to member type) #12245
Hi Beuza,
It’s strange but quiet possible as we are moving the handlers and all.I was trying to avoid settings up it on local as I will need to recreate the whole thing, so Yes, It will be nice if you can give me an account who has the requests pending.
Regards
Brajesh - Brajesh Singh on December 11, 2017 at 12:06 pm in reply to: [Resolved] BuddyPress Member Type Generator – types do not show #12244This reply has been marked as private.
- Brajesh Singh on December 11, 2017 at 12:03 pm in reply to: [Resolved] Displaying zip files in documents area giving google error #12243
Hi,
Yes, I too noted it. It seems the google doc viewer has somehow restricted the viewing of zip.I am going to put an update in next 1-2 days where zip files won’t be available as view able but just as an attachment.
Thank you
Brajesh - 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