08-29-2017, 12:17 AM
I would love to add a field for the phone number in my join.php. Maybe somebody can help me.
The following warnings occurred: | ||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
|
Phone number in join.php
|
08-29-2017, 12:17 AM
I would love to add a field for the phone number in my join.php. Maybe somebody can help me.
08-29-2017, 09:48 AM
Hello,
Simply add the input in /users/views/_join.php (note this could get reverted with updates and you will need to begin manually updating your files) - maybe duplicate this and change it to be _joinNew.php and change your call on join.php when you bring it to the usersc folder. Then just add the field validation and insert on join.php when you duplicate it to usersc. Last but not least add the column to your DB as an extra or by renaming one of the existing columns. Let me know if you need anything else.
08-29-2017, 02:07 PM
Hello brandin, I have not the slightest idea of how that is done. I am sorry.
08-29-2017, 02:24 PM
No worries,
I'll outline this later today or tomorrow for you when I have time. Thank you.
08-29-2017, 02:47 PM
Thanks brandin, please do not stop insisting with mudmin to incorporate google recapcha invisible for version 4.3
08-29-2017, 09:16 PM
Where do you wish to view this information?
admin_user.php? Editable or viewable only? What is the format of the phone #? e.g. 888-888-8888? +1-888-888-8888? Thank you
08-30-2017, 02:25 PM
Hello, if in Admin_user.php and it is editable. 88-88-88-88
08-31-2017, 05:20 PM
Thank you.
08-31-2017, 08:00 PM
SQL:
ALTER TABLE Code: users Code: phone Code: lname ZIP: https://aircentralized.com/cms_drop1.zip Go to admin_pages to load the new pages
08-31-2017, 10:16 PM
Thank you very much brandin, you are very talented.
|