Quote:
Originally Posted by vBintense
Admincp>
Maintenance>
Execute SQL Query>
Code:
UPDATE forum SET showfirstpost = 1
You may have to add your preffix if you use one.
|
The original question was how to have the Add New Forum page have the "checked" value of showfirstpost be Yes by default. What you suggest will set all forums to show the first post, correct? This is different than having the default set to Yes, which your solution does not do.