jotorres1 Posted August 29, 2012 Share Posted August 29, 2012 Hi Freaks! Can anyone here tell me how drupal views work or give me an example on how to create one. Here is what I'm trying to accomplish: I am currently creating a site using drupal CMS, and utilizing a reverse auction module. I would need to create a view to display these 'reverse auctions' but also, I would need for a site user, to also be able to create these 'auctions'. What I have so far is, I have created a view, and also created a new content type. This content type is specific to those reverse auctions. The view that I have, I am able to display the list of those auctions. How can I allow for users to create these auctions? I've done some searching and found that it is done with CCK module, and node reference, but can't seem to understand just yet. Anyone point me in the right direction? Thanks. PS. Im using Drupal 7. Quote Link to comment Share on other sites More sharing options...
handlegeek Posted August 31, 2012 Share Posted August 31, 2012 You can enable permission for authenticated users to add content of the type "reverse-auction" or whatever you have named it. Then users of the site can add content using http://example.com/node/add/reverse-auction Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.