- Posts: 170
- Thank you received: 1
All questions about EDocman extension
How to display modified date on category Layout
- Lionel Charrier
- Topic Author
- Offline
- Elite Member
-
Less
More
3 years 10 months ago #144222
by Lionel Charrier
How to display modified date on category Layout was created by Lionel Charrier
Hi
I would like to display de modified date on category layout instead of created date and to filter and sort accordingly.
Is there a way to do it ?
Thanks for advices.
Kind Regards
I would like to display de modified date on category layout instead of created date and to filter and sort accordingly.
Is there a way to do it ?
Thanks for advices.
Kind Regards
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13020
- Thank you received: 1688
3 years 10 months ago #144225
by Mr. Dam
Replied by Mr. Dam on topic How to display modified date on category Layout
Hi,
I am not sure the layout that you are using, but if it is Default layout, you can follow below steps to change from Created Date to Modified Date (of documents)
1. Open file: root -> components -> com_edocman -> view -> common -> documents_default.php
2. Find:
and change to
Good luck
Dam
I am not sure the layout that you are using, but if it is Default layout, you can follow below steps to change from Created Date to Modified Date (of documents)
1. Open file: root -> components -> com_edocman -> view -> common -> documents_default.php
2. Find:
Code:
<div class="dateinformation">
<i class="edicon edicon-calendar"></i> <?php echo JHtml::_('date', $item->created_time, $config->date_format, true); ?>
</div>
Code:
<div class="dateinformation">
<i class="edicon edicon-calendar"></i> <?php echo JHtml::_('date', $item->modified_time, $config->date_format, true); ?>
</div>
Good luck
Dam
Please Log in or Create an account to join the conversation.
Moderators: Mr. Dam
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.