Quote:
Originally Posted by rogersnm
Yeah, that should be easy, you just have to find where it updates the lst visit and make it add to the cell.
|
Roger, I hope this doesn't across as rude, but that's how I intended to start the request. I already figured that out. But $userinfo('lastvisit') is updated in many places. From what I can tell, they are set in many places for a variety of "what if" reasons. There are only two logical places that count for my purposes, when the user logs out and when the timeout ocurrs. becuase those are the only two logical places the "visit" ends. I don't really understand where the timeout is detected. So Iwas hoping someone can lead me in the right direction because, I would rather use a hook. Beuase the code as I read it is a bit convoluted and I'm not sure I am looking in the correct Place.