All questions about EDocman extension

Hiding Download Information

  • Greg Dollin
  • Topic Author
  • Offline
  • New Member
  • New Member
More
8 years 6 months ago #88792 by Greg Dollin
Hiding Download Information was created by Greg Dollin
I have a module setup that displays the Most Downloaded Documents in eDocman. The information shown has 'Title' and 'Downloads' headings but no information under the Downloads heading (see attachment). It probably doesn't display because of the fixed width of the 'right' position in my template. I don't really need Downloads so Is there a way to hide the Downloads heading / information?
Attachments:

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

More
8 years 6 months ago #88996 by Mr. Dam
Replied by Mr. Dam on topic Hiding Download Information
Hi Greg,
Please submit ticket and send your site url with super admin account. I will check the issue for you.
Thanks
Dam

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

  • Greg Dollin
  • Topic Author
  • Offline
  • New Member
  • New Member
More
8 years 5 months ago - 8 years 5 months ago #89263 by Greg Dollin
Replied by Greg Dollin on topic Hiding Download Information
Found it myself. Its in the modules/mod_edocman_documents/tmpl/top_downloads.php file. After taking a copy you need to delete the lines around 22 to 24 of that file:
<th>
<?php echo JText::_('EDOCMAN_DOWNLOADS'); ?>
</th>

and the lines around 64 to 66:
<td align="center">
<?php echo (int)$row->downloads ; ?>
</td>

This addressed my display issue.
Last edit: 8 years 5 months ago by Greg Dollin.

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

Moderators: Mr. Dam