- Posts: 13
COMMUNITY FORUM
- Forum
- K2 Community Forum
- English K2 Community
- [SOLVED] FrontEnd Edit Profile after update K2 to 2.6.9
[SOLVED] FrontEnd Edit Profile after update K2 to 2.6.9
- barryP
-
Topic Author
- Offline
- New Member
Less
More
10 years 3 months ago - 10 years 3 months ago #136473
by barryP
FrontEnd Edit Profile after update K2 to 2.6.9 was created by barryP
Before the update to 2.6.9 all was well
I could login in to FrontEnd & edit my profile just fine
NOW when I try this the SAVE button does nothing!
After digging around, debugging etc.. I randomly tried this:
file: com_k2/templates/profile.php
line 186: .....submitbutton( this.form );return false;
change false to true
Now it works fine.
Feel sure I should not need to do this, but it fixes the problem
What is the CORRECT solution ?
I could login in to FrontEnd & edit my profile just fine
NOW when I try this the SAVE button does nothing!
After digging around, debugging etc.. I randomly tried this:
file: com_k2/templates/profile.php
line 186: .....submitbutton( this.form );return false;
change false to true
Now it works fine.
Feel sure I should not need to do this, but it fixes the problem
What is the CORRECT solution ?
Last edit: 10 years 3 months ago by barryP. Reason: misspelling
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 3 months ago #136515
by Krikor Boghossian
Replied by Krikor Boghossian on topic FrontEnd Edit Profile after update K2 to 2.6.9
Hello,
Is your profile.php file edited?
Can you get the newest one, place it in the /html/com_k2 (not /template) folder of you template and try again?
Is your profile.php file edited?
Can you get the newest one, place it in the /html/com_k2 (not /template) folder of you template and try again?
Please Log in or Create an account to join the conversation.
- barryP
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 13
10 years 3 months ago #136536
by barryP
Replied by barryP on topic FrontEnd Edit Profile after update K2 to 2.6.9
Krikor
Thanks for responding
I have the latest version of profile.php
There was no such file in mytemplate/html/com_k2
So I copied latest profile.php to mytemplate/html/com_k2 and the problem returned!
Log in to Front End->edit Profile->click SAVE and nothing happens
Edit profile.php in its NEW location so return false; BECOMES return true; and then the SAVE works just fine!
Should the validate.js be changing false to true ??
form class="form-validate"
???
Thanks for responding
I have the latest version of profile.php
There was no such file in mytemplate/html/com_k2
So I copied latest profile.php to mytemplate/html/com_k2 and the problem returned!
Log in to Front End->edit Profile->click SAVE and nothing happens
Edit profile.php in its NEW location so return false; BECOMES return true; and then the SAVE works just fine!
Should the validate.js be changing false to true ??
form class="form-validate"
???
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 3 months ago #136544
by Krikor Boghossian
Replied by Krikor Boghossian on topic FrontEnd Edit Profile after update K2 to 2.6.9
Is it possible to have a link to your site?
Please Log in or Create an account to join the conversation.
- barryP
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 13
10 years 3 months ago #136546
by barryP
Replied by barryP on topic FrontEnd Edit Profile after update K2 to 2.6.9
I can give you a link, but then to see the problem you will need a login
Can I send this info in a private message ???
Regards
Can I send this info in a private message ???
Regards
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 3 months ago #136548
by Krikor Boghossian
Replied by Krikor Boghossian on topic FrontEnd Edit Profile after update K2 to 2.6.9
Sure, you can use the contact form www.joomlaworks.net/support/contact
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 3 months ago #136551
by Krikor Boghossian
Replied by Krikor Boghossian on topic FrontEnd Edit Profile after update K2 to 2.6.9
This is a template issue.
I browsed the form with the system template (return false) and I could change/ update my profile.
You can keep the override in your template since it working fine or you can address this issue to the template's developer to see if there is an update for your template or the T3 Framework.
I browsed the form with the system template (return false) and I could change/ update my profile.
You can keep the override in your template since it working fine or you can address this issue to the template's developer to see if there is an update for your template or the T3 Framework.
Please Log in or Create an account to join the conversation.
- barryP
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 13
10 years 3 months ago #136552
by barryP
Replied by barryP on topic FrontEnd Edit Profile after update K2 to 2.6.9
Many Thanks !
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 3 months ago #136554
by Krikor Boghossian
Replied by Krikor Boghossian on topic FrontEnd Edit Profile after update K2 to 2.6.9
You 're welcome Barry.
Please Log in or Create an account to join the conversation.
- Forum
- K2 Community Forum
- English K2 Community
- [SOLVED] FrontEnd Edit Profile after update K2 to 2.6.9