test
Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • conshelf Friend
    #665383

    Hello,

    I’m not sure why this happens, but when I save an event the event dates roll back 2 or 3 days. It’s random, the only thing that is consistent is the date you set will not be the date that you save.

    Thank you,
    John

    jooservices Friend
    #665460

    Hi there
    Please provide your site access and reproduce steps.
    I’ll try to check it.

    Thank you,
    Viet Vu

    jooservices Friend
    #746606

    Hi there
    Please provide your site access and reproduce steps.
    I’ll try to check it.

    Thank you,
    Viet Vu

    conshelf Friend
    #672777

    Looks like this is a bug: http://pm.joomlart.com/browse/JATELINEV-318

    I uploaded the new version of the template, but that did not fix the issue 🙁

    conshelf Friend
    #746672

    Looks like this is a bug: http://pm.joomlart.com/browse/JATELINEV-318

    I uploaded the new version of the template, but that did not fix the issue 🙁

    conshelf Friend
    #672781

    I also, did at the bug report suggested.

    I replaced this:

    <li>
    <i class=”fa fa-calendar-o”></i>
    <span itemprop=”startDate”><?php echo JHtml::_(‘date’, $item->params->get(‘ctm_start’,”), ‘DATE_FORMAT_LC3’); ?</span>

    <span itemprop=”endDate”><?php echo JHtml::_(‘date’, $item->params->get(‘ctm_end’,”), ‘DATE_FORMAT_LC3’); ?></span> </li>

    With this:

    <li>
    <i class=”fa fa-calendar-o”></i>
    <span itemprop=”startDate”><?php echo JHtml::_(‘date’, $item->params->get(‘ctm_start’,”), ‘DATE_FORMAT_LC3’); ?</span>
    <?php if($item->params->get(‘ctm_end’) != ”): ?>

    <span itemprop=”endDate”><?php echo JHtml::_(‘date’, $item->params->get(‘ctm_end’,”), ‘DATE_FORMAT_LC3’); ?></span>
    <?php endif; ?>
    </li>

    When you save the event, it rolls the start date back 1 day and the end date 1 day. If you hit save without making any changes, it just keeps rolling the day back for each field 1 day.

    conshelf Friend
    #746676

    I also, did at the bug report suggested.

    I replaced this:

    <li>
    <i class=”fa fa-calendar-o”></i>
    <span itemprop=”startDate”><?php echo JHtml::_(‘date’, $item->params->get(‘ctm_start’,”), ‘DATE_FORMAT_LC3’); ?</span>

    <span itemprop=”endDate”><?php echo JHtml::_(‘date’, $item->params->get(‘ctm_end’,”), ‘DATE_FORMAT_LC3’); ?></span> </li>

    With this:

    <li>
    <i class=”fa fa-calendar-o”></i>
    <span itemprop=”startDate”><?php echo JHtml::_(‘date’, $item->params->get(‘ctm_start’,”), ‘DATE_FORMAT_LC3’); ?</span>
    <?php if($item->params->get(‘ctm_end’) != ”): ?>

    <span itemprop=”endDate”><?php echo JHtml::_(‘date’, $item->params->get(‘ctm_end’,”), ‘DATE_FORMAT_LC3’); ?></span>
    <?php endif; ?>
    </li>

    When you save the event, it rolls the start date back 1 day and the end date 1 day. If you hit save without making any changes, it just keeps rolling the day back for each field 1 day.

    timtecsa Friend
    #680321

    I’m not getting Start / End event dates to show at all except on ‘current events’ module. Set OK in backend (and not wandering) but not showing on front end event page. But the venue shows correctly.

    http://gpmt5d.gpmnews.com/index.php/teline-v-events/506-event-date-test

    Just noticed that Joomlart demo events also do not show dates on their events pages.

    http://gpmt5d.gpmnews.com/index.php/teline-v-events/364-how-you-can-watch-the-victoria-s-secret-fashion-show

    Also should the backend event page say ‘Start Date & ‘End Date’ rather than ‘Start Time’ etc. ?

    timtecsa Friend
    #746807

    I’m not getting Start / End event dates to show at all except on ‘current events’ module. Set OK in backend (and not wandering) but not showing on front end event page. But the venue shows correctly.

    http://gpmt5d.gpmnews.com/index.php/teline-v-events/506-event-date-test

    Just noticed that Joomlart demo events also do not show dates on their events pages.

    http://gpmt5d.gpmnews.com/index.php/teline-v-events/364-how-you-can-watch-the-victoria-s-secret-fashion-show

    Also should the backend event page say ‘Start Date & ‘End Date’ rather than ‘Start Time’ etc. ?

    jooservices Friend
    #680378

    Hi there
    Please let me know if you have solved your issue.
    If not please provide your site, backend & Cpanel access. I’ll help you work on this.

    Thank you,
    VIet Vu

    jooservices Friend
    #746864

    Hi there
    Please let me know if you have solved your issue.
    If not please provide your site, backend & Cpanel access. I’ll help you work on this.

    Thank you,
    VIet Vu

Viewing 11 posts - 1 through 11 (of 11 total)

This topic contains 11 replies, has 3 voices, and was last updated by  jooservices 9 years, 3 months ago.

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