Milez
01-30-2004, 08:49 AM
First let me say that if this would work properly it would be the coolest new feature in VB3, and it nearly does work properly, more so on a new VB3 board.
Ive seen some good questions asked that none of the developers are answering that are really preventing me from opening my upgraded board with the Rep system turned on.
Question 1: Unfortunately VB3 currently does not upgrade a board to reflect reputation scores based on post count, join date etc. I would imagine the developers will make this a feature of the final version of VB3. I have been desperate to try and build a query to edit all user's rep scores based on criteria assigned in the admincp. IE: 1 point for every 90 days. 1 point for every 500 existing posts etc. A query based on posts is not so hard:
UPDATE user SET reputation= posts/500;
But what about the rest of the criteria - Like joindate? This has me stumped.
Question 2: I am also worried that by adjusting everyones rep score by seeding the results in this way that the rep power giving points will not relect these changes. Is that the case? Also, will it screw anything else up if I adjust these values?
Anyways if the Rep system is not yet ready to use on an upgraded board the way I and others have asked about thats fine, I will turn the feature off until the Gold version arrives. Please let me know if that is the case. However, if it's just a matter of a simple query can someone lend me a hand with it? I would be VERY grateful as I am sort of just waiting for a solution to this before I can open my upgraded board.
Thanks for reading!
:ermm:
Ive seen some good questions asked that none of the developers are answering that are really preventing me from opening my upgraded board with the Rep system turned on.
Question 1: Unfortunately VB3 currently does not upgrade a board to reflect reputation scores based on post count, join date etc. I would imagine the developers will make this a feature of the final version of VB3. I have been desperate to try and build a query to edit all user's rep scores based on criteria assigned in the admincp. IE: 1 point for every 90 days. 1 point for every 500 existing posts etc. A query based on posts is not so hard:
UPDATE user SET reputation= posts/500;
But what about the rest of the criteria - Like joindate? This has me stumped.
Question 2: I am also worried that by adjusting everyones rep score by seeding the results in this way that the rep power giving points will not relect these changes. Is that the case? Also, will it screw anything else up if I adjust these values?
Anyways if the Rep system is not yet ready to use on an upgraded board the way I and others have asked about thats fine, I will turn the feature off until the Gold version arrives. Please let me know if that is the case. However, if it's just a matter of a simple query can someone lend me a hand with it? I would be VERY grateful as I am sort of just waiting for a solution to this before I can open my upgraded board.
Thanks for reading!
:ermm: