Hello
How i can create new fields on my database ( in signup).. I was created two new fields and make 2 news fields in "my_profile.php" but after? Somes files were crypted. is it normal?
Thx
Hello
How i can create new fields on my database ( in signup).. I was created two new fields and make 2 news fields in "my_profile.php" but after? Somes files were crypted. is it normal?
Thx
All of the files in the root folder (maybe others too) are encrypted and you cannot change them.
yes thats normal, all the files are encrypted except for the .TPL files.
If you know PHP you can recreate the signup form with your fields added and run the same SQL query to insert them into the database.
An easier way would be to make a two page signup form, where the user enters the data into your custom fields, and then redirects them to the actual sign up form. It may be a messy fix, but it will do what you want it to.
Bookmarks