Jump to content

Recommended Posts

Hi,

 

I'm fairly new to editing the WHMCS theme files and wondered if maybe someone could help me? I've gone over the theme guide over at the developer portal but i'm still fairly lost.

 

Which files and which line of code do I need to open and edit to add my own navigation menu's, logos etc. at the top and also the footer at the bottom to match the main website template? I hope i'm making sense.

 

Basically I want to add my own template around WHMCS itself so it looks all professional. Thanks in advance.

Link to comment
Share on other sites

  • 2 weeks later...
On 08/10/2020 at 20:27, AnonRed said:

Which files and which line of code do I need to open and edit to add my own navigation menu's, logos etc. at the top and also the footer at the bottom to match the main website template? I hope i'm making sense.

a WHMCS client area page can usually be considered as a header (header.tpl), the main body (specific .tpl for that page's purpose) and a footer (footer.tpl) - so logos, menu etc would be in header.tpl, but it will call various sub-templates, e.g includes/navbar for the top menu (i'm thinking of the Six template layout) - but navbar.tpl is just used to output the navbar array - the array(menu) is normally modified using hooks not by manipulation of the template.... though if you're replacing the navbar with your own menu system, then that might not really matter.

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.

×
×
  • 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