vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced CMPS > vBa CMPS v3.0 Support > Troubleshooting & Problems

Reply
 
Thread Tools Display Modes
  #1  
Old 07-06-2009, 05:09 PM
enry enry is offline
Junior Member
 
Join Date: Feb 2004
Posts: 3
Default PRB: news & welcome modules assume relative avatar URL

Hi,

I serve images through a static server. That means most avatars have absolute URLs. In modules/news.php and modules/welcomeblock.php, you assume the URL is relative, and prepend $vbulletin->options['bburl']. It would be nice to have a check, and only prepend that value if the URL is relative. Here are my changes on the latest vba 3.2.0 downloaded < 1 hr

NB -this only works for me for relative URL avatars because my vba sits in the same folder as vbulletin. Hence it would be best if it were to check.

modules/welcomeblock.php line 28:
PHP Code:
if ($avatarurl[0])
{
    
//$avatarurl = $vbulletin->options['bburl'] . '/' . $avatarurl[0];
    
$avatarurl $avatarurl[0];

modules/news.php line 297:
PHP Code:
    if ($mod_options['portal_news_showavatar'] AND $vbulletin->userinfo['showavatars'])
{
    if (
$news['avatarpath'])
    {
        
//$news['avatarpath'] = $vbulletin->options['bburl'] . '/' . $news['avatarpath'];
        
$news['avatarpath'] = $news['avatarpath'];
    } 
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Avatar in module news don't display (option avatar actived) Paulo Troubleshooting & Problems 3 02-03-2006 03:59 PM
Remove avatar from news Synth "How Do I..." Questions 1 01-29-2006 01:55 PM
How do I display profile picture/avatar instead of normal avatar for news? baptizer Troubleshooting / "How do I..." Questions 3 06-08-2005 11:17 PM
Resize News Avatar Lizard King Troubleshooting / "How do I..." Questions 1 05-29-2005 09:36 AM
Avatar in news module indie Troubleshooting / "How do I..." Questions 4 02-06-2005 11:49 AM


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

Forums Powered by vBulletin, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
Please note that vBadvanced is in no way affiliated with Jelsoft Enterprises Ltd, nor will Jelsoft be able to provide any support for our products.