PDA

View Full Version : include html template to guests, not members?


Meirion
09-12-2002, 10:39 AM
Hi,

I'd like to insert an extra template, or chunk of HTML that will be shown to guests, and not members.

Can I do this with the PHP Include template?

What code would I need to use?

Meirion
09-12-2002, 10:53 AM
(pinched from show/hide register link hack)

if (!$bbuserinfo[userid]) { // user is not logged in
{

some how tell it to include a template containing the html for guests (which will be html for a popup advert)

}

I could use this I think, but am stuck for what to put in the brackets that will make VB call a custom template as it's processing the rest of the page.

Dean C
09-12-2002, 05:53 PM
or you could try Logicians Dynamic Templates thingy lol... has some very useful functions and would suit this task perfectly..

- Mist