All questions about EDocman extension

Duplicated information on the document details page

  • Juan Conejo Ariza
  • Topic Author
  • Offline
  • New Member
  • New Member
More
7 years 6 months ago #118877 by Juan Conejo Ariza
Duplicated information on the document details page was created by Juan Conejo Ariza
Duplicated information on the document details page

Please Log in or Create an account to join the conversation.

More
7 years 6 months ago #118958 by Dang Thuc Dam
Replied by Dang Thuc Dam on topic Duplicated information on the document details page
Hi Zoan,
You want to remove Created date in the Table: Document Information, right?
Thanks
Dam

Please Log in or Create an account to join the conversation.

  • Juan Conejo Ariza
  • Topic Author
  • Offline
  • New Member
  • New Member
More
7 years 6 months ago #118990 by Juan Conejo Ariza
Replied by Juan Conejo Ariza on topic Duplicated information on the document details page
I want see the information on the table, but not under the document name.

Thanks

Please Log in or Create an account to join the conversation.

More
7 years 6 months ago #119001 by Dang Thuc Dam
Replied by Dang Thuc Dam on topic Duplicated information on the document details page
Hi,
Please open file: root -> components -> com_edocman -> view -> document -> default.php
Find:
Code:
<time datetime="<?php echo $item->created_time;?>" itemprop="datePublished"> <?php echo JText::_('EDOCMAN_PUBLISHED_ON');?> <?php echo JHTML::_('date',$item->created_time, 'j F Y');?> </time>

and remove it
The following user(s) said Thank You: Juan Conejo Ariza

Please Log in or Create an account to join the conversation.

Moderators: Dang Thuc Dam