Main menu

Forum


× Help Forum English

Event cancellation

  • drweb
  • Autore della discussione
  • New Member
  • New Member
Di più
3 Anni 11 Mesi fa - 3 Anni 11 Mesi fa #16938 da drweb
[FIX 3.7.12] Event cancellation è stato creato da drweb
Hi Cyril,

How does this work precisely ?
I found how to cancel an event and can see what it displays on the backend and frontend.
Thanks for this option !!!
But on the front-end i see this text and can't find where to change and translate it :
COM_ICAGENDA_EVENT_CANCELLED_TEXT

Greetings,
Kurt
Ultima Modifica 3 Anni 11 Mesi fa da Lyr!C.

Si prega Accedi o Crea un account a partecipare alla conversazione.

 

  • otergau
  • New Member
  • New Member
Di più
3 Anni 11 Mesi fa #16941 da otergau
Risposta da otergau al topic Event cancellation
Hi all,

I've the same issue and do not know where to change it.

Pleas advice,

Thx
Olaf
Allegati:

Si prega Accedi o Crea un account a partecipare alla conversazione.

  • Lyr!C
  • Avatar di Lyr!C
  • Administrator
  • Administrator
  • Lead Developer
Di più
3 Anni 11 Mesi fa #16944 da Lyr!C
Risposta da Lyr!C al topic Event cancellation
Hello,

Yes, this is due to the way Joomla loads the language...

So, a patched version, with new options to customize the "Cancelled" label will be released tomorrow.

If you want to fix it now, simply edit the file: ROOT/administrator/components/com_icagenda/utilities/event/event.php

And line 230, add this:
			$language = JFactory::getLanguage();
			$language->load('com_icagenda', JPATH_SITE, 'en-GB', false, true);
			$language->load('com_icagenda', JPATH_SITE, null, true);

So the code looks like:
if ($evtParams->get('event_cancelled'))
		{
			$language = JFactory::getLanguage();
			$language->load('com_icagenda', JPATH_SITE, 'en-GB', false, true);
			$language->load('com_icagenda', JPATH_SITE, null, true);

			$text        = JText::_('COM_ICAGENDA_EVENT_CANCELLED_TEXT');
			$description = $evtParams->get('event_cancelled_desc');

Thanks!

Best regards,
Cyril

Latest version : iCagenda 3.9.2
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!

Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on JED (Joomla Extensions Directory) .

File allegato:

Si prega Accedi o Crea un account a partecipare alla conversazione.

  • Lyr!C
  • Avatar di Lyr!C
  • Administrator
  • Administrator
  • Lead Developer
Di più
3 Anni 11 Mesi fa #16946 da Lyr!C
Risposta da Lyr!C al topic Event cancellation
Hello,

3.7.13 just released today! ;-)

Latest version : iCagenda 3.9.2
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!

Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on JED (Joomla Extensions Directory) .

File allegato:

Si prega Accedi o Crea un account a partecipare alla conversazione.

Moderatori: Lyr!C
Tempo creazione pagina: 0.171 secondi

 

Follow Us

acymailing logo new

Create your Joomla templates with Template Creator CK