Just what I needed.
I only had one issue with your install in admin/functions.php. I"m running v.2.3.0 and where you have to insert the code before
$post[postdate]=vbdate($dateformat,$post[dateline]);
$post[posttime]=vbdate($timeformat,$post[dateline]);
I had to actually place it right before the line
$datecut = time() - $cookietimeout;
to get everything to compile and work correctly. It must have something to do with declaring the globals in the body of function getpostbit. My version didn't like it where you suggest to put it!
Otherwise, thanks a bunch!
Petey
|