Topic: Quick question about a small ugly hack I have done...
Hello dear community I need some fast help with this:
<?php if( $user_id = '1' )
{
echo '
guest
';
}
else
{
echo '
logged in
';
}
?>
This should according to my "PRO" reasoning give a logged in IF i've logged in at the forums? But it won't so I'm guessing that there is something wrong with PunBB, now you make this work! (kidding) anyone that can explain what I've done wrong?