Hi all,<br><br>I am new to Drupal and I am trying to create a website that would allow people to search for and vote on items. I have been considering creating my own custom module or using the CCK framework.<br><br> I don&#39;t know how to do either one of the two, so I would like your advice on which path I should take that would be most convenient for developing my page (description below). If you are able to point me to other tools that you think would be helpful that would also be appreciated.<br>
<br>Thank you,<br>Pan<br><br><b>Here is the description:</b><br><ol><li>The page will have a series of filtering options, which users could select by clicking on buttons and check boxes. <br></li><li>This input would be used to query my database for items that have a similar description and return a image and information of similar items to the user. (For the images, I am planning to store the image location on the database and use location to retrieve the image from the file system.)</li>
<li>After these items are displayed the user should be able to vote on one item and this data would be tracked. Users should also able to undo their vote and vote on a new item.<br></li></ol>