[REQUEST] Voting modification [REQUEST] Voting modification
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

[REQUEST] Voting modification

Started by photo-world, February 28, 2004, 07:45:17 PM

Previous topic - Next topic

0 Members and 3 Guests are viewing this topic.

photo-world

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.
The photographers drop in centre
http://www.photo-world.co.uk

jdbaranger

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
Jean-Denis

malooga

Quote from: 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.

Did you ever implement a drop down rating system? I'd be interested in it if you did.

Joachim Müller

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.