Keiro Posted October 18, 2009 Share Posted October 18, 2009 Still working on the integration of WHMCS into the site design... Some of the links aren't working in the main site, but that's because I'm still working on the documentation. I transitioned from shattereddreamshosting.com to this site. http://eidolonhost.com (main site) and https://secure.eidolonhost.com (WHMCS) Yes, I'm aware of the fact that the certificate is unsecure. I'm using unsigned SSL certificate for the time being before going live. Any comments on how to integrate the WHMCS design? Or any suggestions on integrating and making it more seamless? I'm also still trying to figure out how to get the WHMCS to integrate nicely into the site... Also, yes, I'm aware of the logo needing working on. I've got a friend who's a logo designer, working on that for me. Either way though... I'd just like your thoughts on this, as this is still in development. 0 Quote Link to comment Share on other sites More sharing options...
%83^!!%5 Posted October 18, 2009 Share Posted October 18, 2009 First, don't forget to change your signature to match your new name Integrating WHMCS can be incredibly easy or incredibly hard depending on the way your design is structured (CSS, Table, frames, etc...) and your knowledge of that design and coding in general. For the most basic integration, you will need to modify the header.tpl and footer.tpl files in /public_html/WHMCS/templates/yourtemplate/ I would recommend copying the default or portal themes to make your own instead of modifying them. From there, you can tweak the other template files to match the design better. Why did you change your name? 0 Quote Link to comment Share on other sites More sharing options...
thehost5968 Posted October 18, 2009 Share Posted October 18, 2009 http://eidolonhost.com/ First: The grey top row of your footer round off the corners, the rest of this site is good well done. Now http://secure.eidolonhost.com find this bite of code in the index page of http://eidolonhost.com/index.html : <!--PACKAGES STARTS HERE --> <table align="center" border="0" cellpadding="5" cellspacing="0" width="540"> and then copy this code block and all above and past it in to your WHMCS header.tpl Then find this code in the index page of http://eidolonhost.com/index.html: </td> <td align="left" bgcolor="#ffffff" valign="top" width="200"><!--FEATURES STARTS HERE --> <table border="0" cellpadding="0" cellspacing="0" width="200"> and then copy this code block and all below it in to yor footer.tpl now you have a basic integration. now you just need to sort out the <head> </head> area with the css and JS and all that. And do all the tweaking you need on the other pages. Hope this helps. PM me if you needed. 0 Quote Link to comment Share on other sites More sharing options...
Keiro Posted October 18, 2009 Author Share Posted October 18, 2009 Why did you change your name? Why? Because the domain name was too long. The shortened version of the name was already registered by others, so I had to think for a while and eventually came up with Eidolon Hosting. >_> I'll work on the suggestion you've given. the.host, thanks for the tips. (had to stick in a period to get the name to show up for some reason.) Regarding the code you've suggested, could you clear that up a bit more with additional instructions? I'm good, but I'm not THAT good. What I mean is: find this bite of code in the index page of http://eidolonhost.com/index.html : HTML Code: <!--PACKAGES STARTS HERE --> <table align="center" border="0" cellpadding="5" cellspacing="0" width="540"> and then copy this code block and all above and past it in to your WHMCS header.tpl Then find this code in the index page of http://eidolonhost.com/index.html: HTML Code: </td> <td align="left" bgcolor="#ffffff" valign="top" width="200"><!--FEATURES STARTS HERE --> <table border="0" cellpadding="0" cellspacing="0" width="200"> and then copy this code block and all below it in to yor footer.tpl I'm not quite understanding what you meant by the above instructions. 0 Quote Link to comment Share on other sites More sharing options...
Keiro Posted October 18, 2009 Author Share Posted October 18, 2009 the.host, I have updated the footer as per your suggestion. 0 Quote Link to comment Share on other sites More sharing options...
%83^!!%5 Posted October 18, 2009 Share Posted October 18, 2009 What he means is that you will need to find the header area code in your index page and copy/paste it into header.tpl replacing the current information. Then do the same thing copying your footer area code into footer.tpl. This will form a basic integration but will still need additional work. 0 Quote Link to comment Share on other sites More sharing options...
thehost5968 Posted October 18, 2009 Share Posted October 18, 2009 Yes That is right. But the code start and end I gave above was wrong sorry. Try this: find this bite of code in the index page of http://eidolonhost.com/index.html : <td><img src="images/white_c1.gif" alt="" height="7" width="560" /></td> </tr> </tbody> </table> and then copy this code block and all above and past it in to your WHMCS header.tpl Then find this code in the index page of http://eidolonhost.com/index.html: </td> <td align="left" bgcolor="#ffffff" valign="top" width="200"><!--FEATURES STARTS HERE --> <table border="0" cellpadding="0" cellspacing="0" width="200"> and then copy this code block and all below it in to yor footer.tpl Then Yes as per dean1012 0 Quote Link to comment Share on other sites More sharing options...
thehost5968 Posted October 18, 2009 Share Posted October 18, 2009 the.host, I have updated the footer as per your suggestion. Now I just meant round off the top corners of the grey box and keep the footer as it was. 0 Quote Link to comment Share on other sites More sharing options...
DomaiNew Posted November 14, 2009 Share Posted November 14, 2009 I've seen this template before, I kind of liked it Fix your logo, text doesn't show. 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.