!!!! The NEW Biggest thread !!!!

ichwar

Community Advocate
Community Support
Messages
1,454
Reaction score
7
Points
0
ok. :D

Do you know how all the other awards are determined also?
 

adamparkzer

On Extended Leave
Messages
3,745
Reaction score
81
Points
0
ok. :D

Do you know how all the other awards are determined also?

The Activity Award (the one that you have right now) is based off how active you are on the forums. How the activity percentage is determined, however, I have no clue.

The Posting Award is determined by how many threads and posts you have, and how many tags, votes, and attachments you've made.

The Community Award is basically a social award for the person who has the most friends, most visitor messages, is a member in the most number of social groups, and has the highest reputation.

The Frequent Poster Award goes to the person who has the highest average posts per day.

The Calendar Award has something to do with Events, but I'm not quite sure what.
 

ichwar

Community Advocate
Community Support
Messages
1,454
Reaction score
7
Points
0
ok, wow. I've got to make sure not to lose my award too soon! :D I noticed that smith currently has, (and probably always will have) the frequent poster award. He reached 200 posts in a day once. 8)
 

adamparkzer

On Extended Leave
Messages
3,745
Reaction score
81
Points
0
ok, wow. I've got to make sure not to lose my award too soon! :D I noticed that smith currently has, (and probably always will have) the frequent poster award. He reached 200 posts in a day once. 8)

I'm pretty sure Smith has the general Posting Award, not the Frequent Poster Award.
 

ichwar

Community Advocate
Community Support
Messages
1,454
Reaction score
7
Points
0
lol, what I'd be more interested in knowing is how the activity is calculated. Do you know anything about that viggesWe?
 

DefecTalisman

Community Advocate
Community Support
Messages
4,148
Reaction score
5
Points
38
Cause I tried to mess with it and make a event :p, I am sure its a easy fix for the calendar. It is just limited to dates that are outdated now.

something like this might be better :
PHP:
echo '<select name="year" id="year" >';
for ($i = date("Y")-5; $i <= date("Y")+5; $i++) {
                      if($i == $_GET['year']) {
                          $selected = 'selected';
                      } else {
                         $selected = '';
                      }
			if($i == date("Y")) {
				$CSS_style = 'style="background-color:#DAFCFE"';
			} else {
				$CSS_style = '';
			}
                        echo "<option value=\"calendar.php?month=$_GET[month]&amp;year=$i\" $CSS_style $selected>$i</option>\n";
}
echo '</select>';

That should produce a select menu that has 5 years in the past from today -> 5 years in the future :)
 
Last edited:

adamparkzer

On Extended Leave
Messages
3,745
Reaction score
81
Points
0
Maybe Corey would enlighten us? Or is this stuff supposed to be top secret? ;)

I don't think it has to be top secret, seeing as all the other awards have pretty clear explanations on how to get them.

By the way, I have the Most Popular award now! :)
 

ichwar

Community Advocate
Community Support
Messages
1,454
Reaction score
7
Points
0
Well, you deserve it a lot more than zen-r. ;)
 
Top