BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: Remove this number? #46320

    Hi Chris,
    you may add the following css to hide it.

    
    .item-list-tabs .count {
       display:none;
    }
    
    

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: Free custom template suggestions #46309

    I believe you can adapt the css from one of the existing themes or add your own as the last resort.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211

    In that case, you will need to edit the buddypress/activity/post-form.php to completely remove it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: Profile tabs and profile fields #46306

    Hi Chris,
    Thank you for the question.

    Yes, it is possible. You will need a plugin that can show the field as shortcode. we have a plugin for it.

    You can install this plugin and then use the following shortcode in the tab content

    
    [bpsc-profile-data context='displayed' field='field name or id' ]
    
    

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211

    Hi Hans,
    Thank you for using the plugin. The plugin is not aimed at membership site or auto marking of memebr as featured. It is aimed at letting administrators manually mark users as featured.

    If you nee it to automate it, Please feel free to use our customization service.

    https://buddydev.com/buddypress-plugin-customization-service/

    Also, Can you please tell us your theme name. We can try to assist you with the css if feasible and the theme is free. In normal cases, it is better if you ask your theme author to support the plugin as it will make it compatible for all of their users.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211

    Hi Mike,
    Is your goal is to only change the text? If yes, Please use poedit or any of the localization plugin to translate. That would be a lot better.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: [Resolved] BuddyBlog Pro – Custom field types #46299

    Hi Nik,
    I will suggest creating custom field type. The field type can have its own validation rules and will be much cleaner without any hardcoded dependency.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: [Resolved] Buddylog Gutenberg #46298

    Hi Josh,
    I am sorry, I am not aware of a Gutenberg API allowing it to use for front end for all users.

    BuddyBoss may use REST API to add the support if they want.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: BuddyPress Profile Completion – BuddyBoss app #46296

    Hi Melvin,
    Thank you for the question.

    The plugin works with the template_redirect hook which is only available when you access the site over web.

    We don’t have any experience with BuddyBoss App. You will need to consult them for assistance.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: Free custom template suggestions #46295

    Hi David,
    If you are not using their theme, you will have similar issue.

    As of now, the only other known template pack modification plugin is Youzify/Youzer(though our plugins won’t work with it due to their custom structure/non standard way of modifying templates).

    Regards
    Brajesh