Replies
Hi Artyom,
I am sorry, I don’t think the editor supports custom font size. We are using WordPress editor function to include the editor(Please see)
https://github.com/sbrajesh/bp-simple-front-end-post/blob/master/form.php#L34As far as I see, I don’t see any way to allow it there unless installing plugins to extend the editor.
Regards
Brajesh- Brajesh Singh on February 14, 2019 at 2:43 am in reply to: Is there any way to identify certain types of members in a BP community #20887
Hi Dale,
Thank you for the question.At the moment there does not exists any plugin like VIP icons for BuddyPress. There does exist a verified plugin for BuddyPress but that has limited functionality.
It is something that we can do. It seems to be interesting for many site admins. We will be glad to publish something in next 3-4 months. If you need it quickly and can sponsor a part of the time, our team can do it earlier too.
PS:- For member types pro, we are bringing custom avatar types(in next release this week) and a few more things. The icons can certainly be a feature we will be considering(specially with our own themes).
Regards
Brajesh - Brajesh Singh on February 13, 2019 at 6:06 pm in reply to: [Resolved] Hide categories of groups #20884
Thank you for marking resolved.
- Brajesh Singh on February 13, 2019 at 6:03 pm in reply to: [Resolved] cannot upload documents with .doc .pdf extensions #20882
Thank you Slimane. I am glad it is resolved.
Regards
Brajesh - Brajesh Singh on February 13, 2019 at 6:03 pm in reply to: Buddypress and BBpres not showing up in page #20881
Hi Evans,
Welcome to BuddyDev.You have a javascript error on your BuddyPress pages and that causes this line to be applied to your item list
.kleo-transform .animated.animate-when-visible, .kleo-transform .animated.animate-when-almost-visible, .cul { opacity: 0; }That opacity:0 is making the content invisible. Connect with your theme developer(You are using kleo) and ask them for a solution.
Regards
Brajesh - Brajesh Singh on February 12, 2019 at 8:34 pm in reply to: [Resolved] Messages toolbar notification bubble gone? #20874
Hi Carsten,
Thank you for confirming.Have a great day.
Regards
Brajesh - Brajesh Singh on February 12, 2019 at 8:33 pm in reply to: [Resolved] Hide categories of groups #20873
Hi Artyom,
Is there any chance that you are using older version of Blog Categories?The current version will only list posts which were posted from group screen and are associated with current group(we store two meta keys for it).
If you have disabled post listing on the group screen and have allowed it in the normal site archive, then this can be an issue.
If you want, you can still filter by using meta key ‘_is_bcg_post’ which is present ith each blog post.
If you want to disallow users from posting to group categories:-
The best way would have been to use different taxonomies for BuddyBlog/Blog Categories. That way, their archives would have been different.If that is not feasible, you will need to store the reverse association. Eg. Term meta contains group id it is associated with.
That way in BuddyBlog, you can exclude terms which are associated with groups. It will need a lot extra work than the custom taxonomy solution.
Regards
Brajesh - Brajesh Singh on February 12, 2019 at 8:29 pm in reply to: [Resolved] Auto delete "Users" buddypress notifications after 60 days #20872
You are welcome.
After activating, please check after 1 hour as the first run is scheduled after an hour.Regards
Brajesh - Brajesh Singh on February 12, 2019 at 8:15 pm in reply to: [Resolved] Mediapress Actions/Filters #20870
Hi Nikki,
Thank you.
I am glad you resolved it.I hope that more sanity will prevail in our future updates.
Regards
Brajesh - Brajesh Singh on February 12, 2019 at 8:11 pm in reply to: [Resolved] Auto delete "Users" buddypress notifications after 60 days #20869
Hi Tosin,
Thank you for the patience.The code is available as a plugin now.
Please see this post for more details.
https://buddydev.com/introducing-buddypress-auto-clean-notifications/
Hope this helps.
Regards
Brajesh