![]() |
One suggestion:
Show the reputation giving power as well. :) |
Sure this works correctly? It's not refreshing down to zero on a daily basis (it still holds onto the three reputations I gave out last week (OK, I'm not too generous... LOL)
rich |
Quote:
AND dateline >= ".(time()-86400)." Unless time() is malfunctioning on your server, I can't see any reason why it would show 3 that you gave last week. |
Quote:
I'll be doing an updated version later today or tommorrow that takes this into account, plus the template caching and showing the admin how many times he has given overall. |
Quote:
|
Quote:
|
Kevin thanks!!!
Now get back to work on Hivemail! :-) (I kid I kid!!) |
This is still not 100% right.
If you exceed the daily limit, the tracker simply says this: In the last 24 hours, you have given reputation to 15 posters. You can give reputation to 0 more poster today In other words, the condition based around $nexttime is not working, it is not displaying the message about when you can give rep again. |
Hmm...fixed this by changing $nexttime != 0 to $nexttime != '0' in the usercp_reptracker template.....
Also noticed the collapse toggle needs fixing as it currently collapses a different table. In the usercp_reptracker find: Code:
<tbody id="collapseobj_usercp_forums" style="$vbcollapse[collapseobj_usercp_forums]"> Code:
<tbody id="collapseobj_usercp_tracker" style="$vbcollapse[collapseobj_usercp_tracker]"> Code:
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('usercp_forums')"> Code:
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('usercp_tracker')"> |
Thanks!
|
All times are GMT. The time now is 06:16 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|