Make sure they have enabled WYSIWYG in their preferences:
User CP -> Edit Options -> Message Editor Interface
You can set the default for new registrations in your:
Admin CP -> vBulletin Options -> User Registration Options -> Default Registration Options
You can mass update the preferences of exsiting users in your:
Admin CP -> Maintenance -> Execute SQL Query
There is a menu with predefined queries. You must have permission to execute queries in your includes/config.php file:
Code:
// ****** 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'] = '';
And make sure WYSIWYG is enabled here:
Admin CP -> vBulletin Options -> Message Posting Interface Options -> Enable Clickable Message Formatting Controls
Also try a different browser. Not all browsers support WYSIWYG.
Bookmarks