Those aren't in the current formula because they slow down large sites too much -- I suggest changing it to something simple like $rating = $this->links + $this->comments
Anyhow, they calculated the average rating given to links the member submitted and the average approval rating of the comments they posted.
0/5
1
2
3
4
5
This thread is closed, so you cannot post a reply.
Comments on Member rating formula
Member
Usergroup: Customer
Joined: Mar 16, 2003
Total Topics: 13
Total Comments: 24
What does it mean: linkratingnorm and commentapprovalnorm in member rating formula:
$rating = ($this->links * $this->linkratingnorm()) + ($this->comments * $this->commentapprovalnorm())
Regards!
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Those aren't in the current formula because they slow down large sites too much -- I suggest changing it to something simple like $rating = $this->links + $this->comments
Anyhow, they calculated the average rating given to links the member submitted and the average approval rating of the comments they posted.