kurtisnelson Posted October 11, 2008 Share Posted October 11, 2008 I whipped up a quick joomla module that allows your customers to login to WHMCS via Joomla pages. Before installing the joomla module, the PHP file in the zip must be modified for the URL to your WHMCS. Then just install using the Joomla installer. mod_whmcs.zip 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted October 11, 2008 Share Posted October 11, 2008 Sorry to burst your bubble but this is available from integration code in your admin panel. Utilities >> Integration Code <form method="post" action="http://yourdomain.com/dologin.php?goto=clientarea"> 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...
kurtisnelson Posted October 11, 2008 Author Share Posted October 11, 2008 Yeah, I know that. You do have to make an XML file to load it into Joomla, and I have done that. Without the module, it is hard to get that code in the sidebar. 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted October 11, 2008 Share Posted October 11, 2008 No Worries... You may need the <br />'s after the input fields though 0 Quote Link to comment Share on other sites More sharing options...
kurtisnelson Posted October 11, 2008 Author Share Posted October 11, 2008 It seems fine on my template: http://kelsonprime.com 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted October 11, 2008 Share Posted October 11, 2008 Take a look at it in FireFox 0 Quote Link to comment Share on other sites More sharing options...
kurtisnelson Posted October 11, 2008 Author Share Posted October 11, 2008 That's what I am using. Does it look bad in your copy? 0 Quote Link to comment Share on other sites More sharing options...
striddy Posted October 11, 2008 Share Posted October 11, 2008 Check your code here. http://validator.w3.org/ 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted October 11, 2008 Share Posted October 11, 2008 (edited) Here's a snapshot of what I see in FireFox 3.0.3 Also you have a java error on your page in sfHover function on this line var sfEls = document.getElementById("horiznav").getElementsByTagName("LI"); Edited October 11, 2008 by sparky 0 Quote Link to comment Share on other sites More sharing options...
striddy Posted October 11, 2008 Share Posted October 11, 2008 Input tags should be closed as well. 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted October 11, 2008 Share Posted October 11, 2008 (edited) Input tags should be closed as well. Input tags do not need to be closed EDIT: Applogies they do. Use a forward slash at the end like below <input type="password" name="password" size="20" /> Edited October 11, 2008 by sparky 0 Quote Link to comment Share on other sites More sharing options...
striddy Posted October 11, 2008 Share Posted October 11, 2008 Input tags do not need to be closed It's an xhtml page, so they do. 0 Quote Link to comment Share on other sites More sharing options...
kurtisnelson Posted October 11, 2008 Author Share Posted October 11, 2008 (edited) I made a few changes to the copy on my server. Sparky: The javascript error comes from the horribly coded template I started from, and it doesn't show in my error console. Inputs are now self closed. I will repackage the zip when it seems done. EDIT: The input tags in the source form from WHMCS should probably be changed to self closed, as it does not hurt to do so. Edited October 11, 2008 by kurtisnelson 0 Quote Link to comment Share on other sites More sharing options...
angelcosta Posted October 13, 2008 Share Posted October 13, 2008 Well, if you disable your editor you can simply paste the whmcs own code to the login form thru a custom html module... no need to install anything... And I am working on a whmcs component, if anyone is interested, contact me... 0 Quote Link to comment Share on other sites More sharing options...
silentkiller Posted October 13, 2008 Share Posted October 13, 2008 Well, if you disable your editor you can simply paste the whmcs own code to the login form thru a custom html module... no need to install anything...And I am working on a whmcs component, if anyone is interested, contact me... But I thought the <form> tags will not work this way? 0 Quote Link to comment Share on other sites More sharing options...
angelcosta Posted October 13, 2008 Share Posted October 13, 2008 Yes, it will work if you disable the editor in Site-GLobal configuration-wysiwyg editor - none Create a custom html code, paste code from whmcs, save. Then enable again the editor you wish. Simple as that. 0 Quote Link to comment Share on other sites More sharing options...
neil Posted October 16, 2008 Share Posted October 16, 2008 ah darn, i thought you might have made a module to retain the loggin session managed by WHMCS... 0 Quote Link to comment Share on other sites More sharing options...
Zorro67 Posted October 16, 2008 Share Posted October 16, 2008 Have you tried the module from fiji web design that allows direct php code? Much better than using a standard new mod in joomla (which deletes all your code if you forget to open it with no editor set). 0 Quote Link to comment Share on other sites More sharing options...
gwhosting Posted November 1, 2008 Share Posted November 1, 2008 this might be a stupid question but what's all the hype over joomla? I haven't messed with it, and am guessing i really should but? I've used drupal, and am thinking of doing a complete site overhaul. So that would be good if you could let me know. thanks mike 0 Quote Link to comment Share on other sites More sharing options...
LeMarque Posted November 1, 2008 Share Posted November 1, 2008 GW - Lurked your site and noticed some spelling errors on the shoutcast page # weather or not you have auto dj, and if you do what disk space you have for auto dj,# also weather or not you have msn support. Think you meant "whether" not "weather" 0 Quote Link to comment Share on other sites More sharing options...
Zorro67 Posted November 2, 2008 Share Posted November 2, 2008 Hijack? C'mon guys, stay on topic or new thread please 0 Quote Link to comment Share on other sites More sharing options...
gwhosting Posted November 2, 2008 Share Posted November 2, 2008 was my question not on topic? Just curious. mike 0 Quote Link to comment Share on other sites More sharing options...
Zorro67 Posted November 2, 2008 Share Posted November 2, 2008 No. This thread is in User Contributions, and is specifically about a Joomla login module. The correct place for your questions about joola would either be be the lounge or general discussion. There are are already a number of running threads about CMS comparisons. You'll also get a wider audience at the Joomla forum 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.