Lampwrights Forum > Other Stuff > vBulletin Wordpress Bridge

Reply
 
Thread Tools
08-31-2012, 01:32 PM   #1
wideawake
Junior Member
 
Join Date: Aug 2012
Posts: 9
Rep Power: 0
wideawake is getting browny points
Exclamation 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
wideawake is offline   Reply With Quote

Reply

Tags

vbulletin wordpress bridge


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Fix if your getting errors when installing or mapping users Damoen vBulletin Wordpress Bridge 0 02-28-2012 10:02 PM
An issue with uploading images iamrob vBulletin Wordpress Bridge 6 08-02-2011 12:44 PM
Hide Profile Data Jeff Other Vbulletin Mods 1 06-06-2011 12:41 PM
Code Igniter PHP Framework Rocket 442 PHP 2 07-22-2010 03:33 PM
Stepping through live code Jeff PHP 0 07-19-2010 02:14 PM


All times are GMT -4. The time now is 04:29 PM.


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