Quote:
Originally Posted by atomhead
|
They work fine until you edit a post and save it, then it changes the "item" tag into a URL tag. What it does then is that it looses the class attribute from the URL link.
The way around this is NOT to use the WYSIWYG Editor controls.
in the Admin CP, go to vbulletin options -> Message Posting Interface Options and change the three options under "Enable Clickable Message Formatting Controls" to "Enable Standard Controls"
Now, since some of your users may have the wrong option checked, you can mass update them if you set an option in the config.php file.
Code:
$config['SpecialUsers']['canrunqueries'] = '1';
or whatever your user id is.
then go to
Maintenance -> Execute SQL Query and from the drop down list select "Show Standard Editor Toolbar"