Log in

View Full Version : How To Keep First Post Always At Top


hostmela
12-26-2012, 03:23 AM
Hello, I want to show my first post always on top i have selected user registration option > older first its working only for guest and admin. Its not working for my existing member. I have attached the screen short please give me solution how can i fix it?

blackberry
12-26-2012, 10:50 AM
You can also set this preference for all existing users in:
Admin CP -> Import & Maintenance -> Execute SQL Query

Run the Posts - Newest First option in the menu.

You must have permission to run SQL Queries to run this script. You can give yourself permission by editing /includes/config.php and changing:
$canrunqueries = '';
to $canrunqueries = '1';

hostmela
12-26-2012, 06:01 PM
You can also set this preference for all existing users in:
Admin CP -> Import & Maintenance -> Execute SQL Query

Run the Posts - Newest First option in the menu.

You must have permission to run SQL Queries to run this script. You can give yourself permission by editing /includes/config.php and changing:
$canrunqueries = '';
to $canrunqueries = '1';

wow man you are great my problem solved. another problem i am facing if someone reply on thread title not showing i have attached image please give me solution.

blackberry
12-26-2012, 08:36 PM
wow man you are great my problem solved. another problem i am facing if someone reply on thread title not showing i have attached image please give me solution.
Please check your setting here Admin Cp -> vBulletin Options -> Message Posting and Editing Options -> Automatically Quote Post / Thread Title

it should be Yes

hostmela
12-27-2012, 07:54 AM
Please check your setting here Admin Cp -> vBulletin Options -> Message Posting and Editing Options -> Automatically Quote Post / Thread Title

it should be Yes

Sir I have active the option after that rebuild forum information and thread but still same problem. whats wrong? How can i fix it?

ForceHSS
12-27-2012, 08:06 AM
by default it wont show the titles on posts only the first one will have it but as you have changed that setting to yes each new post from now on will show the title might not be on topics that have already been made but on new ones yes