I need help from the experts in "View Module" of Drupal 7 .
I am trying to create a "View" to display a "Video Playlist". I need to sort the video playlist decrementally, i.e. the most viewed videos will be at the top and the less viewed videos at the bottom.
However after adding the "Sort Criteria - File Usage: Use count (desc)" , I got all my videos duplicated. What has gone wrong? May I know which is the right way to do the sorting?
I have a view set up listing dates events. The setup, if I remember correctly now, included a date CCK field, a custom content type for "Events", and then setting up a view to list the 5 next upcoming events.
It is working, but there are a couple of things I cannot seem to correct.
I have a webform where a email field is available.
I want to generate a pdf file and mail it with attachment of that email address which is filled on email field of that webform.