Question what are the Leaders on the front page of the site and how are they determined?
Question what are the Leaders on the front page of the site and how are they determined? |
Not exactly sure, but i believe it is based on the votes they get. The section in peoples profiles where you rate their profile. https://www.deanbassett.com |
Thanks for the input deno, I thought that too so I went and made a bunch of fake profiles to vote on and none showed as leaders and if you look at the demozzz site they don't have any leaders even with all their profiles. Does anyone else have any insight or have leaders on their site? |
Hello everybody! For getting into "leaders" user should have at least 3 votes for him from different IPs. Regard |
RE: Hello everybody! For getting into "leaders" user should have at least 3 votes for him from different IPs. Regard From different IPs or different members? My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
You need to explain in more detail. I don't understand. You can not restrict votes by IP address. It won't work. My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
Will somebody from Boonex please answer this question in a manner that makes sense? My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
HL, they are just the frontside of the followers OH YEAH! Regards, DosDawg When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support |
Here's the explanation so far: For getting into "leaders" user should have at least 3 votes for him from different IPs. - restriction by member ID exists too. My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
Here's the explanation so far: For getting into "leaders" user should have at least 3 votes for him from different IPs. - restriction by member ID exists too. HL, now politically speaking, the dems have the best interest of society at hand. and they know the best path for all of us to take. from what i seen HL, on the leaders, that is something i have seen from the code as well as the admin area , i think the voting system limits to an IP on a vote, and the votes are tallied from each user based on their IP, similarly to how it is here now on /unity. you cannot vote for me with your IP/username combination more than once (ever) it appears. speaking of voting positive for me and the others of us who spend our time answering these questions, folks if mydatery, zarcon, houstonlively, caltrade, deano, marciano(sp), lightwolf, or any of the others who have spent their time in here answering your questions, please take a moment to tick them a vote. Regards DosDawg When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support |
You can not restrict votes by IP. Period. It will be AFU. My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
I don't want to speculate any further. I want a sensible explanation from Boonex how this works. So far, we don't have one. My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
Still no answer..... My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
WTF am I doing on here on Xmas Day?
Anyway Seasons Greetings Everyone.
Sorry to disapoint you Houston, but I think it works the same way as D6 and uses IP Addresses to track votes, you just need to look at the database table sys_profile_voting_track and you will see that it only stores the IP Address not even the profile ID of the voting user...
Best Regards
Dave..
|
Not exactly sure, but i believe it is based on the votes they get. The section in peoples profiles where you rate their profile. Hi Dean, Is there a tutorial link you know in making Dolphin templates? Any link would be appreciated. Cheers! |
Is there no one at Boonex that can provide an answer to this simple question? I have a strong suspicion that the way the leaders are calculated makes no sense. Come on Boonex... it's a simple question. My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
Now that dolphin 7 is official it needs to be officially supported and do need this answered. I've disabled it until I know what it does as my front page doesn't need those areas blank. I still think it's very interesting the demo site has no leaders as well. |
Definitely would not be good if it's by IP. Almost everyone is on a shared IP. Home networks, office networks, public networks, etc.. I have 2 suggestions. 1. Have you tried picking an agent and ask them the question? I think that is what the agents are supposed to be for according to
what Boonex wrote. Maybe that would get a more complete answer. 2. I think we should keep US politics out of here, it doesn't belong on this site at all. This is only my opinion. |
Nothing changed... I don't see IPs involved anywhere in the script, Members just need more than 2 votes to be a Leader. The script even doesn't care of the value of the vote (1/5, 5/5...), just the number of votes.
Happy New Year Life is a fatal disease, sexually transmissible - Virginity is carcinogenic! Ask here for vaccine. |
Michel, I have not searched through the script... LeonisS said the calculation was restricted by IP and I took him for his word. I don't know why he would say that if it wasn't the case. My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
It's simple, in your database just put 5 manual entries in the sys_profile_voting_track table, fill the pr_ip column with the same IP Address values and fill the pr_id with separate (profile ID) values and you will notice No one in the leaders but if you change three of the pr_id values to match the same Profile ID then that profile will show on the Leader Board. Obviously the Dates are self explanitary. Conclusion, A profile needs at least three votes from any IP Address even the same but probably from different browsers/computers with the use of cookies. The Profile ID must get these votes within specific time frames to show as a leader for that time frame and must have at least 3 votes to show at all. Hope this helps, I did something in D6 to make it show profiles after just one vote just to help keep it populated and with D6 it did require different IP's |
Well just did another test and it seems that when you vote it will store your IP Address inside sys_profile_voting_track table and not allow you to vote again from the same ip address even if you login as a different user on a different computer, When I changed the IP Address manually in the database sys_profile_voting_track table , then it would allow me to make another vote. So there you go it is limited by IP Address! Dave... |
The solution is to simply change `voting_count` > 2 to `voting_count` > 0 to show a leader with at least 1 vote. Life is a fatal disease, sexually transmissible - Virginity is carcinogenic! Ask here for vaccine. |
Does this change occur in the BxDolVotingQuery.php? |
Yes, in inc/classes/BxDolVotingQuery.php - function getTopVotedItem - around line 114 Life is a fatal disease, sexually transmissible - Virginity is carcinogenic! Ask here for vaccine. |
Yes, in inc/classes/BxDolVotingQuery.php - function getTopVotedItem - around line 114 Great thanks Michel! |
RE: ..... not allow you to vote again from the same ip address even if you login as a different user on a different computer, That is precisely why the voting system for the leaders, and who knows what else, WON'T work. My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
I tried Michels' fix and it doesn't work. As written it will pull items only if the voted counter > 1 not >= 1 and I'm not wanting to change the expression as I'm not sure what could go wrong in that instance. |
I'm going to necro this, but has anyone had a successful leader posted to their website. We haven't. |
WTF is it going to take, to get someone from Boonex to answer this question? Anybody have any ideas? My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
I'm tired of waiting for an answer My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
Well. So far, this has what i found. https://www.deanbassett.com |
I'm pretty sure at this point it's a broken feature. I don't know how they can seriously say it works when not a single member on the dolphin demo site is listed on their leaders (oh and they made it invite only now too, hmm???). Thanks for the ticket Houston, hopefully they will look into it and change the way it works.
|
It does work when a user gets at least 3 votes from 3 different IP's check here: http://www.lancashiresociety.co.uk The table that tracks this is sys_profile_voting_track You can have the same IP's, but at the frontend of the site it checks your IP against whats already in the database and may use cookies also to stop you voting twice for the same profile. The other thing is people will vote on images and may not even bother voting on profiles. I mean face it, who can be arsed? Regards... Dave
|
I have confirmed it does work. I did these tests from the same machine. All i had to do was change ip addresses. https://www.deanbassett.com |
Profile can appear in leaders only after 3 votes, votes can be counted for different IPs only. It will be changed in the future to count votes based on user's ids too. Ticket for 7.1: http://www.boonex.com/trac/dolphin/ticket/1702 ---- it is very rare when user's have the same IP, if you don't see any leaders then users simply do not vote much, it is not related to above problem with IP. Rules → http://www.boonex.com/terms |
RE: it is very rare when user's have the same IP, if you don't see any leaders then users simply do not vote much, it is not related to above problem with IP. It is NOT very rare at all Alex. That's why I keep insisting that IP address restriction won't work. There are millions of corporate networks, whose users connect to the internet through a proxy server. There are also quite a few major ISPs, whose users connect through a proxy. My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
RE: it is very rare when user's have the same IP, if you don't see any leaders then users simply do not vote much, it is not related to above problem with IP. It is NOT very rare at all Alex. That's why I keep insisting that IP address restriction won't work. There are millions of corporate networks, whose users connect to the internet through a proxy server. There are also quite a few major ISPs, whose users connect through a proxy. The changes in Voting system and Forms (you mentioned too) require structure changes in the code and can be considered in Dolphin 7.1 only. We don't reject these thing at all, but many of them requires to many changes, and can not be included in 7.0 version. Rules → http://www.boonex.com/terms |
Well. So far, this has what i found. If I understand correctly, you can only rate a user 1 time? I dunno, maybe I'm mistaken, but if that's the case that's more of an issue with me than the IP address. how in the world would anybody know that before they rated someone for the first time? I didn't. Again, that may not be the case, but would appreciate some clarification because if that were the case why even bother with the stars? Just have a VOTE FOR MY PROFILE button. Otherwise, it should let you rate EVERY single profile and the leaders should be based on total number of stars. Thank you =) |
Wow... what a read. At least I know there is one other person out there fighting to be heard.
So... since leaders don't work... how do you disable it? |