PDA

View Full Version : Customizing the header



michelle
08-24-06, 12:29 PM
In the client's area... I like all those little icons and links "My Details", "My Hosting Packages", etc... However, I have to admit, they are a bit visually distracting.

Is there a way to just have that show up in the "Client Area" link (clientarea.php) and removed from the rest?

I'm guessing I'd need to remove it from the header php file and add that code to the clientarea.php file.

Is that possible without screwing anything up?

I know HTML but not PHP. I'm guessing I just need to do some cut and pasting.

Any help would be appreciated!

Michelle
(who is loving the software so far :-)

thernes
08-24-06, 01:15 PM
Yeah. Just remove the html code and tags from the templates wher you don't want it to show up. Shouldn't cause you any problems.

MACscr
08-24-06, 01:28 PM
header.tpl is the file you want to edit. its located in /WHMCSROOT/templates/WHMCSDefault/

in 99% of the cases in WHMCS, you cant edit the php files, so you can stick to the html that you know. =P

Adam
08-24-06, 04:27 PM
Hey,

If you know HTML, then this should be a walk in the park for you, simply open up header.tpl and find anything with the tag and next to that should be a link. So just remove the tag...

From,
Adam

michelle
08-24-06, 08:54 PM
Wow. This was so easy to do!! Really like this software!

thanks for your suggestions!

Michelle :-)

Eli - Dan
02-22-07, 08:50 PM
Thank you, this has helped me out today :)