benblee Posted August 31, 2008 Share Posted August 31, 2008 Here is my template integrated into a Joomla site. I stayed away from just using a wrapper and I wanted to include all the extra Joomla goodies later on (I'll be adding to it in the future). I don't have my site content up yet as I was going for the function and integration first, then I'll start working on the content and extras. I also decided to use the Joomla contact us form instead...no particular reason, just had a few people that said they liked it better. Beyond that, I hid some of the menu items until you login just to avoid what might seem cluttered to someone who is not an actual client. I also use this site just as hosting for the websites I work on myself so I'm not looking for that flashy "get as many users as I can" look. Let me know what you think! Main site smartgravity.com You'll see the Client Resources link for the whmcs stuff. 0 Quote Link to comment Share on other sites More sharing options...
redrat Posted September 2, 2008 Share Posted September 2, 2008 Elegant simplicity and a nice job. 0 Quote Link to comment Share on other sites More sharing options...
dreamcon Posted September 12, 2008 Share Posted September 12, 2008 icy colours... simple but nice website 0 Quote Link to comment Share on other sites More sharing options...
benblee Posted September 12, 2008 Author Share Posted September 12, 2008 Thanks for the compliments Hopefully sometime soon we'll see if my plan worked to make for an easy move over to SSL with all images and css files...keeping my fingers crossed. 0 Quote Link to comment Share on other sites More sharing options...
benblee Posted October 9, 2008 Author Share Posted October 9, 2008 The SSL is installed now and the changes were easy as expected! If you notice any trouble, I'd love to know about it ASAP! 0 Quote Link to comment Share on other sites More sharing options...
redrat Posted October 9, 2008 Share Posted October 9, 2008 benblee: It's looking very nice indeed. As with good music, sometimes 'the less the more.' 0 Quote Link to comment Share on other sites More sharing options...
texhead Posted October 15, 2008 Share Posted October 15, 2008 Mate I am very interested in how you achieved this so as to cut down my research time. I have not integrated it, WHMCS is separate. Any ideas and direction would be appreciated. Kind regards Tony PS. I like your site and it's simplicity, the integration is seamless. 0 Quote Link to comment Share on other sites More sharing options...
Shaun Posted October 15, 2008 Share Posted October 15, 2008 From looking at the source it looks like that accounts is not infact parsed/handeled my joomla at all. The OP has just taken the HTML from his joomla site and them put it on the whmcs site. Quite well done 0 Quote Link to comment Share on other sites More sharing options...
benblee Posted October 15, 2008 Author Share Posted October 15, 2008 Good on you for checking out the "View Source". That is what I was going to post back anyways. I've found that this is a good patter for just about any CMS out there when you're trying to integrate it. On your own site, make a page that has what you want on it with whatever system you're using, Drupal, Joomla, etc. Make sure there is an area in the body that you can recognize in the code when you view source. Next, check copy any paste items from the view source into your header and footer in your WHMCS template. Check the view source on my site and look for comments as to where main site code or Joomla code begins and ends for some hints. Also, a big frustrating thing that happens when the header and footer are two separate files AND when you're changing them like this is losing track of what tags are open in the header and where they need to be closed in the footer. If you're having alignment problems or width issues with any parts of the site, you could be missing a div, tr, td, or table tag somewhere. A good way to check for missing tags is to use a site that validates CSS and HTML for you. They usually point out what's missing. Not all errors are important to you, but you may have a list of 10 things to look at instead of searching blindly through the code. 0 Quote Link to comment Share on other sites More sharing options...
benblee Posted October 15, 2008 Author Share Posted October 15, 2008 This has so many helpful tools that make life so much easier. I highly recommend this for a project like this. After installed, there is a CSS drop down with an "Edit CSS" link that let's you make changes to the css pages and the browser window shows what those changes will do to you page. There is also the same thing for HTML under the "Miscellaneous" drop down. Web Developer Toolbar for Firefox 0 Quote Link to comment Share on other sites More sharing options...
pmatra Posted October 16, 2008 Share Posted October 16, 2008 Looks Great! I must say thank you for solving a problem for me by sending a product directly to the cart. I feel dumb now 0 Quote Link to comment Share on other sites More sharing options...
stanjj2004 Posted June 27, 2009 Share Posted June 27, 2009 Here is an updated reply to this thread.... I have also manipulated the WHMCS template to reflect the joomla template. It took about a days work to figure what to manipulate but I nearly have it seem-less. The only thing I have left to do is to make the corners round and make a joomla "top menu" to appear at the top of the whmcs template. At the time I have removed it from the joomla site. If anyone know how to do that please let me know. Anyone need any help let me know http://www.cincywebservices.com you can click on customer portal, mid right side for the whmcs 0 Quote Link to comment Share on other sites More sharing options...
benblee Posted October 23, 2009 Author Share Posted October 23, 2009 Changed my mind on templates and starting over with content. I plan on posting some info articles on how to integrate Joomla template styles into WHMCS soon. It's not done yet, but most of it is there. It should all be HTML valid (or very close) and actually works in IE6, IE7, and IE8. This is something to note because WHMCS uses jQuery and I've got MooTools functions loading on the template. http://smartgravity.com - Joomla http://accounts.smartgravity.com - WHMCS I liked doing things this way because I think I'll have some options to use other MooTools Joomla features like RocketTheme's RokBox inside WHMCS...not sure yet, still have to test it out. I'll also be hiding many of the client portal links soon as most people don't need those. I'm not interested in hosting lots of people, just a nice way to host clients of mine that don't want to bother with several accounts...domain registration, hosting, website stuff, etc. 0 Quote Link to comment Share on other sites More sharing options...
jjn Posted November 10, 2009 Share Posted November 10, 2009 Ben, I don't suppose you want to elaborate on how you integrated WHMCS into Joomla, as I recently installed both and woulf like to do the same. 0 Quote Link to comment Share on other sites More sharing options...
mfiendd Posted January 11, 2010 Share Posted January 11, 2010 Ben, could you please provide the details on how you did this? Remember this is a community. We love sharing. 0 Quote Link to comment Share on other sites More sharing options...
IntaHost-Steve Posted January 11, 2010 Share Posted January 11, 2010 He has given you some details on how it was done, read up. It's a nice clean job and one of the better ones I have seen based on Joomla. 0 Quote Link to comment Share on other sites More sharing options...
benblee Posted January 12, 2010 Author Share Posted January 12, 2010 When I get some time I'll try to post some good directions on how to do this. I don't mind sharing, it's just that it takes time to write up specific directions on what to do. The short story is, pull over only the Joomla files you need, use the view source of your Joomla site for the layout, then adjust some styling in the WHMCS template to match. It takes some time to really mention what files and code is necessary though when you're being specific. Things like getting all the module styling and everything in there too are a little tedious. Sorry for the delay. 0 Quote Link to comment Share on other sites More sharing options...
benblee Posted January 12, 2010 Author Share Posted January 12, 2010 @PingVPS, Thanks for the compliment . I did work on keeping things as minimal as possible to keep with core code. Most people get something like this integrated with Joomla and use Joomla files and then don't think they have to upgrade the Joomla files with each version released. On this site I can make upgrades just as you make them through Joomla and I can also upgrade WHMCS just like you would with a basic WHMCS site. 0 Quote Link to comment Share on other sites More sharing options...
bunhosting Posted January 20, 2010 Share Posted January 20, 2010 Ben, on page: https://accounts.smartgravity.com/cart.php - how do you can all those plans into the drop down list? When i try to do it, I only get one item listed in there. On this page: http://www.bunhosting.com.au/billing/cart.php?gid=1 0 Quote Link to comment Share on other sites More sharing options...
Ultralord Posted January 29, 2010 Share Posted January 29, 2010 how i can do that on my whcms and my joomla portal? i dont want to use integration but only the design like the 1st post can we find any guide how we can do that? 0 Quote Link to comment Share on other sites More sharing options...
Ultralord Posted January 29, 2010 Share Posted January 29, 2010 Good on you for checking out the "View Source". That is what I was going to post back anyways. I've found that this is a good patter for just about any CMS out there when you're trying to integrate it. On your own site, make a page that has what you want on it with whatever system you're using, Drupal, Joomla, etc. Make sure there is an area in the body that you can recognize in the code when you view source. Next, check copy any paste items from the view source into your header and footer in your WHMCS template. Check the view source on my site and look for comments as to where main site code or Joomla code begins and ends for some hints. Also, a big frustrating thing that happens when the header and footer are two separate files AND when you're changing them like this is losing track of what tags are open in the header and where they need to be closed in the footer. If you're having alignment problems or width issues with any parts of the site, you could be missing a div, tr, td, or table tag somewhere. A good way to check for missing tags is to use a site that validates CSS and HTML for you. They usually point out what's missing. Not all errors are important to you, but you may have a list of 10 things to look at instead of searching blindly through the code. the index.php you modifie with your joomla code? because mine index.php of whmcs is encrypted.. 0 Quote Link to comment Share on other sites More sharing options...
cosoth Posted October 26, 2010 Share Posted October 26, 2010 :neutral::neutral: 0 Quote Link to comment Share on other sites More sharing options...
pmatra Posted October 26, 2010 Share Posted October 26, 2010 Save yourself a ton of time-get J!WMCS. I started with a leased license to test it. Costs something like $35 and 7 a month after. I'm testing how fast it is. It seems a little sluggish but I am trying to optimize Joomla to boost speed. 0 Quote Link to comment Share on other sites More sharing options...
RAINFIRE Posted January 11, 2011 Share Posted January 11, 2011 I'm also interesed. 0 Quote Link to comment Share on other sites More sharing options...
pmatra Posted January 11, 2011 Share Posted January 11, 2011 Check out J!WHMCS. It has worked seamlessly and their support is great. http://Www.gohigheris.com Sorry I am keeping this response brief but I am on my phone. Pete 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.