Quote:
05-14-03 at 06:09 PM cirisme said this in Post #23
It doesn't work. 
PHP code goes through (somewhat) unparsed. I can say:
[code]<? if ($post[usergroupid] != 5) {
$var = "..."
}
?>
And it would show up as...
Code:
<? if (6 != 5) {
$var = "..."
}
With the 6 being the correct usergroup id. :ermm:
|
Are you sure you installed it correctly? In what template are you using that code?