-
iCagenda
-
iCagenda - English
-
[SOLVED] event_details - All Dates disable?
[SOLVED] event_details - All Dates disable?
-
intars
-
Auteur du sujet
-
Nouveau membre
-
Réduire
Plus d'informations
-
Messages : 8
-
Remerciements reçus 0
-
-
il y a 11 ans 6 mois - il y a 11 ans 6 mois #4203
par intars
Hi,
is it possible to remove All Dates block on Event details page?
some code edit also could be a way
Dernière édition: il y a 11 ans 6 mois par Lyr!C. Raison: [SOLVED]
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 11 ans 6 mois - il y a 11 ans 6 mois #4223
par Lyr!C
Yes, you have the option in the global options of the component (option button in the control panel of iCagenda).
You can watch the tutorial videos done by giusebos to discover all the features of iCagenda
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)
.
Dernière édition: il y a 11 ans 6 mois par Lyr!C.
Connexion ou Créer un compte pour participer à la conversation.
-
intars
-
Auteur du sujet
-
Nouveau membre
-
Réduire
Plus d'informations
-
Messages : 8
-
Remerciements reçus 0
-
-
il y a 11 ans 5 mois #4345
par intars
Hi,
sorry, but I can not find anything like that in options...
iCagenda -> Control Panel -> Options
I have window "Parameters and Permissions iCagenda"
Under "Event Details"
I have only settings for List of Participants and URL Target.
Installed version 3.0.1
Joomla! 2.5.11
PHP Version 5.3.21
P.S. I am talking about "All Dates" list removal like on demo page
demo.joomlic.com/en/icagenda-en/all-even...-basel/event_details
"
All Dates
from Thursday, 13th June 2013 to Sunday, 16th June 2013
"
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 11 ans 5 mois #4359
par Lyr!C
Oh sorry, i was misunderstanding your message ! (thought of text "All Events" on top of events list)
To remove All Dates block on event details view, you have to create your personal theme pack (view Tutorial video about create a first theme pack) and then, remove the lines about Alldates in file THEMENAME_event.php.
This:
<?php if ($item->datelistUl OR $item->periodDates): ?>
<div id="detail-date-list">
<h3 class="alldates"><?php echo JTEXT::_('COM_ICAGENDA_EVENT_DATES'); ?></h3>
<div class="datesList">
<?php echo $item->periodDates; ?>
<?php echo $item->datelistUl; ?>
</div>
</div>
<?php endif; ?>
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)
.
Les utilisateur(s) suivant ont remercié: intars
Connexion ou Créer un compte pour participer à la conversation.
-
iCagenda
-
iCagenda - English
-
[SOLVED] event_details - All Dates disable?
Temps de génération de la page : 0.088 secondes