is there a real coder in the house who can assist Lynne as she assist another guy?
hum, oh... i am
ok, here is how you do it:
PHP Code:
if(YOUR STATEMENT GOES HERE)
{
$value = 'already';
$template_hook['postbit_user_popup'] .= 'code ' . $value . ' parsed';
}
else
{
$value = 'another';
$template_hook['postbit_user_popup'] .= $value . ' code already parsed';
}
do not put your conditions inside the template, it's way faster for the engine to filter it directly in the PHP hook...