Site ranking

uzzors2k, Mon Sept 24 2007, 03:12PM

The site ranking system has intrigued me since the start of this incarnation of the forum, since it makes no apparent sense. At first I thought it followed the amount of posts each user has, but I see now that that is not the case. Is it the actual ranking a user has on the site which determines their "rank", as in moderators have a secret karma button for posts they like? Or is it visits to the site? Post per visit? Posts per visit / peak of the derivative of their learning curve ^ visits to the chat room? It's not that important, and if its a secret I'll let it go, but I just had to ask.
Re: Site ranking
Dave Marshall, Mon Sept 24 2007, 05:51PM

We did some digging. As far as we knew it was based strictly on the number of posts, but its actually quite a convoluted weighted formula taking into account things like the number of visits, number of posts, how long you've been a member, etc.

Dave
Re: Site ranking
Chris Russell, Mon Sept 24 2007, 05:58PM

Oddly enough, I had always assumed that the ranking was based solely on the number of posts that a user had. The top ten list conforms nicely. However, now that I'm actually looking for it, I can see that's not the case at all.

I went digging through e107's source code, and found the formula used to generate the "points" that each level uses. The formula is as follows:

[(number of posts * 5) + (number of comments * 5) + (number of visits to the site)]/ 4


Thus, it is based not only on the number of posts and comments you've made, but how often you visit the site as well. Forum posts are weighted five times heavier than visits, so it follows the general trend of user's posts, but people who have 4hv set to their home page, or visit very frequently, can easily throw off the curve.
Re: Site ranking
uzzors2k, Mon Sept 24 2007, 06:47PM

Interesting. If I had logged in each time I visit the site I would have had a monster rank by now. Oh well.

Thanks for taking the time to dig out the formula.
Re: Site ranking
hotcrazyfruit, Thu Apr 23 2009, 12:44AM

Now how does this relate to the number of stars you have? as in, how many points does it take to get each next star.