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] Joomla 1.5 - FB 1.04 - Cannot Change PW (1 viewing) (1) Guest
TOPIC: [SOLVED] Joomla 1.5 - FB 1.04 - Cannot Change PW
#47799
[SOLVED] Joomla 1.5 - FB 1.04 - Cannot Change PW 9 Months, 2 Weeks ago  
Find in your files, the following file:

template/default/plugin/myprofile/myprofile.php

At line 702 update the code to the following lines:

[code:1]$joomlaVersion = new JVersion();
if ($joomlaVersion->getShortVersion() password = md5($row->password);[/code:1]

[b]Changed[/b]: joomlaVersion to JVersion

Noticed in Joomla 1.5 that version.php was changed from joomlaVersion to JVersion.

[b]Update:[/b] You may also need to add the following definition in:

administrator/components/com_fireboard/language/english.php

[code:1]DEFINE('_USER_DETAILS_SAVE', 'Your new password has been saved.');[/code:1]

Since saving, you are presented with the message _USER_DETAILS_SAVE and not an intuitive user message (at least in my installation).
caleb2001r (User)
Fresh Boarder
Posts: 13
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/03/26 20:53 By caleb2001r.
 
 
#50564
Re:[SOLVED] Joomla 1.5 - FB 1.04 - Cannot Change P 7 Months, 4 Weeks ago  
I had the same problem, when trying to change my password I had an error message.
I was not able to solve it following your instructions, they seem a little bit confuse to me. Let me try my way:

On file /components/com_fireboard/template/default/plugin/myprofile/myprofile.php find:
$joomlaVersion = new joomlaVersion();

and replace by:
$joomlaVersion = new jVersion();

Thanks for your tip, my problem is solved!!!
webrp (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
Go to top