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.
Anyone have ideas on how I can most effectively deliver a comma-delimited file of users who access a given node over the course of one year?
I was first just going to rely on the node's track tab, using Drupal's built in tracking capability, until I realized that enabling stats for a whole year for my whole site would make the DB prohibitively bloaty.
Can someone recommend a module that would collect some rudimentary user data, like name, company, phone number and email, before letting the user access a specific node? Sort of like the "signup" module works for events?
I want to set up forum moderators. I want to assign a person to be responsible for responding to a forum topic if no one from the community does. So when someone responds to a particular forum topic I want the "moderator" to be emailed. Does anyone know how to set this up?
Thanks!
I am using the CCK with the Image field to create content for house listings. I would like to create a view for this content type which displays a preview of the main image as well as some summary info for the listing. However, the Image field does not generate a thumbnail so the views display the images at full size.
Is there a way to get the CCK Image field to create a thumbnail for the images?