Log in

View Full Version : How do I turn on the


Mijae
05-30-2006, 09:23 PM
How do I turn on the full option bar at the reply/quick reply pages? I just imported a friend's forum and I want all old users to have the maximum options. What is the query to run?

Thanks.

Damian
05-31-2006, 12:12 AM
First set the editor option for Full Editor, Quick Reply, Quick Edit:

AdminCP->vBulletin Options->Message Posting Interface Options->Enable Clickable Message Formatting Controls

To set all members editor to the enhanced by default:

AdminCP->Maintenance->Execute SQL Query->Automatic Query

From the drop down, select Show Enhanced (WYSIWYG) Editor Toolbar

Mijae
05-31-2006, 12:42 AM
Oh, I didn't know there were preset queries there. Thanks!

snikle
08-31-2006, 01:58 AM
There some place to turn on authorizations for this?

"You are not authorized to execute SQL queries"

And that is with the root admin, is this a server setting?

steven s
08-31-2006, 02:15 AM
There some place to turn on authorizations for this?

"You are not authorized to execute SQL queries"

And that is with the root admin, is this a server setting?
In the /includes/config.php file.

// ****** 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'] = '';

snikle
08-31-2006, 03:27 AM
Thanks! Worked perfectly.