Front-end Users Bugs with the code
-
Hello. Is not becouse of the wordpress code, but it is becouse the code from Front-End User.
The first bug – The problems that I found is that the “tracking users code” has a bug on file “ewd-feup-tracking.js” on the line “evObj.initMouseEvent” – the function doesnt have all the parameters and Mozzilla Firefox stop the first click and becouse of that always there is need for two clicks.
And the second bug is that when I “update the profile” or “edit the account” of my user, the code from the Front-End Users also writes the Level_ID to the default value. I found the bug on the file “Prepare_Data_For_Insertion.php” on the line with “$_POST[‘ewd-feup-omit-level’]”. This field “ewd-feup-omit-level” does not exist in any form (edit account, or update profile) and becouse of this everytime when the account or the profile is updated the Level_ID is always reseted to the default value.
I fixed it by going into “Insert_Edit_Profile.php” and “Insert_Edit_Account.php” and i created this hidden field “ewd-feup-omit-level” with the value “Yes”. And it seems it is ok.
Maybe is not a bug but clearly are problems becouse of this. I hope i did not brake anything on the plugin from my site 🙂 Please update and fix the code. If I done something wrong please tell me to delete de modification I made.
- The topic ‘Front-end Users Bugs with the code’ is closed to new replies.