Quote:
Originally Posted by peterska2
This modification DOES NOT work with vBulletin 3.5.4
Please locate an alternative modification for use with versions 3.0.0 - 3.5.4
Thank you.
|
seems to be working fine for me, and im running 3.5.4, i just had to go through last10.php and add my table prefix to the mysql info
e.g.
Code:
// the base WHERE statement
$wheresql = "WHERE thread.lastposter=user.username AND thread.open!='10'";
i have now changed to
Code:
// the base WHERE statement
$wheresql = "WHERE vb3_thread.lastposter=vb3_user.username AND vb3_thread.open!='10'";
i did that for everything in last10.php and it worked
sbardy, im pretty sure this is all u have to do to get urs working