test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • corticalcolumn Friend
    #177616

    Hi, I would like to change way of showing date in ja_bulletin module

    At the moment it shows change/modifing date, I would like to use creation date instead.

    Can you let me know which part of code shall I correct? Thank you in advance.

    Stork11 Friend
    #455290

    <em>@corticalcolumn 322509 wrote:</em><blockquote>Hi, I would like to change way of showing date in ja_bulletin module

    At the moment it shows change/modifing date, I would like to use creation date instead.

    Can you let me know which part of code shall I correct? Thank you in advance.</blockquote>
    Hello ,

    Pleases open “/templates/ja_nex/html/mod_jabulletin/default.php” file, then edit line 40, 41 as below:

    Before:
    [PHP]
    <?php if (isset($item->date)) : ?>
    <span><?php echo JHTML::_(‘date’, $item->date, JText::_(‘DATE_FORMAT_LC4’)); ?></span>
    <?php endif; ?>
    [/PHP]

    After:
    [PHP]
    <?php if (isset($item->created)) : ?>
    <span><?php echo JHTML::_(‘date’, $item->created, JText::_(‘DATE_FORMAT_LC4’)); ?></span>
    <?php endif; ?>
    [/PHP]

    Best regards.

    P.S: Thanks guys for buzzing us up. Please note that we’ll be temporary away from May 30th, 2012 and back to work on June 4th, 2012. During this time, the ticket system will also be unattended, but no worry, we’ll be back and sort out your maze on Monday!

    corticalcolumn Friend
    #458943

    Thank you for your reply, however after code changing line with date disappearing at all… Any other idea? Thank you in advance.

    Stork11 Friend
    #459018

    <em>@corticalcolumn 327398 wrote:</em><blockquote>Thank you for your reply, however after code changing line with date disappearing at all… Any other idea? Thank you in advance.</blockquote>
    Hello corticalcolumn,

    Can you PM me with your site information (your site URL, your site admin account) and your FTP account? So I can diagnose this problem.

    BTW, please include this forum thread URL in your PM, so I can follow it.

    Best regards.

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

This topic contains 4 replies, has 2 voices, and was last updated by  Stork11 12 years, 5 months ago.

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