Welcome Message

Ryan Kent

Well-known member
I am trying to locate the Welcome Message phrase for unregistered visitors.

"Hello there guest and welcome to [forum name]. To gain full access you must Register....."

I can't locate the phrase, and don't see a reference in PAGE_CONTAINER.

Can anyone point me in the right direction?
 
I believe that's part of the XenFans Welcome Blocks addon. *finds link unless Brogan beats me to it*

EDIT: It's here, though I think there is(/was?) an add-on that can be installed instead of doing the template changes.
 
Definitely a custom template/code.
Unless he's talking about this (located in the PAGE_CONTAINER)
Code:
<xen:if is="!{$visitor.user_id}"><br /><br /><br />
                                                <p class="importantMessage">Hello there guest and welcome to our forum!<br />
                                                If you like what you see in the Guest Sections, then you should <a href="{xen:link 'register/'}"><b>Register</b></a> to gain full access <br />
                                                to the site. We have much more to show you!<br />  Registration is free and it takes only a few moments to complete.<br />
                                                Already a member? <a href="{xen:link 'login/'}">Login here</a> then!</p>
                                                </xen:if>

Just slightly changed in the version he is looking for.
 
Top Bottom