Quote:
Originally Posted by steve427
Is the wysiwyg variable in this template? vbay_new_auction2
This is what I found in the vbay_new_auction2 template:
<input type="hidden" name="wysiwyg" value="{$vbulletin->GPC['wysiwyg']}">
What do the addslashes and stripslashes look like? and where should I insert them?
Ten minutes later....
Would this be correct?
<input type="hidden" name=addslashes"wysiwyg" value=stripslashes"{$vbulletin->GPC['wysiwyg']}">
Thanks for the help!
|
steve, search for the variable $message in the vbay.php file