Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • eagledk Friend
    #731276

    The Info about “when” in event is missing:

    Ninja Lead Moderator
    #750566

    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

    eagledk Friend
    #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 Moderator
    #750847

    Because data in Halloween nattel?b does not have info in Venue option, you need to add it as my screenshot below:

    eagledk Friend
    #751203

    No 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 Moderator
    #751312

    Yes, 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 Friend
    #751396

    Thanks Ninja Lead,

    I will try this later today.

    Regards

    Morten

    John Wesley Brett Moderator
    #751714
Viewing 8 posts - 1 through 8 (of 8 total)

This topic contains 8 replies, has 3 voices, and was last updated by  John Wesley Brett 8 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum