- Posts: 29
- Thank you received: 2
Lyr!C wrote: 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' );
}
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
SLV wrote: Mr. Lyr!C
Did you saw this hack? Do you agree? Will be it or something else in update?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Which name do you want me to add in contributors list?
case 'p.': $ val = ' p.'; break;
Please Log in or Create an account to join the 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 wrote:
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 wrote: 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 wrote: and the corresponding globalization file uk-UA.php
for Ukrainian date format localization.
SLV wrote: - 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...
Please Log in or Create an account to join the conversation.
Could you explain me ?
My globalization file attached.... if you have understand how to create one for ukrainian, i can add it.
Please Log in or Create an account to join the conversation.
SLV wrote:
Of course, please.
Screenshot attached. It looks like an empty list of upcoming events.
SLV wrote: I tried to attach my globalization file, but after submit button forum gives an error.
Please Log in or Create an account to join the conversation.
Thanks for the clarification. It works....you have to activate subtitle description
Please Log in or Create an account to join the conversation.
SLV wrote:
Thanks for the clarification. It works....you have to activate subtitle description
Please Log in or Create an account to join the conversation.