|
Re:Avatar 7 Months ago
|
|
|
Any suggestions to those who don't have ImageMagick installed?
|
|
|
Logged
|
|
|
The administrator has disabled public write access.
|
|
|
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?
|
|
|
Logged
|
|
|
The administrator has disabled public write access.
|
|
|
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
|
Logged
|
|
|
Last Edit: 2008/03/17 14:11 By spike00.
|
|
|
The administrator has disabled public write access.
|
|
|
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
|
Logged
|
|
|
The administrator has disabled public write access.
|
|
|
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
|
Logged
|
|
|
The administrator has disabled public write access.
|
|
|
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
|
|
|
Logged
|
|
|
The administrator has disabled public write access.
|
|
|
Re:Avatar 2 Months, 1 Week ago
|
|
|
same here. Doesn't change the fireboard settings.
Any one else have any ideas?
|
|
|
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.
|
|
|
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?
|
|
|
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.
|
|
|