PDA

View Full Version : Adding Welcome Message


MrBill
09-03-2006, 11:50 PM
I am using StoneFlash template for 3.06. I want to add a welcome message on the front page only but can't seem to pull it off. It ends up showing on all pages through directory at the top. Trying to get it under category listings index page only.

Any ideas?

colbyt
09-04-2006, 01:05 AM
Where did you add the text?

Main.tpl only would be my best new user guess as to where it should go.

Steven Myers
09-04-2006, 01:21 AM
He wouldn't know where to place the text nor does he have any understanding of the coding for his template, which is why we're here to help :)

@MrBill: Edit main.tpl and add the following right below {include file="top_bar.tpl"}

Content visible to registered users only.
If you want to center the text, wrap this code around the one above:

Content visible to registered users only.
So basically it'll look like this:

Content visible to registered users only.

MrBill
09-04-2006, 03:14 AM
Thank you.