Our network: Joomla Templates // Magento Themes // WordPress Themes
Error
  • Kunena Internal Error: Please contact the site administrator to fix this issue!
  • Kunena Internal Error: Please contact the site administrator to fix this issue!
  • Kunena Internal Error: Please contact the site administrator to fix this issue!
  • Kunena Internal Error: Please contact the site administrator to fix this issue!
  • Kunena Internal Error: Please contact the site administrator to fix this issue!
Welcome, Guest
  • Page:
  • 1

TOPIC: SJ News Basic

SJ News Basic 10 months, 2 weeks ago #4112

  • Steve Brown
  • OFFLINE
  • Single Product
  • Fresh Boarder
  • Posts: 3
  • Karma: 0
Sorry but I can't find a forum for this, but where do you change the date format in the SJ News Basic module.

The main Joomla lanuague file does not seem to affect it

Thanks

Re: SJ News Basic 10 months, 1 week ago #4133

  • SA Loi
  • OFFLINE
  • Administrator
  • Posts: 2264
  • Points: 7540
  • Karma: 39
  • Honor Medal 2009
Hi Steve Brown,

Could you tell me about the sj news basics module in detail?

It is in our template or separate module?

Thanks
Ticket System | Join our Clubs to download our extensions and templates

Re: SJ News Basic 10 months, 1 week ago #4134

  • Steve Brown
  • OFFLINE
  • Single Product
  • Fresh Boarder
  • Posts: 3
  • Karma: 0
It's a standalone install in a 3rd template

Thx Steve

Re: SJ News Basic 10 months, 1 week ago #4135

  • SA Loi
  • OFFLINE
  • Administrator
  • Posts: 2264
  • Points: 7540
  • Karma: 39
  • Honor Medal 2009
Hi Steve Brown,

Please open the default.php file in "your_site/modules/mod_sj_basic_news/tmpl", finding:

<span class="basic-date"><?php echo $item['created']?></span>


change to:

<span class="basic-date">
<?php echo JHtml::date($item['created'], 'DATE_FORMAT_LC'); ?>
</span>


You can refer to the type of date at the en-GB.ini file in "your_site/language/en-GB". Example: DATE_FORMAT_LC, DATE_FORMAT_LC1, DATE_FORMAT_LC2... or other type of date.

Thanks
Ticket System | Join our Clubs to download our extensions and templates

Re: SJ News Basic 10 months, 1 week ago #4154

  • Steve Brown
  • OFFLINE
  • Single Product
  • Fresh Boarder
  • Posts: 3
  • Karma: 0
Thank you that worked perfectly
  • Page:
  • 1
Time to create page: 0.21 seconds