By Sadiq M. Alam on Sunday, 30 July 2017
Posted in General
Replies 1
Likes 0
Views 537
Votes 0
I chose Autolock new post feature and it locked all my old posts in the Forum of EasyDiscuss. Could you please tell me how to reverse old / current posts so that they are UNLOCKED again?

The version we are using of EasyDiscuss is: Installed Version: 4.0.11

Thanks
Hm, it looks like we don't have an "unlock" button in the discussion listing at the back end. We'll add them into the next release.

I guess your best way is to currently run the following queries to unlock the post,

update #__discuss_posts set `islock`=0;
update #__discuss_thread set `islock`=0;
·
Sunday, 30 July 2017 13:20
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post