MyBB Community Forums

Full Version: Deleting a thread not work properly.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello @ll,
After updating to 1.8.4 Deleting a thread not work properly.
The deleted thread is no longer visible to the user, but not for the moderators , admins etc ....
Where can I change this that the thread on the moderators and admins is no longer visible ?

THX for an answer!

blongso
Quote:The deleted thread is no longer visible to the user, but not for the moderators , admins etc ....

This doesn't make sense. Do you mean that it is no longer visible to the user but the moderators, and administrators are still able to see it? If yes, that's probably because you or your moderators are using the soft delete feature. Do the following:

ACP -> Configuration -> General Configuration -> Enable Soft Delete? -> No
(2015-02-20, 07:44 PM)Ben C Wrote: [ -> ]
Quote:The deleted thread is no longer visible to the user, but not for the moderators , admins etc ....

This doesn't make sense. Do you mean that it is no longer visible to the user but the moderators, and administrators are still able to see it? If yes, that's probably because you or your moderators are using the soft delete feature. Do the following:

ACP -> Configuration -> General Configuration -> Enable Soft Delete? -> No

re Ben C,
I do not have this option ---> Enable Soft Delete? -> No

Huh
It's in Configuration -> Posting now.

But changing it won't help because it applies only to regular users. You should tell your moderators to use the Delete Thread Permamently option instead of Soft Delete Thread in the dropdown.
re Destroy666,

we have a "Delete" button

[Image: 29perk2.jpg]

The link from the button is:

<a href="editpost.php?pid=262087" onclick="Thread.deletePost(262087); return false;" id="quick_delete_262087" title="Delete this thread" class="postbit_qdelete"><span>Delete</span></a>

How and where I can convert the command to "Delete Thread Permamently" ?

Thank you!
Open editpost.php, find this line: https://github.com/mybb/mybb/blob/featur...t.php#L275 and change it to:
if(false)

Do the same with this for posts: https://github.com/mybb/mybb/blob/featur...t.php#L319
re Destroy666,
thank you for your help!

Big Grin Big Grin Big Grin Big Grin Big Grin Big Grin Big Grin Big Grin Big Grin Big Grin

That was the solution for us !!!!

THX!!!!

blongso
please delete this post. THX ;-)
(2015-02-20, 10:43 PM)Destroy666 Wrote: [ -> ]Open editpost.php, find this line: https://github.com/mybb/mybb/blob/featur...t.php#L275 and change it to:
if(false)

Do the same with this for posts: https://github.com/mybb/mybb/blob/featur...t.php#L319

Hello Destroy666,
Unfortunately this tip is out of date and we have the problem again that we can not definitely delete ... Confused
Can you help me?

Thanks in advance,
blongso
re,
little UP.

Thanks for your help :-)

Greets,
blongso
Pages: 1 2