Shape the future of Social networking with WordPress: Join Project Midnight Sun! The next generation platform for community building with WordPress!

BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: [Resolved] Add a font-size button #20888

    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#L34

    As far as I see, I don’t see any way to allow it there unless installing plugins to extend the editor.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: [Resolved] Hide categories of groups #20884

    Thank you for marking resolved.

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Thank you Slimane. I am glad it is resolved.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on 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

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Carsten,
    Thank you for confirming.

    Have a great day.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on 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

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    You are welcome.
    After activating, please check after 1 hour as the first run is scheduled after an hour.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on 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

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    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