Letractively / webloginpe

Automatically exported from code.google.com/p/webloginpe
0 stars 0 forks source link

type simple w/standard template: save profile, delete profile, confirm delete profile fail #17

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run snippet in &type=simple mode w/standard templates
2. go to edit profile in frontend
3. try to save/delete profile

What is the expected output? What do you see instead?
The expected actions. But wheter save nor delete/confirm delete is executed

What version of the product are you using? On what operating system?
repo-2142 / 1.3.1

Please provide any additional information below.
Modify the snippet code at line ~267 to the correct service values
according to the standard template values:
"saveprofile","deleteprofile","confirmdeleteprofile"

Original issue reported on code.google.com by marine...@pixolution.ch on 9 May 2009 at 10:40

GoogleCodeExporter commented 9 years ago
i repo'd this error in entirety and found the same solution by correcting the 
same
service values. However there was also a typo in webloginpe.templates.php at 
line
~141 which does not allow the completion of the delete profile process. 

Change: name="profileDelteForm"
To:     name="profileDeleteForm"

Original comment by blackfee...@gmail.com on 25 Sep 2009 at 12:22