View Full Version : In thread, posts are showing in reverse order.
madkidz
Wed 2nd Apr '08, 2:46pm
When I start a new thread as a registered user and reply to it or have other reply to it. I am see the last post first. When I go into this as an admin it shows me the first post of the thread first. Where do I go to have this for all users? I want the first post show first, second show second and so on.
Steve Machol
Wed 2nd Apr '08, 3:00pm
Look for the Thread Display settings in vBulletin Options. This sets the default view mode for new members:
Admin CP -> vBulletin Options -> User Registration Options -> Thread Display Mode -> Linear - Oldest First
To reset options for existing users:
Admin CP -> Import & Maintenance -> Execute SQL Query -> Automatic Query -> Posts - Oldest First
Then click on 'Continue'.
And finally to do this just for yourself:
User CP -> Edit Options -> Thread Display Options -> Thead Display Mode -> Linear - Oldest First
madkidz
Wed 2nd Apr '08, 3:07pm
Thank you. when I do that it says You are not authorized to execute SQL queries
Steve Machol
Wed 2nd Apr '08, 3:15pm
To run queries you first need to give yourself permission to run queries in the Admin CP. To do this, edit this section of config.php:
// ****** USERS WITH QUERY RUNNING PERMISSIONS ******
// The users specified here will be allowed to run queries from the control panel.
// See the above entries for more information on the format.
// Please note that the ability to run queries is quite powerful. You may wish
// to remove all user IDs from this list for security reasons.
$config['SpecialUsers']['canrunqueries'] = 'x';
...with x being your userid number.
madkidz
Wed 2nd Apr '08, 3:17pm
Thank you.
E-IndiaWeb
Wed 15th Oct '08, 11:05am
Thank you. It worked for me.
vBulletin® v3.8.0 Beta 4, Copyright ©2000-2008, Jelsoft Enterprises Ltd.