Exactly Dean. And the customization only works until the next update!
Dean Crabb
commented
1st March 17
Anything is possible if you are a coder. So to say something is "already possible" because you can code a change isn't an answer, otherwise you could say this about any feature request. Its a feature request BECAUSE its not currently possible in the native solution.
I second the motion for this feature. If you look at nearly any login page around the world, they all contain a "Not registered? Register Now" link.
Currently if people go to submitticket.php and they aren't logged in, they get a login screen. But then they have to search around to find out how to register to then come back to submitticket.php screen. Not elegant at all.
Please build in this feature. Thanks
Thanks Dean
Richard Jones
commented
1st December 16
I added that to mine, before I seen this. It is easy, when you edit that login.tpl, but keep in mind...
If you update that in the default theme, when you update WHMCS, it will overwrite it, so make sure that you make a copy of the default theme and make your edits in there. It would not hurt for you to keep a modification record, of changes you make, so that way if there is an update to the WHMCS and a better theme is released, you can go recreate your changes easily in a new copy of the new theme.
Just a tip.
To do it, you can just open the login.tpl file, go to the last line and just before the closing </div> tag, add this: <br /> <center> Or<br /> <br /> <a href="[Your link here]">Create an Account With Us (FREE)</a><br /> </center>
Just update your link, you can get that by going to your clientarea page not logged in, and click on the drop down and where you click "Register" right click and click the copy link location.
Official Response
WHMCS
commented
8th June 16
You can customise the login page and add a link to register should you wish by editing the 'login.tpl' template file.
4 Comments
Login to post a comment.
I second the motion for this feature. If you look at nearly any login page around the world, they all contain a "Not registered? Register Now" link.
Currently if people go to submitticket.php and they aren't logged in, they get a login screen. But then they have to search around to find out how to register to then come back to submitticket.php screen. Not elegant at all.
Please build in this feature. Thanks
Thanks
Dean
If you update that in the default theme, when you update WHMCS, it will overwrite it, so make sure that you make a copy of the default theme and make your edits in there. It would not hurt for you to keep a modification record, of changes you make, so that way if there is an update to the WHMCS and a better theme is released, you can go recreate your changes easily in a new copy of the new theme.
Just a tip.
To do it, you can just open the login.tpl file, go to the last line and just before the closing </div> tag, add this:
<br />
<center>
Or<br />
<br />
<a href="[Your link here]">Create an Account With Us (FREE)</a><br />
</center>
Just update your link, you can get that by going to your clientarea page not logged in, and click on the drop down and where you click "Register" right click and click the copy link location.