The following warnings occurred: | ||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
|
Modifier users table doesn't update my new fields - Printable Version +- UserSpice (https://userspice.com/forums) +-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23) +--- Forum: UserSpice 4.3 and Below (https://userspice.com/forums/forumdisplay.php?fid=26) +--- Thread: Modifier users table doesn't update my new fields (/showthread.php?tid=1077) |
Modifier users table doesn't update my new fields - Kolok - 06-15-2018 Hello I need to ad 4 fields in the users table to manage differents kinds of payed service on my website. I modified admin_user_system_settings.php so i can see my field, and data but the update doesn't work at all. A tried to modify the admin_user.php form to, but the fields dont update at all. I'm unable to find where a have to change the script for that. I have search an read all the forum but i can't find anything Can you help me please ? Philippe Modifier users table doesn't update my new fields - Brandin - 06-15-2018 You also need to use the admin_user_system_settings_post file to complete the PHP action. |