PDA

View Full Version : Need Star Rating System to Replace my Dropdown Form


jbeweb
09-26-2009, 10:23 PM
1) Project Details: (be as specific as possible): Ok I have a script called imagefolio that holds all of my images and videos and has a 1-10 rating form below each individual image. I already have my own database with image folio, I just need for the drop down form to be replaced with a star rollover ratings 1-10 system that will call the same fields as my current form:

<form method=post action="%%%SCRIPT_URL%%%">
<input type=hidden name=main value="imageRate">
<input type=hidden name=file value="%%%FILENAME%%%">
<input type=hidden name=category value="%%%DIRECTORY%%%">
<select name=rate size=1>
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
<option>6</option>
<option>7</option>
<option>8</option>
<option>9</option>
<option>10</option>
</select>&nbsp;<input type=submit value="Rate This!">
</form>

The bold part of the form has to call the same "%%%DIRECTORY%%%" or other options in order for it to send it to my database. I think this is possible but I dont have time to do it myself.

2) Payment Amount: $25

3) Payment method/ details (Paypal, check? Timeline?): Paypal or Cashiers Check

it career
09-27-2009, 01:08 PM
Please give us the project.

2Pacalypse
09-27-2009, 03:35 PM
If you're trying to create a rating system... I would...
Create a sql table, ready to write the ratings to.
Structure something like
photoid, rating, ip

Make an if statement, looking for if the users ip has already rated, if not a form with radio buttons, then once submitted the rating is added to the database?


I'm not sure if this is what you want but there's some free help :)

jbeweb
10-07-2009, 02:45 PM
Hi guys just wanted to say that ORNY did this script for me and helped me even tweak it. I will definitely hire him again for my future projects. He is very easy to work with. Hire him :)

jbeweb
10-07-2009, 02:50 PM
btw if anyone can tell me how to post that this is resolved then that would be great.

Rowsdower!
10-07-2009, 02:59 PM
Here is how you do it (from the web projects notice):
To all thread starters, please update your thread's prefix to "resolved", when you've found a coder for your project or partnership (or wish to terminate the request). This is so coders don't waste time bidding on an invalid project. To do this, click on the "Edit" button under the first post of the thread, then the "Go Advanced" button. You have 14 days to update your thread's title.

To the left of the thread title there is a drop-down box for a prefix. Choose the one marked "resolved" and then save your changes.