- Messages : 29
- Remerciements reçus 2
Lyr!C écrit: About Google maps, doesn't know currently if possible, as using distant API of Google.
But maybe it's possible... when time, and working on Google Maps, will check this...
if($loadGMapScripts) {
$document->addScript('https://maps.googleapis.com/maps/api/js?sensor=false');
$document->addScript( JURI::base( true ) . '/components/com_icagenda/js/icmap.js' );
}
if($loadGMapScripts) {
$doclang = & JFactory::getDocument();
$curlang = $doclang->language;
$lang = substr($curlang,0,2);
$document->addScript('https://maps.googleapis.com/maps/api/js?sensor=false&language='.$lang);
$document->addScript( JURI::base( true ) . '/components/com_icagenda/js/icmap.js' );
}
Connexion ou Créer un compte pour participer à la conversation.
Connexion ou Créer un compte pour participer à la conversation.
SLV écrit: Mr. Lyr!C
Did you saw this hack? Do you agree? Will be it or something else in update?
Connexion ou Créer un compte pour participer à la conversation.
Connexion ou Créer un compte pour participer à la conversation.
Which name do you want me to add in contributors list?
case 'p.': $ val = ' p.'; break;
Connexion ou Créer un compte pour participer à la conversation.
I will next week update the list of contributors. (i think it a basic thank you!) I can add just "SLV" if you don't want your full name ?SLV écrit:
Which name do you want me to add in contributors list?
Mr. Lyr!C
Thank you very much for appreciating my minimum contribution for your great job.
This is unnecessary.
Yes, i can, and will for 3.2.8SLV écrit: I have suggestions into TODO list:
- add such lines to helper.php (component and modules)(р - cyrillic letter)case 'p.': $ val = ' p.'; break;
There's some missing files for date format, and i will work on them as soon as a little time. But today, i add a file for globalization only if already a language pack.SLV écrit: and the corresponding globalization file uk-UA.php
for Ukrainian date format localization.
SLV écrit: - make it possible to output such string "There are no scheduled events" (JText::_) in the output list of today and upcoming events if really no scheduled events...
Connexion ou Créer un compte pour participer à la conversation.
Could you explain me ?
My globalization file attached.... if you have understand how to create one for ukrainian, i can add it.
Connexion ou Créer un compte pour participer à la conversation.
SLV écrit:
Of course, please.
Screenshot attached. It looks like an empty list of upcoming events.
SLV écrit: I tried to attach my globalization file, but after submit button forum gives an error.
Connexion ou Créer un compte pour participer à la conversation.
Thanks for the clarification. It works....you have to activate subtitle description
Connexion ou Créer un compte pour participer à la conversation.
SLV écrit:
Thanks for the clarification. It works....you have to activate subtitle description
Connexion ou Créer un compte pour participer à la conversation.