Serenade Posted March 7, 2008 Share Posted March 7, 2008 I was just wondering what would be the best way to integrate your WHMCS into your site? Did you use an iFrame? If not what's the best way to do it? - Mike 0 Quote Link to comment Share on other sites More sharing options...
ruben Posted March 7, 2008 Share Posted March 7, 2008 Just post the link to your whmcs folder and modify its template to look like your website ? This is how I am going to do it. 0 Quote Link to comment Share on other sites More sharing options...
Serenade Posted March 8, 2008 Author Share Posted March 8, 2008 Yeah, but I actually want the entire navigation bar on the top, etc. 0 Quote Link to comment Share on other sites More sharing options...
chickendippers Posted March 8, 2008 Share Posted March 8, 2008 Just add your navigation to header.tpl then. 0 Quote Link to comment Share on other sites More sharing options...
bear Posted March 8, 2008 Share Posted March 8, 2008 Yeah, but I actually want the entire navigation bar on the top, etc. Just add your navigation to header.tpl then. As chickendippers said, just add in your desired content to the header.tpl file for the "skin" you wish to use. What I did was to make a separate file with the content and include it at run time. Easier for me to maintain that way. Ex: {php} include('my_header.php'); {/php} {php} include('my_nav.php'); {/php} 0 Quote Link to comment Share on other sites More sharing options...
mrh2 Posted March 8, 2008 Share Posted March 8, 2008 It's easy to use the header and footer to get the whole thing looking just like the rest of your site: http://www.sitehq.co.uk/clients/index.php 0 Quote Link to comment Share on other sites More sharing options...
ask21900 Posted March 8, 2008 Share Posted March 8, 2008 As chickendippers said, just add in your desired content to the header.tpl file for the "skin" you wish to use. What I did was to make a separate file with the content and include it at run time. Easier for me to maintain that way.Ex: {php} include('my_header.php'); {/php} {php} include('my_nav.php'); {/php} I think that this is the best way... My site is the same. 0 Quote Link to comment Share on other sites More sharing options...
BAJI26 Posted March 8, 2008 Share Posted March 8, 2008 Yes I must agree, I also included the custom stuff on my pages this way. 0 Quote Link to comment Share on other sites More sharing options...
dr2web Posted March 9, 2008 Share Posted March 9, 2008 When you are dealing with smarty it is better to take the time and do a full integration. I am working on mine right now. It really is pretty easy. The main thing is finding out where each template is. I will start you guys out. Design your first page, the one that you want everyone to see when they come. Now chop it in to three seperate pieces (head, body, and footer) Put the head part in header.tpl Put the body part in homepage.tpl Put the footer part in footer.tpl I might add though that you should copy and rename the enitire folder for the skin that you choose to modify. That way if you mess it up you can go back. (should be a no-brainer, but I have done it before not thinking) Hope that this helps. 0 Quote Link to comment Share on other sites More sharing options...
Serenade Posted March 11, 2008 Author Share Posted March 11, 2008 So let me get this straight, I replace my entire header.tpl with the header of my site? EDIT: Gah, this is impossible. Would anyone be too kind and help me out? I'd pay a little... 0 Quote Link to comment Share on other sites More sharing options...
chickendippers Posted March 11, 2008 Share Posted March 11, 2008 All it takes is some basic HTML knowledge, a little common sense and some patience. Check the customisation section of the manual for information: http://v3manual.whmcs.com/ Failing that the WHMCS guys can do it for you: http://whmcs.com/integration.php 0 Quote Link to comment Share on other sites More sharing options...
ask21900 Posted March 11, 2008 Share Posted March 11, 2008 So let me get this straight, I replace my entire header.tpl with the header of my site? EDIT: Gah, this is impossible. Would anyone be too kind and help me out? I'd pay a little... If you are willing to pay... Try whmcs' integration service... They are great at it! $34.95 will get your site and your whmcs mingled to one. 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Developer WHMCS Andrew Posted March 11, 2008 WHMCS Developer Share Posted March 11, 2008 I used WHMCS Integration service 0 Quote Link to comment Share on other sites More sharing options...
ask21900 Posted March 12, 2008 Share Posted March 12, 2008 I used WHMCS Integration service lol... I would hope so... 0 Quote Link to comment Share on other sites More sharing options...
Serenade Posted March 13, 2008 Author Share Posted March 13, 2008 I'm using licensepal's integration service for $19.99. It's taking a hell of a long time though... 0 Quote Link to comment Share on other sites More sharing options...
ask21900 Posted March 13, 2008 Share Posted March 13, 2008 I'm using licensepal's integration service for $19.99. It's taking a hell of a long time though... For future readers: WHMCS may cost a little more, but turn around was less than 24 hours. 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.