TJ. Posted January 25, 2014 Share Posted January 25, 2014 Hello WebFlake, This is for those who do not have the mod where they can do this: -snip- admin panel > System Settings > DevFuse > Guest Message > Guest message textAnd type whatever you want using the built in editor . Back with yet another tutorial. This time, I will be showing you how you can customize your guest welcome message. I will be showing how to change this to this Interested? Read on! This tutorial will require access to the Look & Feel section of your Admin Control Panel (ACP) and minimal to no coding knowledge. Within your ACP, we're going to navigate over to Look & Feel > Manage Skin Sets & Templates > Manage Templates in {yourSkinName} > Templates > Global Templates > globalTemplate Look around the area of <!-- ::: MAIN CONTENT AREA ::: --> for this chunk of code: <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"}' class='guestButton'>Login to Account</a> <a href='{parse url="app=core&module=global&section=register" base="public"}' class='guestButton'>Create an Account</a> </div> </if> After locating the code, we are ready to begin modifying it. Our title is located on the third line between <div class='guestHeader'> and </div>. When editing this, let's remember {$this->settings['board_name']} is the name of our board to keep it intact if we wish to have our board name displayed in the guest welcome message. To edit the body of the message, we're simply going to edit everything between the </div> in our title and the <br /> tag. In other words, all of this you are able to freely edit: 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. To edit the words "Login to Account" we simply edit where it says "Login to Account". Same method goes for "Create an Account", simply edit where it says "Create an Account". Things to note: *This message is only displayed to members who are not logged in. *This is my 100th post :3 4 Link to comment Share on other sites More sharing options...
Guest denny20 Posted February 23, 2014 Share Posted February 23, 2014 cannot work with my ipb this my setting http://prntscr.com/2v4tfh Link to comment Share on other sites More sharing options...
Blog2Show Posted April 11, 2014 Share Posted April 11, 2014 Is this a tutorial or what? What we have to do in it? There is no code in our existing templates that you are telling us to find. Please be clear Link to comment Share on other sites More sharing options...
Wast3d Posted June 28, 2014 Share Posted June 28, 2014 In fact there is an easier way... There are are Add-ons in the download section doing it for us. Link to comment Share on other sites More sharing options...
Kakarot Posted June 28, 2014 Share Posted June 28, 2014 Wast3d is referring to the app I linked. Which indeed is much easier to use. Link to comment Share on other sites More sharing options...
lixdo Posted July 4, 2014 Share Posted July 4, 2014 used the apps above is more easy to do than manual way. Link to comment Share on other sites More sharing options...
Yuu Posted July 4, 2014 Share Posted July 4, 2014 While using apps for these kinds of things may be easier, this is a tutorial on how to add a guest message per skin. So for those of us who create custom skins and whatnot and want to add more and more features to them to make them more appealing, this is one of the things you can add to your list. 1 Need some IPB, MyBB, or HTML/CSS work done? Check out my thread! Link to comment Share on other sites More sharing options...
markisac Posted December 14, 2016 Share Posted December 14, 2016 CSS is broken on some templates but thanks i am using it by changing its colors Link to comment Share on other sites More sharing options...
Recommended Posts