Jump to content
  • 0

Skinning WHMCS & Upgrades


RPS

Question

For the majority of the time, do the WHMCS upgrades mess with the template system? Or are most of the upgrades mainly core files?

 

I plan to completely skin WHMCS, but I don't want to have to reskin it every time there is an update.

 

How often do clients usually need to reskin the system? Is it just with major release versions (such as v1 to v2, or v2 to v3)? :roll:

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

your going to edit your templates on each upgrade. I know its a bitch and it always will be. I have to look at the new templates and compare them against the old originals, then pick out what i need to move to my custom ones. I have rewritten about 90% of the code, so i guess thats what im stuck with doing. To bad the templates arent written well enough (no damn tables) so that we could just sweet css files for our changes.

Link to comment
Share on other sites

  • 0
  • WHMCS CEO
your going to edit your templates on each upgrade

Although you don't need to edit them all, just the ones which have changed which are listed in the readme file and we always try to keep the number down to a minimum.

 

Matt

Link to comment
Share on other sites

  • 0
This is a drawback. I too would like to see this controlled by CSS. However, I'd also like to see the posibility of using php includes in the templates, this would also remove the need for doing much copy/paste of html code.

 

you can {php_include file="test.php"}

Link to comment
Share on other sites

  • 0
However, I'd also like to see the posibility of using php includes in the templates

 

{include_php file="/home/myusername/public_html/header.php"}

 

you may have to use the absolute path instead of just /header.php

 

I use this to include my page header and footer in header.tpl & footer.tpl etc...

Link to comment
Share on other sites

  • 0

Skinning is VERY easy with WHMCS. 95% of the changes you made, are done to 2 files.

 

Most of my changes were on header/footer. I did have to edit 18 other files because a common area to change (the page title), has to be changed on EVERY file. I already put the suggestion in with Matt to make it so you only have to edit a single file to update the title style for every page.

 

If this sounds something you would like to see, please reply to http://forum.whmcs.com/showthread.php?t=8205

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
Answer this question...

×   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