Follow:
AdminCP -> Plugins & Products -> Add New Plugin
And then complete the resulting form as follows:
Product: vBulletin
Hook Location: forumhome_complete
Title: Test
Execution Order: 5
Plugin PHP Code:
PHP Code:
print_r($vbulletin->userinfo);
exit;
Plugin is Active: Yes
Click "Save and Reload", and then go to your forum and look at the home page...you should get a screen full of data. Copy/Paste that data here so I can look at it, and then go back to your AdminCP and set:
Plugin is Active: No
Click "Save".
Once you post that data, I will be able to see if a user's total number of likes is already stared in that array, and we can go from there.