forum.coppermine-gallery.net

No Support => Feature requests => Topic started by: photo-world on February 28, 2004, 07:45:17 pm

Title: [REQUEST] Voting modification
Post by: photo-world on February 28, 2004, 07:45:17 pm
Hi all.

I have a photography website that took off quicker than I thought and the people using it do not like the voting (the stars). I have put together a bit of HTML that gives them a drop down box with the values 1 - 10 in to give a bit of granularity to the voting.

I want this to be displayed under every picture in the gallery (where the star rating thing is now)  and the value to be entered to the database (adding the chosen value to the value already there).

To figure out the final vote value, I would like the final vote total to be divided by the number of votes.

I am quite good at PHP / MySQL etc so if someone could point me in the right direction I would be really happy :)

Could even share the final thing on here if people want it.
Title: [REQUEST] Voting modification
Post by: jdbaranger on March 01, 2004, 10:32:13 am
Hi,

I made a MOD to have 2 criterias votes : Artistic Vote and Technical Vote. The MOD is here : http://forum.coppermine-gallery.net/index.php?topic=3754

It is not exactly what you request for, but it's a way to give granularity to the voting.

jean-Denis
Title: Re: [REQUEST] Voting modification
Post by: malooga on July 14, 2005, 02:19:50 am
Hi all.

I have a photography website that took off quicker than I thought and the people using it do not like the voting (the stars). I have put together a bit of HTML that gives them a drop down box with the values 1 - 10 in to give a bit of granularity to the voting.

I want this to be displayed under every picture in the gallery (where the star rating thing is now)  and the value to be entered to the database (adding the chosen value to the value already there).

To figure out the final vote value, I would like the final vote total to be divided by the number of votes.

I am quite good at PHP / MySQL etc so if someone could point me in the right direction I would be really happy :)

Could even share the final thing on here if people want it.

Did you ever implement a drop down rating system? I'd be interested in it if you did.
Title: Re: [REQUEST] Voting modification
Post by: Joachim Müller on July 14, 2005, 10:02:30 am
drop-down rating is planned/scheduled for cpg1.5.x. I'm not sure that a mod exists that can accomplish this, but should be pretty easy to come up with such a mod.