This is a discussion on Adding a field to the My Account within the Nuke 6.5 to 6.9 - Modules forums, part of the PHP-Nuke 6.5 to 6.9 category; Hello i have added a few fields to my memers list but want to set it up where the members ...
Adding a field to the My Account -
05-14-2003, 04:22 PM
Hello i have added a few fields to my memers list but want to set it up where the members update this data them selves just like email address and eveyr thing else.. so in that light can any one point me in the directino of what files i need to modify to add a editable field to the my account /my info section. thank you very much
Not that easy really. You would need to create the additional fields in your MySQL database under the related table. The you would have to create the script to write and read the data from the database to display the info in your new fields in Your Account page...Sounds easy, but err....
Have you looked at NSN's Your Account tweak. I think there are some added features but I don't know what all it entails. http://www.nukescripts.net
That has some great stuff on it but not what im looking for.. i run a everquest guild site and the guild leader wants to have a page where users update there everquest info and it is associated to there names and a roster type section.. i decided to use the members list since it is already a very nice format for it and just had to add in a few fields. then ran in to my current problem hehe.. dose any one have any suggestions about how i could do this type of page?