View Single Post
Old May 29th, 2011, 10:13 AM   #5 (permalink)
jdougher
Member
Verified Customer
 
Join Date: Feb 2007
Posts: 316
Quote:
Originally Posted by Chuck S View Post
My code is valid so as stated your variable is not

$bbuserinfo['styleid']

I beleive I suggested you debug that and test it. maybe try using $vbstyleid

also please post in the MOD FORUMS from now on.
Okay, thanks. Just to clarify, you mean I should try this instead? Bear with me. I'm not a programmer.

PPPRINT;

if ( $bbuserinfo['vbstyleid'] == 4 )
{
echo <<<PPPRINT
AD CODE HERE
PPPRINT;
}

echo <<<PPPRINT

Last edited by jdougher; May 29th, 2011 at 10:22 AM.
jdougher is offline   Reply With Quote