MyBB Community Forums

Full Version: auto open threads
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi!
Friends when users open forum then all threads auto open. Then we save one click to open any threads and its save time. thanks
please how its possiable
Read this:
http://community.mybb.com/thread-44380.html
and/or this:
http://community.mybb.com/thread-4720.html

Your query would be:
UPDATE `mybb_threads` SET `closed` = '0' WHERE `closed` = '1' AND `fid` = 'x'
Where x is the forum fid (number in forum link when you visit it).
So for example:
UPDATE `mybb_threads` SET `closed` = '0' WHERE `closed` = '1' AND `fid` = '127'

for this http://community.mybb.com/forum-127.html forum.
sorry i can not explained you in better way.
Friends all post can show open when we open forum
i hope now you are understand.
please see pic



open any thread at the end of that thread next thread start. through this many thread we can see and look i think better
thanks