View Single Post
03-17-2011, 02:38 PM   #1
qwert789
Junior Member
 
Join Date: Mar 2011
Posts: 5
Rep Power: 0
qwert789 is getting browny points
Avatars in 10.0.5.1 not showing

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

Last edited by qwert789; 03-17-2011 at 02:40 PM.
qwert789 is offline   Reply With Quote