
03-02-2006, 01:09 PM
|
|
|
Join Date: Jun 2004
Posts: 113
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by GCA-Shawn
You need to find your vbshout.php file that you uploaded during installation. Once you do, find this line:
Code:
if ($_POST['do'] == 'shout')
{
$vbulletin->input->clean_array_gpc('p', array(
The next line should be changed to:
Code:
'shout' => TYPE_NOHTML,
Currently, 'shout' is set to something other than TYPE_NOHTML. I don't remember what, exactly, cuz its been awhile since I changed it :ermm:
|
Found it! incase anyone needs it. and what I replaced was Type_STR
|