Jump to content
WebFlake
  • 0

How remove the quest message ?


BlueSkiLLz

Question

4 answers to this question

Recommended Posts

  • 0

I don't know about quest message, but i know how to remove the guest message lol,

find in ACP > Look & Feel > Your Skin > Global Template > globalTemplate,

<if test="($this->settings['guestMessage']=='yes') AND !($this->memberData['member_id'])">
Delete all this, yours maybe similar or not but just delete it ok,

				<if test="($this->settings['guestMessage']=='yes') AND !($this->memberData['member_id'])">
                <div class='guestMessage'>
                	<div class='guestHeader'>Welcome to {$this->settings['board_name']}</div>
                    Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, post status updates, manage your profile and so much more. This message will be removed once you have signed in.<br />
<a href='{parse url="app=core&amp;module=global&amp;section=login" base="public"}'>Login to Account</a> <a href='{parse url="app=core&amp;module=global&amp;section=register" base="public"}'>Create an Account</a>
                </div>
                </if>
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...