Posted by McDung on September 2, 2010 at 7:20pm
Hi all,
Is there a module where users can enter their data and have that data published(after being approved by admin)?
For example, a user can enter their number of gallons of water consumed for the month, then have that data published in a couple of ways such as User A has consumed x gallons of water consumed per day, x gallons per member of household, etc?
Comments
profile
Add some custom fields to user profiles,
See http://drupal.org/handbook/modules/profile
Don't let auth users have the right to publish, then review and publish with the admin role.
Senior Drupal Web Developer
Wellcome Trust Sanger Institute
Hi droopysteve, Does it have
Hi droopysteve,
Does it have some functionality such as automatically averaging and/or tallying user entered data?
Try webform - for a quick and easy solution
Webform is easy to use if you are just looking for your user to send you their data. The data is emailed to you and you can then publish a graph or table of the results. I use this method to collect info from students or volunteers.
rose
rosemaria, I know about
rosemaria, I know about Webform and it doesn't have the features I'm looking for such as a way to publish user entered data and averaging data.
Bump Please Help
Bump Please Help
bump
bump
You can use content profile
You can use content profile module (http://drupal.org/project/content_profile) , each user will have one content type associated with it, you can add fields as per ur requirement. Then use workflow module (http://drupal.org/project/workflow) and enable it for content type enabled as content_profile. Workflow module has various settings that can be used as desired..
Regards,
afreen
Well it's not quite automated
Well it's not quite automated enough