Hello, I was wondering if there was a way to inegrate WHMCS with Joomla 1.5. What I'm looking for is once an account is made with Joomla it is automatically created in WHMCS.
Not sure on this yet but it is something i will be doing over the coming weeks, so if i get this done i will let you know how to do it.
hmn. i could help, also i have a licensed copy of whmcs i could include joomla integration and designs with good copy of whmcs, please let me know if you're interested, i'll show you guys a demo. regards
I would be interested in seeing a demo of a working integration WITH authentication between Joomla! and WHMCS. I am ONLY interested in the authentication, to only use one login for both Joomla! and WHMCS. I am NOT interested in visual integration. I am able to do that. Please send me a message to a demo site with demo login information and your rate... I believe that is what you are getting at, correct? To charge, not to contribute? Either way, I am interested.
if that's the only one you want go here: http://gohigheris.com/forum/6-jwhmcs-integrator/47-jwhmcs-integrator-version-153-beta-1.html regards, fr3e
Hi Just came across this post so thought I would post what I did.. Sorry if I am bumping it up. If you just want to have the one login, being the WHMS login, try doing below. 1. Go to Module Manager - new - custom HTML 2. add <form id="frmlogin" action="billing/dologin.php?goto=clientarea" enctype="application/x-www-form-urlencoded" method="post"> <table class="frame" style="margin: 0 auto;" border="0" cellspacing="0" cellpadding="0" align="center"> <tbody> <tr> <td> <table border="0" cellspacing="0" cellpadding="5" align="center"> <tbody> <tr> <td class="fieldarea" width="20" align="right">Email:</td> <td><input style="width: 102px; height: 22px;" name="username" size="13" type="text" /></td> </tr> <tr> <td class="fieldarea" width="20" align="right">Password:</td> <td><input style="width: 101px; height: 22px;" name="password" size="14" type="password" /></td> </tr> <tr> <td class="fieldarea" width="20" align="right"><input name="rememberme2" type="checkbox" value="on" /></td> <td>Remember Me</td> </tr> <tr> <td class="fieldarea" width="20" align="right"> </td> <td><input type="submit" value="Login" /></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </form> 3. Make sure the 1st line is pointing to your whmcs folder (billing, payments, etc) 4. Press save and your done.