Jump to content

Integrated WHMCS Template


Preemo

Recommended Posts

Hi All,

 

I'm looking to get some help on integrating a WHMCS system into my website. I've done the basics, but I'm looking to get some help on some of the customisation

 

whmcs.png

 

As you can see from the photo, the logged in as admin box is half way down the screen.

 

Also, the things like Client Area, Announcements etc need clearing up. Does any one know how this would need to be done?

 

Thanks in advance

 

Ryan

Link to comment
Share on other sites

Ryan,

 

don't worry about the admin box, it isn't causing the table issues - it looks the same when I look at the client area and there's no admin box there for me!

 

your issue with the table appears to be a css problem... namely, reset.css - it currently has the following in line 1:

 

border:0;
font-size:100%;
font:inherit;
vertical-align:baseline;
margin:0;
padding:0;

if you remove the vertical-align line, then the page looks like this...

 

http://prntscr.com/2j5fxt

 

a little squashed, but the alignment is correct... now whether that has other affects on the rest of the site, you'll know better than me!

 

a further step might be to edit homepage.tpl (which in the normal portal template is usually used to display this table)... if you give the table cells with the icons a width of 8%, change the next cell width from 50% to 40%, leave the right column at 50%, you get the following...

 

http://prntscr.com/2j5j1d

 

this looks slightly better to me - but you should probably experiment with the numbers and see what looks best to you.

 

hope this helps.

Link to comment
Share on other sites

Ryan,

 

don't worry about the admin box, it isn't causing the table issues - it looks the same when I look at the client area and there's no admin box there for me!

 

your issue with the table appears to be a css problem... namely, reset.css - it currently has the following in line 1:

 

border:0;
font-size:100%;
font:inherit;
vertical-align:baseline;
margin:0;
padding:0;

if you remove the vertical-align line, then the page looks like this...

 

http://prntscr.com/2j5fxt

 

a little squashed, but the alignment is correct... now whether that has other affects on the rest of the site, you'll know better than me!

 

a further step might be to edit homepage.tpl (which in the normal portal template is usually used to display this table)... if you give the table cells with the icons a width of 8%, change the next cell width from 50% to 40%, leave the right column at 50%, you get the following...

 

http://prntscr.com/2j5j1d

 

this looks slightly better to me - but you should probably experiment with the numbers and see what looks best to you.

 

hope this helps.

 

You're a star!! Thank you!

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