Quote:
Originally Posted by RapCheck
is there any way to quickly update the smilie paths? if no what about disabling smilies in the shoutbox... I have almost 100 smilies and dont think I have the patience to go through and edit each one! Wonder why they didn't make it editable in the style section.
|
You can do it with a query, however I'm not sure what it is. If they are all in a common folder then I'd just add a new replacement for each style to replace images/smilies with /forums/images/smilies for example.
Alternativly you can find in vbindex.php:
PHP Code:
$shout['shout'] = fetch_censored_text(parse_bbcode($shout['shout']));
And replace with:
PHP Code:
$shout['shout'] = parse_bbcode($shout['shout'], 0, 0);