Jump to content

New WHMCS/Site


Keiro

Recommended Posts

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.

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Why did you change your name?

 

Why? Because the domain name was too long. :-P

 

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. :-P

 

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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
Link to comment
Share on other sites

  • 4 weeks later...

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