Jump to content

How did you integrate WHMCS?


Serenade

Recommended Posts

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}

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated