|
[Tutorial] How to set all users to the same thread view mode
|
|
07-06-2011, 10:50 PM
(This post was last modified: 08-09-2011 10:47 PM by Fábio Maia.)
Post: #1
|
|||
|
|||
|
[Tutorial] How to set all users to the same thread view mode
INTRODUCTION
If you don't feel comfortable knowing that various users are using a different Thread View mode, and therefore a different user experience, and want to set all users to the same thread view mode, as well as stop them from changing it in the future, then that is exactly what this tutorial will tell you how to do. Note: This tutorial is not for changing the postbit style. If that's what you're looking for, please read this instead: http://community.mybb.com/thread-40093.html TUTORIAL 1. Go to Admin CP > Configuration > Settings > Show Thread Options. 2. Select Yes from Usenet Style Thread View if you want to use the Threaded Mode, or No if you want to use the Linear Mode. 3. Go to Admin CP > Templates & Style > Templates > Your Template Set > User Control Panel Templates > usercp_options. 4. Find and delete: Code: <tr>5. Go to Admin CP > Templates & Style > Templates > Your Template Set > Show Thread Templates > showthread. 6. Find and delete: Code: <div style="float: right;">7. If in step 2 you set Usenet Style Thread View to Yes, execute this SQL query: PHP Code: UPDATE `mybb_users` SET `threadmode` = 'threaded'; 7. If in step 2 you set Usenet Style Thread View to No, execute this SQL query: PHP Code: UPDATE `mybb_users` SET `threadmode` = 'linear'; CONCLUSION If you followed these steps precisely, all users should now have the same thread view mode, and will be unable from changing it. Either from the User CP or directly in a thread. See the examples below: |
|||
|
07-11-2011, 10:33 AM
Post: #2
|
|||
|
|||
RE: [Tutorial] How to set all users to the same thread view mode This user has been denied support.
Thanks a lot for all your tutorials posted. I really appreciate it bro.
Anyway, if i implement this. Is their way i can revert this back? how? Thanks. |
|||
|
07-11-2011, 10:39 AM
Post: #3
|
|||
|
|||
|
RE: [Tutorial] How to set all users to the same thread view mode
Just put the small pieces of code back in their templates. In other words, do the opposite of the tutorial.
|
|||
|
08-08-2011, 12:32 PM
Post: #4
|
|||
|
|||
|
RE: [Tutorial] How to set all users to the same thread view mode
Thanks a lot for this tutorial!
If you like to play FIFA - CLICK HERE!
|
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)
Search
Member List
Calendar
Help





This user has been denied support.

