Jump to content

So confused about integrating whmcs with my home page, pls help?


getstarted

Recommended Posts

I created a header php:

http://fortunesamerica.com/header.php

 

I am so confused about integrating this with whmcs, looking to use "portal" style. Please suggest on how to do this?

 

I looked at

http://wiki.whmcs.com/Client_Area_Template_Files

 

and updated header.tpl to include header.php in default folder, but it is behaving differently each time. Also my header.php width is more than the default header.tpl. Please provide any help or useful links.

 

Thanks,

Link to comment
Share on other sites

 

I am so confused about integrating this with whmcs, looking to use "portal" style. Please suggest on how to do this?

,

It's pretty straight forward once you get the hang of it...

Or you may want to think about hiring a web design service.

 

Also my header.php width is more than the default header.tpl.

Change 1 of the widths to match the other

 

It looks like you have the header integrated here http://fortunesamerica.com/billing/ just needs some work... Not sure what you question actually is?

Link to comment
Share on other sites

Main problem is that I want to use portal style(navigation on the left hand side). No matter what I change, it is not reflecting on this page.

 

And the buttons towards top right corner (Administrator, return to admin area) should not be there.

 

Edit:

 

What i understand is:

1. we have two folders (default & portal).

2. Copy portal to new folder called (custom)

3. set the custom type in whmcs admin

4. change files in custom folder with header information?

 

Is this process right?

Edited by getstarted
Link to comment
Share on other sites

I think I am getting close. I have couple of questions:

 

1. Where to change the middle "Client Area" font style and size? I was able to change fonts in navigation and other places, but can't find this particular links.

2. Navigation style. Is this only option available. I thought this (http://client.innohosting.com/) is one of the option. [i dont need navigation at the right side, but I am looking for similar style]

 

Thanks,

Link to comment
Share on other sites

Looks like you got it sorted out more....

 

I believe the css part you are looking for is

body,td,input,select,textarea {
font-family: Verdana;
font-size: 11px;
}

a {
color: #65A5E6;
}

a:hover {
text-decoration: none;
}

 

 

Also you may want to remove the no right click script on your page, it's annoying... Just my opinion though :?:

 

<script language=JavaScript>
<!--

//Disable right click script 
//For full source code, visit 

var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

document.oncontextmenu=new Function("return false")
// --> 
</script>

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