shovenose Posted May 22, 2013 Share Posted May 22, 2013 Hello, I want to make the login screen for my WHMCS client area just the login form, no header, footer, etc. I also want to give it a custom background, change logo positioning, etc... However, I'm having trouble finding the .tpl for the log in form. I mean, I can edit login.tpl but that's still in between the header and footer. Thanks, shovenose 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Chris Posted May 22, 2013 Share Posted May 22, 2013 Hello, You would use the integration code found in Utilities >> Integration code on a custom page. ie: <code> <form method="post" action="http://YOURDOMAIN.COM/whmcs/dologin.php"> <input type="hidden" name="token" value="SOMENUMBERS" /> Email Address: <input type="text" name="username" size="50" /><br /> Password: <input type="password" name="password" size="20" /><br /> <input type="submit" value="Login" /> </form> 0 Quote Link to comment Share on other sites More sharing options...
shovenose Posted May 23, 2013 Author Share Posted May 23, 2013 Hi, I already integrated that in the header and footer: https://www.shovehost.com/index.php But I'm talking about when they go to my WHMCS directly... like if they go to https://my.shovehost.com directly. 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.