Hello,

I have to questions :

- is it possible to hide hits and last download?

- is it possible to show a message like "you must be registred to download this files" instead of hits and last download of anywhere else?

Thanks in advance,

Thomas

PS: you can show our use of download_count at http://www.inside-system.com/en/freewares/OrgTools

Comments

mrtoner’s picture

You can play around with something like this in your styles.css for your theme:

table.download_count>thead>tr>th+th{
   display: none;
}

table.download_count>tbody>tr>td+td{
   display: none;
}
Chill35’s picture

No need for CSS.

Look for the download_count permission '... in node' on your Access Control Page. (Whenever you install a new module, look at this page.)

As an admin, you can 'hide' the counters FROM YOURSELF (read: not show) on your module settings page. Check the box "Do not show download count in the node view for the administrator".

You want to let anonymous users know about file attachments, and their need to log in to download said attachments? Modify your theme node template file, ie: node.tpl.php. Further instructions on this page: http://11heavens.com/files-in-Drupal

Caroline

Chill35’s picture

Assigned: Unassigned » Chill35
Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.