The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How do i make WYSIWYG default for all users.
How do you do it? o___o
|
#2
|
|||
|
|||
You have to do two things. First, login to your Admin CP and go to vBulletin Options -> vBulletin Options -> User Registration Options, scroll down to Message Editor Interface and switch it to Show Enhanced (WYSIWYG) Editor Toolbar. Save - this will set it as the default for new users.
Next, to change the setting for existing users, go to Maintenance -> Execute SQL Query. Under Automatic Query scroll to the bottom and select Show Enhanced (WYSIWYG) Editor Toolbar. Click continue, and you're done. If it tells you that you don't have access to execute SQL queries you need to open up your ./path/to/forums/includes/config.php file and change the setting for "$config['SpecialUsers']['canrunqueries'] = '';" to include your user id. For example, if your user id is 1 you would change the line to read... Code:
$config['SpecialUsers']['canrunqueries'] = '1'; |
#3
|
|||
|
|||
it helped me a lot, thank you!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|