Calendar

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
sweaverit
Forum Members
Forum Members
Posts: 36
Joined: Sun Nov 25, 2007 4:03 am

Calendar

Post by sweaverit »

How would one change where it says "Mon, Tues, Wed, etc" to just letters "M, T, W, T, etc"?  I've googled and searched and tried messing with the code myself to no avail.  :(
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: Calendar

Post by RonnyK »

Change the short names in the corresponding lang-file, under Calendar\Lang\

Ronny
sweaverit
Forum Members
Forum Members
Posts: 36
Joined: Sun Nov 25, 2007 4:03 am

Re: Calendar

Post by sweaverit »

Aha, thanks.
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: Calendar

Post by RonnyK »

sweaverit,

No need to google for this one. Under \Modules\Calendar\Lang are the languages stored like en_US.php. That holds the labels for the variables passed.So if I run using lang='nl_NL' the labels of the nl_NL.php are used and I get Dutch labels. If you run English, you should transfer the en_US.php file to your computer, open it in an editor and check the labels that are used. You can change the values to whatever you want and upload the file to the same place. Then the new labels will be used.

Ronny
Post Reply

Return to “CMSMS Core”