-
AuthorPosts
-
eagledk Friend
eagledk
- Join date:
- October 2013
- Posts:
- 159
- Downloads:
- 62
- Uploads:
- 35
- Thanks:
- 8
- Thanked:
- 7 times in 1 posts
October 4, 2015 at 12:34 pm #731276The Info about “when” in event is missing:
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 5, 2015 at 8:17 am #750566Hi,
I can not produce the problem of your mention above, you can explain me more detail, it would help to understand the problem on your site. I will help you out.
Regards
eagledk Friendeagledk
- Join date:
- October 2013
- Posts:
- 159
- Downloads:
- 62
- Uploads:
- 35
- Thanks:
- 8
- Thanked:
- 7 times in 1 posts
October 6, 2015 at 6:52 pm #750804<em>@Ninja Lead 495684 wrote:</em><blockquote>Hi,
I can not produce the problem of your mention above, you can explain me more detail, it would help to understand the problem on your site. I will help you out.
Regards</blockquote>
Just look here:
http://www.campingoplevelser.dk/events/1031-halloween-nattelob
The time of the event is missing, so simple as that.
and on the front page the time is allso missing, look at the top article just below the image:
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 7, 2015 at 3:57 am #750847Because data in Halloween nattel?b does not have info in Venue option, you need to add it as my screenshot below:
eagledk Friendeagledk
- Join date:
- October 2013
- Posts:
- 159
- Downloads:
- 62
- Uploads:
- 35
- Thanks:
- 8
- Thanked:
- 7 times in 1 posts
October 9, 2015 at 10:22 pm #751203No it is not the Venue, it is the START and END TIME.
This is an image from the backend, the time marked with yellow do NOT show up on the front.And why does it show up like this just because I’m logon:
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 12, 2015 at 4:18 am #751312Yes, I agree with you about the problem Start Time and End Time did not show on event page but you can fix it with my solution below
Open templates/ja_teline_v/html/layouts/joomla/content/item/event.php file
find and change
<address itemprop="address">
<strong><?php echo $item->params->get('ctm_venue'); ?></strong><br />
<?php echo $item->params->get('ctm_addr1'); ?><br />
<?php echo $item->params->get('ctm_addr2'); ?>
</address>to
<address itemprop="address">
<strong><?php echo $item->params->get('ctm_venue'); ?></strong><br />
Start Time: <?php echo JHtml::_('date', $item->params->get('ctm_start',''), 'DATE_FORMAT_LC3'); ?> End Time: <?php echo JHtml::_('date', $item->params->get('ctm_end',''), 'DATE_FORMAT_LC3'); ?> <br />
<?php echo $item->params->get('ctm_addr1'); ?><br />
<?php echo $item->params->get('ctm_addr2'); ?>
</address>and beside that, I also raised a bug to development team here because Start Time and End Time could not add time on that
eagledk Friendeagledk
- Join date:
- October 2013
- Posts:
- 159
- Downloads:
- 62
- Uploads:
- 35
- Thanks:
- 8
- Thanked:
- 7 times in 1 posts
October 12, 2015 at 12:39 pm #751396Thanks Ninja Lead,
I will try this later today.
Regards
Morten
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
October 14, 2015 at 6:22 pm #751714 -
AuthorPosts
This topic contains 8 replies, has 3 voices, and was last updated by John Wesley Brett 9 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum