Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Hi All, i'm using the media module for our radio station and I have a number of audio mp3 files on the website. I'm looking for a way to count the number of plays of each audio file and be able to use this to showcase the most popular items.
I've looked at the statistics module, but this appears to only count at node level. I could potentially add a field to the media item, and then handle a click on the player to increment the counter - how would i do this, and is there a better way?
Finally got a chance to begin the journey of migrating an old D6 site over to D8. I'm most likely going to utilize CSV imports to get everything over as the Taxonomy has a number of parents and children and nodes assigned to them. On D6 I could just upload a CSV with all content types, then another with the Terms and the hierarchy. Then use the Taxonomy Node Module, and it would create a node for every term. I could then come back with another CSV and create the CCK fields on those nodes. Lastly a final CSV that would add the node content, image links etc.
I have a requirement to build several forms of which many require 2 or even 3-column (with a search button inline after a textfield). I'm amazed at how difficult such a trivial task has become - I've been scratching my head for days with unbelievable layouts staring me in the face - none really looking like a modern web form should look...