BuddyDev

Search

Replies

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

    Hi Brendon,
    Thank you for the details. I am sorry, I could not check it earlier. I will get back by Monday after testing it. Any details about theme and template pack will be very helpful.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25058

    Hi Stephine,

    1. Please check the cron jobs are schedule using any cron debug plugin
    2. ‘hourly’ is correct. It says the job should run hourly(the function that checks for the removal will run hourly)
    .

    3. The returned value from get_interval should be duration in seconds. So 1 day is DAY_IN_SECONDS (or 1*DAY_IN_SECONDS if that helps understand it);

    Hope that helps.

  • Keymaster
    (BuddyDev Team)
    Posts: 25058
    Brajesh Singh on in reply to: Profanity Filter Plugin #55180

    Hi Carin,
    Welcome to BuddyDev support forums. My apologies for the delay.

    If you have a large number of words(say >1k), It may not be suitable as we are using regular expression.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25058

    Hi Stephanie,
    Hope you are doing well.

    I am sorry for the delay.

    Please make sure you do not copy and paste the field/value in editor. some editor might copy the markup and won’t render it properly.

    You may also try to avoid quotes(or do not copy from the plugin page, It is entity encoded and will fail).

    By not working, do you mean that specific feature is not working or the whole plugin stopped with BuddyX?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25058
    Brajesh Singh on in reply to: BuddyPress Moderation Tools and Avatar Moderator #55164

    Hi Avi,
    Thank you for the post.

    1. This is because we use wp_mail for mail delivery. You can use any plugin/code snippet to change the From email/name. Here is a plugin for that https://wordpress.org/plugins/wp-change-default-from-email/ You can use any other plugin with similar functionality.

    2. At the moment, Moderation tools does not support local notification.I do see the merit in having it and we will add to to our future features list.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25058

    Hi Frank,
    Thank you for the reply and confirming the solution. I am glad it worked.

    Have a great day!

  • Keymaster
    (BuddyDev Team)
    Posts: 25058
    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: 25058
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25058

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