Lampwrights Forum

Lampwrights Forum (http://www.lampwrights.com/index.php)
-   vBulletin Wordpress Bridge (http://www.lampwrights.com/forumdisplay.php?f=13)
-   -   Code Fix for Profile Images in v10.1.0 (http://www.lampwrights.com/showthread.php?t=371)

wideawake 08-31-2012 01:32 PM

Code Fix for Profile Images in v10.1.0
 
Replace:

PHP Code:

<img alt='{$safe_alt}' src='{$user[avatarurl]}' class='avatar avatar-{$size} photo avatar-default' width='{$size}' height='{$size}' border='0'/> 

With:
PHP Code:

<img alt='{$safe_alt}' src='". $vb->options['bburl'] ."/{$user[avatarurl]}' class='avatar avatar-{$size} photo avatar-default' width='{$size}' height='{$size}' border='0'/> 

-Mike


All times are GMT -4. The time now is 03:35 PM.

Powered by vBulletin® Version 3.8.8 Beta 4
Copyright ©2000 - 2024, vBulletin Solutions, Inc.