BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 24896
    Brajesh Singh on in reply to: BuddyPress Moderation Tools Issue #55161

    Hi Avi,
    Thank you for using the plugin. This is the expected behaviour.

    1. On activity creation(if auto moderation is enabled), we show the activity in moderation to inform user that their activity went into moderation.

    2. After that, the plugin does not show the content unless approved.

    The reason is BuddyPress has a huge eco-system and there are too many actions on the content that we can not control when the content is in moderation(e.g. edit activity, like etc) and we will need to address each issue individually. It makes a lot more sense to show the notice once and hide content on auto moderation than showing it and dealing with all the actions.

    Also, another technical reason was did not differentiate between auto moderation and reported items in our original implementation, so we can not show auto moderated but keep hiding the reported content. At the moment, there is no good solution to it due to original implementation.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24896
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 24896

    Hi Frank,
    Thank you for the details.

    What is jb_store_css, is it the post type you want your users to edit? It seems(I could be wrong), Instead of using Post(or any other correct post type), you are using a post type by some other plugin and that seems the most probable reason for the issue.

    The solution would be:-
    1. Edit the form and set correct post type
    2. Update the BuddyBlog->Settings and select the form again and save

    I will share our support email in next post.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24896
    Brajesh Singh on in reply to: Edit Post Link Not Working #55158

    Hi Brendon,
    Welcome to BuddyDev support forums.

    Is your client using BuddyBlog or BuddyBlog Pro?

    Also, are you using BuddyPress or BuddyBoss?

    Please share the details and I will assist.

    Regaqrds
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24896

    Hi Frank,
    Thank you for the reply and the additional details.

    1. Are you using it with BuddyPress or BuddyBoss? which version of these?

    2. Do you have any staging site where I can see it in action?

    3. If not, Can you please make a screenshot/video that shows BuddyBlog->Settings->Posts tab and all its settings and another one that shows the form and all its settings.

    Please let me know and I will investigate it. I haven’t seen something like this before, I will quickly investigate and assist.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24896
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 24896

    Thank you.

    Marking as resolved.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24896

    Hi Ronald,
    Thank you for the post.
    The testimonials are comments(WordPress comments) on a custom post type. All you need to do it add comment meta on save and then how it in the admin.

    Please let me know if you need assistance with something specific.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24896

    Hi Oliver,
    Thank you for the reply.

    The plugin can not cause it and I know because I wrote this plugin. It does not have anything to check duplicate names in database.

    Please take a look at the code here.

    https://github.com/sbrajesh/conditional-profile-fields-for-buddypress

    I believe something else is triggering(and that might be getting applied when conditional field plugin is acitve).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24896

    Hi Oliver,
    I am sorry, the conditional profile field does not check for other users at all. The conditions are for current user and strictly limited to the profile being edited/registering,

    Please check if you have any other plugin or code applying unique last name restriction.

    Regards
    Brajesh