Closed (won't fix)
Project:
Download Count
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Jun 2010 at 14:40 UTC
Updated:
7 Dec 2011 at 19:24 UTC
I have a node with 2 files attached. When I go to the node view, my attachments div only shows name of file and size. When I download one of them, the other then shows "Downloads 0, Last Download - never". Is this expected behaviour? Could the 0 downloads/never be default behaviour or configurable?
it may be because I'm using
<?php print $node->content['files']['#value'] ?>
in my tpl.php files to display the attachments..not sure.
Comments
Comment #1
WorldFallz commentedyep, that's the way the theme function works-- i'll put it on the list to make it a setting, but in the meantime it can be overridden like any other theme function.
Comment #2
WorldFallz commentedno more new features on the 6.x branches.