Quote:
Originally Posted by Ted S
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>
|
Actually; Let me go into more detail here.
On my Forum Home I placed $welcomeheaders in the original vBulletin Guest Welcome Box.
What I want to do, is show a second $welcomeheaders on Forum Home for members who've logged in.
Does that make any sense?