Quote:
Originally Posted by theArchitect
So I need to hit reset for all of my threads?????
Is there a short cut to do them all. I have one or two of them.
|
No, you don't have to hit Reset on any of them until you have the need/desire to. The second counter is there to give you a date/timestamped resettable list of users who have viewed that thread. You don't need to Reset any given thread unless/until you have the need/desire to see who will have viewed that thread
from that point on.
Otherwise, you can just leave them be.
Quote:
Originally Posted by theArchitect
edit:
Err. I just hit reset counter and got:
Code:
Fatal error: Call to undefined function: is_member_of() in \forum\misc.php on line 8
Help...
|
The function "is_member_of" is called from the code this hack adds to misc.php. However, it is a vB function.
The problem is that the error message states that you put that addition in the very beginning of the misc.php file (
before the global functions are pre-loaded). You need to move the hack's added code to the right place in Misc.php - refer to the instructions for details.