- Posts: 11
- Thank you received: 0
All questions about EDocman extension
Hiding Download Information
- Greg Dollin
- Topic Author
- Offline
- New Member
-
Less
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?
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13023
- Thank you received: 1688
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 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
-
Less
More
- Posts: 11
- Thank you received: 0
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.
<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
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.