-
iCagenda
-
iCagenda - English
-
[SOLVED] event_details - All Dates disable?
[SOLVED] event_details - All Dates disable?
-
intars
-
Topic Author
-
New Member
-
Less
More
-
Posts: 8
-
Thank you received: 0
-
-
11 years 6 months ago - 11 years 6 months ago #4203
by intars
Hi,
is it possible to remove All Dates block on Event details page?
some code edit also could be a way
Last edit: 11 years 6 months ago by Lyr!C. Reason: [SOLVED]
Please Log in or Create an account to join the conversation.
-
Lyr!C
-
-
Administrator
-
-
Lead Developer
Less
More
-
Posts: 6787
-
Thank you received: 608
-
-
-
-
11 years 6 months ago - 11 years 6 months ago #4223
by 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)
.
Last edit: 11 years 6 months ago by Lyr!C.
Please Log in or Create an account to join the conversation.
-
intars
-
Topic Author
-
New Member
-
Less
More
-
Posts: 8
-
Thank you received: 0
-
-
11 years 6 months ago #4345
by 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
"
Please Log in or Create an account to join the conversation.
-
Lyr!C
-
-
Administrator
-
-
Lead Developer
Less
More
-
Posts: 6787
-
Thank you received: 608
-
-
-
-
11 years 6 months ago #4359
by 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)
.
The following user(s) said Thank You: intars
Please Log in or Create an account to join the conversation.
-
iCagenda
-
iCagenda - English
-
[SOLVED] event_details - All Dates disable?
Time to create page: 0.077 seconds