XRumerGeek Posted May 5, 2012 Share Posted May 5, 2012 Hi, URL: http://xrumergeek.com/clients/clientarea.php I'd like to add a register button that looks identical to the login button below the login form. Can someone please guide me on how to do this if it's a simple solution? Many thanks, 0 Quote Link to comment Share on other sites More sharing options...
zomex Posted May 8, 2012 Share Posted May 8, 2012 Hello, You can do this with the following (obviously for the best results you could setup the register text to support multiple languages and move the inline CSS to an external stylesheet): <a href="register.php" class="btn primary" style="margin-left:5px;">Register</a> Add this to the following file: /templates/YOUR_TEMPLATE/login.tpl to the right of (just after the end > character): <input type="submit" class="btn primary" value="{$LANG.loginbutton}" /> 0 Quote Link to comment Share on other sites More sharing options...
XRumerGeek Posted May 12, 2012 Author Share Posted May 12, 2012 Worked like a charm zomex, thank you! 0 Quote Link to comment Share on other sites More sharing options...
zomex Posted May 12, 2012 Share Posted May 12, 2012 Worked like a charm zomex, thank you! Glad to hear 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.