
11-05-2005, 10:25 AM
|
|
|
Join Date: Aug 2005
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
im gettnig the following error with the first edit
In register template, look for:
<if condition="$show['referrer']">
before this add:
<if condition="$referrername">
<input type="hidden" name="referrername" value="$referrername" />
<else />
Quote:
The following error occurred when attempting to evaluate this template:
Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/emceepla/public_html/forum/includes/adminfunctions_template.php(3532) : eval()'d code on line 233
This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.
|
|