Topic: pun_guest
what is the coding to show something only to a guest, and if a member is logged in, they will see something else??
thanks
Sorry. Unactive due to personal life.
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 troubleshooting → pun_guest
what is the coding to show something only to a guest, and if a member is logged in, they will see something else??
thanks
if ($pun_user['is_guest'])
{
// guest stuff
}
else
{
// user stuff
}
PunBB Forums → PunBB 1.2 troubleshooting → pun_guest
Powered by PunBB, supported by Informer Technologies, Inc.