Quote:
Originally Posted by squidsk
You'll also need to update the condition of the while loop.
From:
Code:
while($row = mysql_fetch_array($result)){
To:
Code:
while($row = vB::$db->fetch_array($result)){
|
Tried this and still no display. Still have no idea what I am doing wrong or if a forum block is even capable of displaying this info. Any more assistance is appreciated.