This was originally ripped from Nath, but had a few issues, so I made it look better, and fixed it up a bit.Not massive improvements, but noticeable none the less.![[Image: 7RagSBC.png]](https://i.imgur.com/7RagSBC.png)
![[Image: 8TaMSZn.png]](https://i.imgur.com/8TaMSZn.png)
Things I did:
Years of Service add-on
![[Image: 7RagSBC.png]](https://i.imgur.com/7RagSBC.png)
![[Image: 8TaMSZn.png]](https://i.imgur.com/8TaMSZn.png)
![[Image: ODopOzH.png]](https://i.imgur.com/ODopOzH.png)
- Fixed inline moderation
- Changed the color to red
- Fixed the profile
- Accidentally added an extra credit stat because I'm retarded
- Cleaned up the dropdown in the top
- Color picker
- Neater stats on profile
- Custom pages (don't know what yet)
- More common plugin support.
Code:
[/color]
[color=#a1a1a1]/newpoints.php?action=donate
Years of Service add-on
Code:
Add in underneath the {awards} tag in postbit:[/color][color=#a1a1a1]<br>[/color][color=#a1a1a1]<br>[/color][color=#a1a1a1]<center>[/color][color=#a1a1a1]<if $post['regdate']+(60*60*24*31) <= TIME_NOW then><span style="color: gray;">One Month of Service</span></if>[/color][color=#a1a1a1]<if $post['regdate']+(60*60*24*62) <= TIME_NOW then><span style="color: white;">Two Months of Service</span></if>[/color][color=#a1a1a1]<if $post['regdate']+(60*60*24*93) <= TIME_NOW then><span style="color: yellow;">Three Months of Service</span></if>[/color][color=#a1a1a1]<if $post['regdate']+(60*60*24*186) <= TIME_NOW then><span style="color: green;">Half a Year of Service</span></if>[/color][color=#a1a1a1]<if $post['regdate']+(60*60*24*365) <= TIME_NOW then><span style="color: gold;">One Year of Service</span></if>[/color][color=#a1a1a1]<if $post['regdate']+(60*60*24*730) <= TIME_NOW then><span style="color: red;">Two Years of Service</span></if>[/color][color=#a1a1a1]<if $post['regdate']+(60*60*24*1095) <= TIME_NOW then><span style="color: purple;">Three Years of Service</span></if>[/color][color=#a1a1a1]</center>