Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
The FireBoard forum component development is still going on. In order to get better, FireBoard will be moved from the Best of Joomla website.
During this transition period, the forum in Best of Joomla will be closed to new posts.
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard
[Solved] Upload avatar from gallery (1 viewing) (1) Guest
TOPIC: [Solved] Upload avatar from gallery
#22778
[Solved] Upload avatar from gallery 1 Year, 3 Months ago  
The screen that appears when you change your avatar that say:

"Your profile is updated."

has two errors.

Fisrt is a javascript error: "Undefined variable $time".

Fix it editing com_fireboard/sources/fbhelpers.php and changing line 66:

[code:1]echo 'setTimeout("location='' . $url . ''",time)';[/code:1]
with:
[code:1]echo 'setTimeout("location='' . $url . ''",'.$time.')';[/code:1]
Second error is that the page is bad placed, page width grows and jump bar is "un-styled"... an easy way to solve this is to surround in myprofile_avatar_upload.php the block starting at line 619 and ending at 632 with and if (see my attached file below).

Don't know if they are already solved in subversion, but they appear in downloable 1.0.3

Cheers.
SuperAs (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2007/09/15 00:45 By SuperAs.
 
 
#22781
Re:Upload avatar from gallery 1 Year, 3 Months ago  
The attached file...
File Attachment:
File Name: myprofile_avatar_upload.txt
File Size: 23870
SuperAs (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#22782
Re:Upload avatar from gallery 1 Year, 3 Months ago  
The attached file...
File Attachment:
File Name: myprofile_avatar_upload-07e99d2214cff709545d15161de47f1b.txt
File Size: 23870
SuperAs (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#23897
Re:Upload avatar from gallery 1 Year, 3 Months ago  
where is this my_profile_avatar_upload.php file location within joomla?
jjshabadoo (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
Go to top