getstarted Posted October 24, 2008 Share Posted October 24, 2008 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, 0 Quote Link to comment Share on other sites More sharing options...
herpherp Posted October 24, 2008 Share Posted October 24, 2008 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? 0 Quote Link to comment Share on other sites More sharing options...
getstarted Posted October 24, 2008 Author Share Posted October 24, 2008 (edited) 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 October 24, 2008 by getstarted 0 Quote Link to comment Share on other sites More sharing options...
getstarted Posted October 24, 2008 Author Share Posted October 24, 2008 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, 0 Quote Link to comment Share on other sites More sharing options...
herpherp Posted October 24, 2008 Share Posted October 24, 2008 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> 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.