-
iCagenda
-
iCagenda - English
-
[SOLVED] Compatibility with Frontpage Slideshow & other questions
[SOLVED] Compatibility with Frontpage Slideshow & other questions
-
jonmar
-
Auteur du sujet
-
Membre junior
-
Réduire
Plus d'informations
-
Messages : 22
-
Remerciements reçus 4
-
-
il y a 8 ans 2 mois #13529
par 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!
Connexion ou Créer un compte pour participer à la conversation.
-
Lyr!C
-
-
Administrateur
-
-
Lead Developer
Réduire
Plus d'informations
-
Messages : 6784
-
Remerciements reçus 608
-
-
-
-
il y a 8 ans 2 mois #13530
par 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)
.
Connexion ou Créer un compte pour participer à la conversation.
-
jonmar
-
Auteur du sujet
-
Membre junior
-
Réduire
Plus d'informations
-
Messages : 22
-
Remerciements reçus 4
-
-
il y a 8 ans 2 mois #13532
par jonmar
That worked perfectly again!
Awesome, we can finally close this thread
.
Thank you so much!
Connexion ou Créer un compte pour participer à la conversation.
-
Lyr!C
-
-
Administrateur
-
-
Lead Developer
Réduire
Plus d'informations
-
Messages : 6784
-
Remerciements reçus 608
-
-
-
-
il y a 8 ans 2 mois #13538
par 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)
.
Connexion ou Créer un compte pour participer à la conversation.
-
iCagenda
-
iCagenda - English
-
[SOLVED] Compatibility with Frontpage Slideshow & other questions
Temps de génération de la page : 0.181 secondes