BlueSkiLLz Posted June 8, 2014 Share Posted June 8, 2014 Hi! How can remove quest message , because I have hook Quest Message and have 2 message for register, I want remove first message default. Link to comment Share on other sites More sharing options...
0 -Cookie- Posted June 8, 2014 Share Posted June 8, 2014 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&module=global&section=login" base="public"}'>Login to Account</a> <a href='{parse url="app=core&module=global&section=register" base="public"}'>Create an Account</a> </div> </if> Link to comment Share on other sites More sharing options...
0 BlueSkiLLz Posted June 8, 2014 Author Share Posted June 8, 2014 Solved! Thanks Cookie 1 Link to comment Share on other sites More sharing options...
0 -Cookie- Posted June 8, 2014 Share Posted June 8, 2014 Solved! Thanks Cookie np buddy, just glad to help Link to comment Share on other sites More sharing options...
0 Kingy Posted June 8, 2014 Share Posted June 8, 2014 The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved.If you have other questions, please open a new topic. Link to comment Share on other sites More sharing options...
Question
BlueSkiLLz
Hi!
How can remove quest message , because I have hook Quest Message and have 2 message for register, I want remove first message default.
Link to comment
Share on other sites
4 answers to this question
Recommended Posts