Hi, I am using vBulletin 3.8.7 (also tested with 3.8.6 Patch Level 1) with Wordpress 3.1 and vbbridge 10.0.5.1 and its working fine, except for the fact that I cant get the avatars to show in Wordpress.
I am just a beginner in
PHP but I think the problem may be related with the if statement in line 439 of vbbridge.php.
Code:
if (!is_numeric($u->user_id)) { return; }
The condition in the if statement is not getting verified, so the rest of the code doesn't get executed.
Can you please help me?
Thank you