• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

Need Help with WHMCS

froggy-hosting

New Member
I would like to customise my WHMCS to look like website and i dont know how to
I only need poiting in the right direction like what page to change and were to change it and i can do the rest.
 
Templates folder.. then consider under the admin "configuation->General->Template" options... if you chose portal its the portal directory... and if you chose the default its the default directory :)
 
You'll need to edit header.tpl and footer.tpl in any text editor... and from there you can edit any other tpl pages you wish...
 
As webadpro said you can do most things in the header.tpl and footer.tpl file, but the CSS is very important too. The tricky part is to make sure your site's CSS and your WHMCS CSS don't have double definitions. If your header and footer contain PHP, you can use the Smarty {php} tags to include the PHP.

The following link might be useful (since WHMCS' template system is based on Smarty):
http://smarty.php.net/

Here's the result of my integration, including PHP in the header:
https://secure.radixhosting.com/clients/
 
Back
Top