The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#13
|
||||
|
||||
![]() Quote:
I'm now getting: 12/31/1969 - 07:00 pm Quote:
When I reset the counter, the database value does change. After I read off the above value, I reset the counters again, and it changed to "1092748229". However, the date and time shown is exactly the same. Edit: Aha! Solved! The problem was that I had to change this: $whoviewedreset = vbdate("m/d/Y - h:i a", '$thread[whoviewedreset]'); to this: $whoviewedreset = vbdate("m/d/Y - h:i a", $thread[whoviewedreset]); The ' characters around the $thread[whoviewedreset] variable was invalidating the value and returning zero. So, now everything is working perfectly! I can't thank you enough, Colin. I really appreciate all the time you put into this. And again, I apologize for making you do so much coding. ![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|