Quote:
Originally Posted by boxerman
will this work on vbulletin 3.6 L2? thanks
James
|
I Just got it working for vBulletin? v3.6.8 Patch Level 2. Did the following change
if ($vbulletin->userinfo['userid']!=0) {
$username=$vbulletin->userinfo['username'];
in place of
if ($bbuserinfo['userid']!=0) {
$username=$bbuserinfo['username'];
Still have to make the testing happen. But hope it work !