PDA

View Full Version : Posting Pictures on 1st page only


LorinPotter
03-28-2009, 01:22 PM
How do I post a picture on only the first page, for Guests and after someone has first logged on to the forum.

Since the templates "Header" "header-include" "NAVBAR" etc. are on all the pages when viewing sub-forums, threads and messages, anything I put on the first page also appears there.

I've seen it somewhere, but multiple searches do not show up anything like this.

TIA

Lynne
03-28-2009, 03:04 PM
What is a "first page"? Do you mean the index page? If so, just do a condition:
<if condition="THIS_SCRIPT == 'index'">
whatever
</if>

LorinPotter
03-28-2009, 09:33 PM
That is exactly what I was looking for, thanks.