to display year calendar 
Forum for JEvents 3.0 for Joomla 3.0 and 2.5.
Re: to display year calendar
by jclm73 » Tue Jan 15, 2013 9:31 pm
My presentation is better
still another question please
when I configure the day format as DMY
the date is MD ......
and look the result:
http://choeur-symphonia.fr
still another question please
when I configure the day format as DMY
the date is MD ......
- Capturer6.JPG (33.42 KiB) Viewed 338 times
and look the result:
http://choeur-symphonia.fr
- jclm73
- Silver Members
- Posts: 20
- Joined: Sun Jan 13, 2013 1:22 pm
Re: to display year calendar
by Tonyp » Tue Jan 15, 2013 9:48 pm
Hello,
This is very possibly an untranslated string in your language as the language string before it has not been translated...
You will want to see:
http://www.jevents.net/jevents-15-topme ... in-jevents
followed by:
http://www.jevents.net/jevents-15-topme ... events-154
Thanks
Tony
This is very possibly an untranslated string in your language as the language string before it has not been translated...
You will want to see:
http://www.jevents.net/jevents-15-topme ... in-jevents
followed by:
http://www.jevents.net/jevents-15-topme ... events-154
Thanks
Tony
---------------------------------------
Do not forget if you like JEvents, why not join the CLUB! for priority support and lots of excellent plugin's. JEvents Club
Do not forget if you like JEvents, why not join the CLUB! for priority support and lots of excellent plugin's. JEvents Club
-

Tonyp - Contributor
- Posts: 8718
- Joined: Tue Oct 12, 2010 9:12 pm
- Location: Isle of Man
Re: to display year calendar
by Geraint » Wed Jan 16, 2013 11:21 am
Also it looks as though your French translation of JEvents is not up to date - please download and install the latest version from the download area.
------------
JEvents club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits.
Join the JEvents club today!
JEvents club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits.
Join the JEvents club today!
-

Geraint - Posts: 30518
- Joined: Fri Feb 15, 2008 6:14 pm
Re: to display year calendar
by jclm73 » Wed Jan 16, 2013 12:41 pm
I tried the methods:
the first to substituate a translation
the format
day of week, D M Y is not recognised
the second to install the news french translation
no changes and I can't see
day of week, D m Y
an idea ?
I send you a screen of the substitution
the first to substituate a translation
the format
day of week, D M Y is not recognised
the second to install the news french translation
no changes and I can't see
day of week, D m Y
an idea ?
I send you a screen of the substitution
- Capturer7.JPG (37.1 KiB) Viewed 336 times
- jclm73
- Silver Members
- Posts: 20
- Joined: Sun Jan 13, 2013 1:22 pm
Re: to display year calendar
by Geraint » Wed Jan 16, 2013 1:48 pm
the DMY date format you refer to relates to the event editing page and not to the page the visitor sees.
The event visitor date/time format is controlled via the config option "Date Format" (the 3rd option on the first tab of the JEvents config). If you select 'language file' then you can use this article http://www.jevents.net/jevents-15-topme ... events-154
Finally if you are using the latest events module this is controlled separately via the custom format string - see http://www.jevents.net/jevents-15-topme ... nts-module
The event visitor date/time format is controlled via the config option "Date Format" (the 3rd option on the first tab of the JEvents config). If you select 'language file' then you can use this article http://www.jevents.net/jevents-15-topme ... events-154
Finally if you are using the latest events module this is controlled separately via the custom format string - see http://www.jevents.net/jevents-15-topme ... nts-module
------------
JEvents club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits.
Join the JEvents club today!
JEvents club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits.
Join the JEvents club today!
-

Geraint - Posts: 30518
- Joined: Fri Feb 15, 2008 6:14 pm
Re: to display year calendar
by jclm73 » Wed Jan 16, 2013 3:25 pm
Geraint wrote:Finally if you are using the latest events module this is controlled separately via the custom format string - see http://www.jevents.net/jevents-15-topme ... nts-module
Yes Now I have understood the interaction between the component and the module
But where must I put, in the module, the good format of the date I want
%A, %d %B %Y called format_0 in the tab you mention
if I have welle understood
I find all this not simple ....
- jclm73
- Silver Members
- Posts: 20
- Joined: Sun Jan 13, 2013 1:22 pm
Re: to display year calendar
by Geraint » Thu Jan 17, 2013 9:54 am
In the module parameters there is a field 'custom format string' - in that you can put something like
and remember to select the 'use settings below' option and NOT 'use component settings'
- Code: Select all
${startDate(%A %B %e)}[!a:, ${startDate(%l:%M %p)} - ${endDate(%l:%M %p)}][a: - All Day]
${title}
and remember to select the 'use settings below' option and NOT 'use component settings'
------------
JEvents club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits.
Join the JEvents club today!
JEvents club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits.
Join the JEvents club today!
-

Geraint - Posts: 30518
- Joined: Fri Feb 15, 2008 6:14 pm
Re: to display year calendar
by jclm73 » Thu Jan 17, 2013 11:10 am
Thank you very much
But I'm a newbie in this language ....
can you help me once more time ?
I would have the 24h format for the hour (in France, people do not understand pm or am)
and I'll modify the order between the date and the month; and it will be frenchy !....
But I'm a newbie in this language ....
can you help me once more time ?
I would have the 24h format for the hour (in France, people do not understand pm or am)
and I'll modify the order between the date and the month; and it will be frenchy !....
- jclm73
- Silver Members
- Posts: 20
- Joined: Sun Jan 13, 2013 1:22 pm
Re: to display year calendar
by Tonyp » Thu Jan 17, 2013 12:00 pm
Please try:
Regards
Tony
- Code: Select all
${startDate(%A %B %e)}[!a:, ${startDate(%H:%M)} - ${endDate(%H:%M)}][a: - All Day]
${title}
Regards
Tony
---------------------------------------
Do not forget if you like JEvents, why not join the CLUB! for priority support and lots of excellent plugin's. JEvents Club
Do not forget if you like JEvents, why not join the CLUB! for priority support and lots of excellent plugin's. JEvents Club
-

Tonyp - Contributor
- Posts: 8718
- Joined: Tue Oct 12, 2010 9:12 pm
- Location: Isle of Man
Re: to display year calendar 
by jclm73 » Thu Jan 17, 2013 12:12 pm
- jclm73
- Silver Members
- Posts: 20
- Joined: Sun Jan 13, 2013 1:22 pm
38 posts
• Page 3 of 4 • 1, 2, 3, 4
Return to JEvents 3.0 (Free Access)
Who is online
Users browsing this forum: No registered users

