Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard Spread FireBoard!
Re:Avatar (1 viewing) (1) Guest
Go to bottom Favoured: 1
TOPIC: Re:Avatar
#47014
Re:Avatar 7 Months ago  
Any suggestions to those who don't have ImageMagick installed?
arekanderu (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#47040
How to get link avatar from other Website 7 Months ago  
I turned of User Upload avatar
I wish User can get avatar from other Website.
How to edit my FB's source?
hoacomay (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#47170
Re:Avatar 6 Months, 4 Weeks ago  
I made this workaround to have anymated gif for Avatar:

components/com_fireboard/template/default/plugin/fbprofile/fbprofile.php

modified line 115 from:

[code:1]
$msg_avatar = '';
[/code:1]

to:

[code:1]
$msg_avatar = '';
[/code:1]


ie: I changed the call to a resampled image into a call to the original image...
spike00 (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/03/17 14:11 By spike00.
 
The administrator has disabled public write access.  
#47171
Re:Avatar 6 Months, 4 Weeks ago  
What happens with code tag????

Well, I simply removed l_ from the name of the image, so what is being called is the original image not the resized one.
spike00 (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#48275
Re:Avatar 6 Months, 1 Week ago  
spike00 wrote:
[quote]I made this workaround to have anymated gif for Avatar:

components/com_fireboard/template/default/plugin/fbprofile/fbprofile.php

modified line 115 from:

[code:1]
$msg_avatar = '';
[/code:1]

to:

[code:1]
$msg_avatar = '';
[/code:1]


ie: I changed the call to a resampled image into a call to the original image...[/quote]

Hi,

I can't see your code.
Walina (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#49065
Re:Avatar 5 Months, 3 Weeks ago  
joomlaspy wrote:
Avatar Animation Fix

Hi Guys,

This was my simple fix for this problem, I hope it works for you also.

In your community builder configuration images settings.

Change your image software from GD2 to ImageMagick if it is installed on your server.

Your forum gif's will then stay animated.

Cheers,

M


I selected ImageMagick in CB configuration (images tab), but when I look in the avatar section of Firboard Configuration it only has GD2 GD1 and None. Gifs are still only animated in profile, not on the forum. Is there something i'm missing?

fireboard 1.04 Joomla 1.5(legacy enabled) CB 1.1
cesar424 (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#54949
Re:Avatar 2 Months, 1 Week ago  
same here. Doesn't change the fireboard settings.

Any one else have any ideas?
JDuc (User)
Junior Boarder
Posts: 94
graphgraph
User Offline Click here to see the profile of this user
ICQ#: 178490440 Gender: Female DucatiJan bandit098@hotmail.com DucatiJan Location: Little Elm, Texas Birthdate: 1981-06-16
Logged Logged
 
Joomla! 1.0.15 Stable [ Daytime ] 22 February 2008 23:00 UTC
Database Version: MySQL 5.0.45
Database Collation: UTF-8 Unicode CI
PHP Version: 5.2.2
Web Server: Apache
 
The administrator has disabled public write access.  
#54952
Re:Avatar 2 Months, 1 Week ago  
spike00 wrote:
[quote]I made this workaround to have anymated gif for Avatar:

components/com_fireboard/template/default/plugin/fbprofile/fbprofile.php

modified line 115 from:

[code:1]
$msg_avatar = '';
[/code:1]

to:

[code:1]
$msg_avatar = '';
[/code:1]

ie: I changed the call to a resampled image into a call to the original image...[/quote]


Sorry - but I simply don't see a difference between these two...even used a comparison program to double check. There isn't a difference...

Maybe you can post up just the code without the code tags?
JDuc (User)
Junior Boarder
Posts: 94
graphgraph
User Offline Click here to see the profile of this user
ICQ#: 178490440 Gender: Female DucatiJan bandit098@hotmail.com DucatiJan Location: Little Elm, Texas Birthdate: 1981-06-16
Logged Logged
 
Last Edit: 2008/08/01 23:59 By JDuc.
 
Joomla! 1.0.15 Stable [ Daytime ] 22 February 2008 23:00 UTC
Database Version: MySQL 5.0.45
Database Collation: UTF-8 Unicode CI
PHP Version: 5.2.2
Web Server: Apache
 
The administrator has disabled public write access.  
Go to top