-
iCagenda
-
iCagenda - English
-
[SOLVED] event_details - All Dates disable?
[SOLVED] event_details - All Dates disable?
-
intars
-
Autore della discussione
-
New Member
-
Riduci
Di più
-
Messaggi: 8
-
Ringraziamenti ricevuti 0
-
-
11 Anni 6 Mesi fa - 11 Anni 6 Mesi fa #4203
da intars
Hi,
is it possible to remove All Dates block on Event details page?
some code edit also could be a way
Ultima Modifica 11 Anni 6 Mesi fa da Lyr!C. Motivo: [SOLVED]
Si prega Accedi o Crea un account a partecipare alla conversazione.
-
Lyr!C
-
-
Administrator
-
-
Lead Developer
Riduci
Di più
-
Messaggi: 6784
-
Ringraziamenti ricevuti 608
-
-
-
-
11 Anni 6 Mesi fa - 11 Anni 6 Mesi fa #4223
da 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)
.
Ultima Modifica 11 Anni 6 Mesi fa da Lyr!C.
Si prega Accedi o Crea un account a partecipare alla conversazione.
-
intars
-
Autore della discussione
-
New Member
-
Riduci
Di più
-
Messaggi: 8
-
Ringraziamenti ricevuti 0
-
-
11 Anni 5 Mesi fa #4345
da 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
"
Si prega Accedi o Crea un account a partecipare alla conversazione.
-
Lyr!C
-
-
Administrator
-
-
Lead Developer
Riduci
Di più
-
Messaggi: 6784
-
Ringraziamenti ricevuti 608
-
-
-
-
11 Anni 5 Mesi fa #4359
da 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)
.
Ringraziano per il messaggio: intars
Si prega Accedi o Crea un account a partecipare alla conversazione.
-
iCagenda
-
iCagenda - English
-
[SOLVED] event_details - All Dates disable?
Tempo creazione pagina: 0.110 secondi