Skip to main content

#200 Voting System Variety

Posted in ‘NorrCompetition’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Environment Information (available for public)

PHP version
n/a

Latest post by b2z on Tuesday, 28 October 2025 13:40 EET

SFB

I’m replacing an old contest system on my site with NorrCompetition and would like to replicate the same point-based voting system I used previously.

To make voting more interesting, users had to award 5 points to their 1st place, 3 points to their 2nd place, and 1 point to their 3rd place. This approach often produced interesting results, especially when there were only a few entries or voters.

It appears that assigning 5/3/1 points is not possible within NorrCompetition by default.

My question is: would it be difficult to achieve this through custom development, so that the contest settings include an option to choose between the default voting method and a 5/3/1 point system?

-----

Alternatively, it seems theoretically possible to simulate a 5/3/1 system within the current setup by allowing users a total of 9 votes per contest and 5 votes per entry (if this setting applies per user giving the votes).

However, when I try this, the system does not allow me to cast multiple votes on the same entry in quick succession.

Is this expected 

sulpher

Hi Sven,

This is an interesting idea with such rating system. 
We can do that under custom development request in the first quarter of 2026. (we plan to finish adapting NorrCompetition to Joomla 6 at this time)
Does it sounds good for you?

SFB

Yes, this would be awesome and a great addition.

As explained above, according to the settings, it should already be possible to vote 5/3/1, but something seems to prevent me from voting five times in a row for the same entry.

I think this is because of the vote frequency set under Entry Voting Options.

https://i.postimg.cc/90G8yG3R/Screenshot-2025-10-26-at-4-29-46-PM.png

Under Contest Voting Options it’s possible to set the voting frequency to No limit, but this isn’t available under the Entry Voting Options setting. It can only be set to once an hour, which means a user is allowed to vote five times in a row but has to wait an hour between each vote. That seems a bit much, and most voters probably wouldn’t come back to do this.

Would it be possible to also have the "No Limit" option at the Entry Voting Options settings somehow?

If I’m correct, this should allow users to vote five times in a row with just a second between votes.

 

b2z

Sven,

Use custom frequency. You can set seconds there.

Kind regards,

Dmitrijs

SFB
Ah, ok, I see now that it’s possible, but only when the user refreshes the page. It probably needs AJAX to allow multiple votes on the same item without refreshing the page. Or is there perhaps another way to achieve this?

b2z

Yes, after refresh of the page. Voting is made on AJAX, but it does not really help. Voting should be available after some period of time, and that where the problem is, how to postpone button state change.

Kind regards,

Dmitrijs

Support information

Support hours: You can get our help: Monday - Friday / 09:00 to 17:00 (GMT+3), but not limited. Our staff is pleased to provide Premium support to every paid subscriber asap, but sometimes you should be ready to wait for our reply for up to 3 days.


Our time: / Your time:

Support policy: We would like to kindly inform you that when using our support you have already agreed to the Support Policy which is part of our Terms of Service. We also ask you to remove temporary credentials at your site after the problem is resolved. Thank you.

Support of free extensions is not provided on this forum. Please submit your questions or report issues via Github tracker. See link on the product page.