-
iCagenda
-
iCagenda - English
-
[SOLVED] Compatibility with Frontpage Slideshow & other questions
[SOLVED] Compatibility with Frontpage Slideshow & other questions
-
jonmar
-
Autore della discussione
-
Junior Member
-
Riduci
Di più
-
Messaggi: 22
-
Ringraziamenti ricevuti 4
-
-
8 Anni 2 Mesi fa #13529
da jonmar
It's perfect! Thank you!
Will the same code work if I want to change the dates to display in the same way in the event page itself? Like when I click on the event in the list, and go read the event details, there's a date there. Can I just copy and paste this code into that div as well?
You're the best! Thanks again!
Si prega Accedi o Crea un account a partecipare alla conversazione.
-
Lyr!C
-
-
Administrator
-
-
Lead Developer
Riduci
Di più
-
Messaggi: 6784
-
Ringraziamenti ricevuti 608
-
-
-
-
8 Anni 2 Mesi fa #13530
da Lyr!C
Great!
About event details view, the $evt variable does not exist (yet...)
So try this code :
<?php if (iCDate::isDate($item->startdate) && ! $item->weekdays) : ?>
<?php echo JHtml::date($item->startdate, 'j.n', null); ?> - <?php echo JHtml::date($item->enddate, 'j.n', null); ?>
<?php elseif ($dateday) : ?>
<?php echo JHtml::date($dateday, 'j.n', null); ?>
<?php else : ?>
<?php echo JHtml::date($item->next, 'j.n', null); ?>
<?php endif; ?>
I think this may work in all cases.
Latest version : iCagenda 3.9.8
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)
.
Si prega Accedi o Crea un account a partecipare alla conversazione.
-
jonmar
-
Autore della discussione
-
Junior Member
-
Riduci
Di più
-
Messaggi: 22
-
Ringraziamenti ricevuti 4
-
-
8 Anni 2 Mesi fa #13532
da jonmar
That worked perfectly again!
Awesome, we can finally close this thread
.
Thank you so much!
Si prega Accedi o Crea un account a partecipare alla conversazione.
-
Lyr!C
-
-
Administrator
-
-
Lead Developer
Riduci
Di più
-
Messaggi: 6784
-
Ringraziamenti ricevuti 608
-
-
-
-
8 Anni 2 Mesi fa #13538
da Lyr!C
You're welcome!
My Pleasure to help (even if sometimes when busy, it could take some time
)
Best Regards,
Cyril
Latest version : iCagenda 3.9.8
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)
.
Si prega Accedi o Crea un account a partecipare alla conversazione.
-
iCagenda
-
iCagenda - English
-
[SOLVED] Compatibility with Frontpage Slideshow & other questions
Tempo creazione pagina: 0.103 secondi