Hello,
I'm having some problem with this plug in....i'm receiving the error message below when I edit and upload the member.php tamplete.
Parse error: syntax error, unexpected T_IF in /home/realb6/public_html/forum/member.php on line 834
This is what like 834 looks like:
Parse error: syntax error, unexpected T_IF in /home/realb6/public_html/forum/member.php on line 834
832 ));
833 eval('$navbar = "' . fetch_template('navbar') . '";');
834 <if condition="$vboptions[itrader_profile] == '1' ">$itrader_profile</if>
835
836$bgclass = 'alt2';
This is the instruction for the above:
// ############# Do The Following In The MEMBERINFO template ##############
Search For:
$navbar
Add Below:
<if condition="$vboptions[itrader_profile] == '1' ">$itrader_profile</if>
|