Viewing 15 replies - 1 through 15 (of 22 total)
  • Plugin Author wordplus

    (@wordplus)

    what did you already tried?

    Thread Starter Hassan Zia

    (@hihassanzia)

    I’ve unchecked these options but to no effect.

    Allow users to delete messages
    Allow users to delete their messages only

    Disable additional security check when deleting thread
    Check this if you have issue with thread deleting

    Thread Starter Hassan Zia

    (@hihassanzia)

    I don’t want any user to delete a thread

    Thread Starter Hassan Zia

    (@hihassanzia)

    I think if i can remove this “cross” button, then my problem will be solved, is there a way to do so?
    screenshot

    Plugin Author wordplus

    (@wordplus)

    hide it with CSS

    Plugin Author wordplus

    (@wordplus)

    .bp-messages-wrap .threads-list .thread .time .delete{
    display: none !important;
    }
    Thread Starter Hassan Zia

    (@hihassanzia)

    Thank you so much!
    I managed to get the same result but that was by editing the plugin,
    I commented out this line in assets>functions.php
    <span class="delete" data-nonce="<?php echo wp_create_nonce( 'delete_' . $thread->thread_id ); ?>"><i class="fas fa-times" aria-hidden="true"></i></span>

    But this will be replaced after the update right?

    Plugin Author wordplus

    (@wordplus)

    yes

    Thread Starter Hassan Zia

    (@hihassanzia)

    I have another question, I hope this thread is suitable for it as well,

    Q. why can’t we send messages privately to registered users on the site without installing buddypress. I’m only using BuddyPress for this sole reason. otherwise i would have only opted to use BP

    Plugin Author wordplus

    (@wordplus)

    you can send messages privately without buddypress

    Thread Starter Hassan Zia

    (@hihassanzia)

    i tried it, but i was unable to, can you please guide me towards such documentation/tutorial?

    Plugin Author wordplus

    (@wordplus)

    https://www.wordplus.org/knowledge-base/how-to-create-group-threads/

    Look at that video, hope it gives you the idea.

    Hi there,

    I confirm that despite there is a css fix for this, unchecking :
    Allow users to delete messages (Allow users to delete their messages only)
    is not disabling the users’ ability to delete their discussions threads.
    Test with version 1.9.8.60 free.

    GB

    Thread Starter Hassan Zia

    (@hihassanzia)

    Indeed, we will really appreciate that if it starts working.

    Plugin Author wordplus

    (@wordplus)

    That option is response for messages deletion, not threads.

    You want to restrict your users from deleting threads?

Viewing 15 replies - 1 through 15 (of 22 total)
  • The topic ‘How to block all users from deleting their messages?’ is closed to new replies.