Lost Password? Register
  • Narrow screen resolution
  • Wide screen resolution
  • Auto width resolution
  • Increase font size
  • Decrease font size
  • Default font size
  • default color
  • red color
  • green color
Member Area

Web Code

Home arrow Joomla arrow Joomla components arrow Fireboard avatar image missing
Fireboard avatar image missing PDF Print E-mail
Written by Administrator   
Sunday, 18 May 2008

Fireboard avatar image missing
Fireboard avatar image missing
After login there is a welcome message next to the user avatar at the top.
If you get an empty image the path to the image is wrong. It happens in some templates.

 

 

 

 

Find this file:
yoursite/components/com_fireboard/template/yourtemplate/plugin/profilebox/profilebox.php

find this code:

$jr_avatar = '<img src="components/com_fireboard/avatars/' . $avatar . '" alt=" " />';

Replace it with this:

$jr_avatar = '<img src="images/fbfiles/avatars/' . $avatar . '" alt=" " />';


Related Items:





Reddit!Del.icio.us!Facebook!Slashdot!Technorati!StumbleUpon!Furl!Yahoo!Ma.gnolia!Free social bookmarking plugins and extensions for Joomla! websites!

Add as favourites (31) | Quote this article on your site | Views: 721

Comments (1)
1. 20-05-2008 08:48
i had this
joomla problem and found this to work also.
Written by webex (Registered)

Write Comment
Name:
Title:
Comment:

Code:* Code

Last Updated ( Sunday, 18 May 2008 )
 
Next >