Topic: Make header/banner change when logged in
How do i make to banner change to when logged in.
One when visiting page pre login
Then another one for logged in users.
anyone know?
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.3 additions → Make header/banner change when logged in
How do i make to banner change to when logged in.
One when visiting page pre login
Then another one for logged in users.
anyone know?
This piece of code should solve your problem:
if ($forum_user['is_guest'])
{
//banner for guests
}
else
{
//banner for users
}
Thanks, ill try it out later
is it dumb to ask where to put it?
Tried this one but dident realy get where to put it.
Im assigning a header allready thru the theme css.
If i remove that IMG link to make banner in the right place.
Then where to put code?
bumb.
Still need help with this one guys.
PunBB Forums → PunBB 1.3 additions → Make header/banner change when logged in
Powered by PunBB, supported by Informer Technologies, Inc.