Log in

View Full Version : links aren't automatically bbcoded


Brother Malachi
10-05-2009, 05:30 PM
Links don't get bbcoded with the [url.][/url ] tags automatically anymore.
I looked all over the vb options page and couldn't figure out how to re-enable this feature.

Any ideas?

Lynne
10-05-2009, 05:34 PM
Create a new style with no parent:

Styles & Templates > Style Manager > Add New Style
Parent Style: No Parent Style
Title: Default vBulletin
Allow User Selection: Yes
Save

Then browse the site using that totally default vbulletin style - do you still have the same problem?

If it is still happening - Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

Don't forget that for vbseo, disabling the modification means to also get rid of anything extra you added to your htaccess file.