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: 25347

    Hi Joseph,
    can you please disable the Membership2 Pro for a moment and check if that makes it work? Just need to find out the conflict.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25347
    Brajesh Singh on in reply to: Sort Galleries by Category, Gallery Filtering #6413

    Hi Fidd,
    My apologies for the delayed reply.

    1. At the moment there is no ready to use solution for this available with MediaPress. It is easily doable though./

    MediaPress uses custom post type for Gallery and ‘attachment’ post type for Media. So, adding categories is possible to both of these. It will need some UI though. Are you comfortable with php?

    We may do it in future our self but not right now.

    About Views:- We do have a plugin for Media Views that allows sorting et via views. You are looking for a gallery view, so that will need to be custom implemented.

    My apologies for the lack of features at the moment.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25347
    Brajesh Singh on in reply to: BuddyBlog #6412

    Hi Hanifa,
    Thank you

    1. Yes, you are right. They can edit from the front end profile.

    3. You can install BuddyDev Dashboard plugin
    https://buddydev.com/docs/guides/account/buddydev-dashboard/installing-configuring-buddydev-dashboard/

    It allows automated update from BuddyDev unobtrusively. You will get the notifications like normal when an upgrade is available.

    Hope that helps.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25347

    Hi George,
    Thank you for posting. There are multiple ways to do it.

    The simplest way is to modify your theme sidebar and use the widget area conditionally.

    In future, within 10 days, I am also releasing an addon for WooSidebars plugin, that allows using any sidebar conditionally. I had originally worked on it for a theme of ours and plan to put it for public soon.

    For now, you can use bp_is_group() to check if you are on group.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25347
    Brajesh Singh on in reply to: Plugin idea – BP Featured Members and Groups #6410

    Hi George,
    My apologies. Ravi did complete it some time back. I don’t remember but it is most probably hosted on bitbucket. I will grab a copy and push on github today a little late and link you.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25347
    Brajesh Singh on in reply to: Uninstall mu-global-terms #6409

    Hi Yves,
    My apologies for the inconvenience. One of the side effects of this plugin is WordPress does not crate the table for the sub sites.

    You will need to create 2 tabls

    
    dbprex_terms
    dbprefix_term_taxonomy
    
    and may also have to create
    dbprefix_termmeta
    
    

    How many sites do you have? If there are too many sites, this process can be automated. If it is less than 10 sites, please use php myadmin to clone table.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25347

    Hi Owen,
    My apologies to keep you waiting.

    I will assist you today/tomorrow and update here.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25347
    Brajesh Singh on in reply to: Select Blog Theme At Blog Signup #6402

    Hi Symeon,

    I am sorry but it is outside of the scope of that plugin. There are many reasons for not allowing that.

    1. Who will be able to add the shortcode? Since anyone(author) can add the shortcode, It is not a good idea to include it as a ready made things. Also, how do you allow to select users to which blog they want a theme to be active? A user can have more than one blog.

    2. It is possible to do what you are looking for but will be very specific to your site. You can create a shortcode and allow users to select the theme/blog on which they want to activate it.

    Please do note that we won’t be able to provide any custom solution for this as it falls far beyond the scope of the plugin.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25347
    Brajesh Singh on in reply to: BuddyBlog – Displaying custom post types #6401

    Hi Susana,
    Welcome to BuddyDev.

    1. Are you able to add custom fields in the form( I guess you are ), If not, Please see this post
    https://buddydev.com/support/forums/topic/custom-post-fields-in-buddyblog/#post-1637

    2. You can use your own custom rendering form, you may copy bp-simple-front-end-post to feposting/form.php in your themes directory and modify it.

    3. For required, BuddyBlog currently does not provide access to direct validation. It does checks for some sanitization but that is not what you are looking for. An easy way is to validate yourself on ‘bp_init’ before the form handler gets the chance to do it.

    Hope that helps.
    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25347
    Brajesh Singh on in reply to: BuddyBlog #6400

    Hi Hanifa,
    Thank you for the post.

    1. Please take a look at the list here for the capability vs role
    https://codex.wordpress.org/Roles_and_Capabilities#Capability_vs._Role_Table

    For admins, you can use ‘list_users’ capability. I am not sure what do you mean by mod, There is no mod role in WordPress If you can point me, I will be happy to assist.

    2. It is coming from your comment template. Please check your theme’s comment template

    3. Please upgrade to 1.1.7
    https://buddydev.com/plugins/buddyblog/

    There you will find the languages directory within the plugin. Please translate and name your generate mo file to buddyblog-your_Locale.mo
    You can put this file in wp-content/languages/plugins/ directory on in the buddyblog/languages directory.

    Hope that helps.

    Regards
    Brajesh