Quote:
Originally Posted by zappsan
From what I know, using vB's functions should help.
Look for this:
PHP Code:
while ($userlogs=mysql_fetch_array($userlogentries))
and replace it with
PHP Code:
while ($userlogs=$this->registry->db->fetch_array($userlogentries))
Unfortuneately I couldn't test it.
Sorry for the lack of updates, I actually started working on a newer version a long time ago but ran into a problem which I couldn't solve. I'm gonna ask for help on this so there will hopefully be an update soon.
|
Thanks, I've waiting for the new version!