1. I said this before and I will say it again. There will NOT be an update for vB 3.5.x until they have a final release. (So much code changes during the beta/RC versions, I really don't feel like having to do a bunch of needless re-work). It is currently a RC1, typically two more RC's come out, then the final release.
2. If you want to know how to make a % display, look at the function that does the calculations, and also the main TR page (since it calcs %'s for that page). The easiest cource of action would be to add another column to your user table to store the % value (if you don't want to do it on the fly). Then under the function that calculates out the TR score, add the code to calculate the % and update the user table with that info too.
You will have to run a mass-update to re-calc all users. I'm not sure if I posted any code for that, but the concept is not that complex to write your own little routine.
|