Is there any kind of ad module that supports simple CSV imports? A single ad doesn't have much associated info (image path, target, start/stop date, block) and I need to add a ton of them. An CSV import would be perfect.

Comments

willhallonline’s picture

Create a new content type. You could make each ad a sepearte node and use CCK, http://drupal.org/project/cck, to add new fields to it. Node import supports simple csv inserts. http://drupal.org/project/node_import. Job is done!