Quote:
Originally Posted by Mischievious
Hi! I love this hack! But, I do have a question; How would I write a conditional to show the welcomeheaders for only logged members?
|
Simple enough!
Open up the template welcome_headers and find the last <if ...> statement and the corresponding </if>. Under that add:
Code:
<if condition="!$show['guest']">
Your message here (be sure to add a table if you want to have a standard welcome headers format)
</if>