| Topic: | example code |
|---|---|
|
new_to_this
Helper
Posts: 314 Posted: |
I have a request. I am trying to make a new module that can display and edit user info. (There will be more) But I am not sure on how the code and file structure should be for .8 compliance. I have looked at the docs on how to do this and understand what it says, but am still heaving trouble getting a working module. If anyone could provide the minium example code and what directory to put it in to make a module display, Username and the users Name in a user and admin manner (admin being able to edit it) I would be very grateful. |
|
Gilles69
Freshman
Posts: 39 Posted: |
With the dynamic user data, you must create your fields with the system, and use the userapi.php into the profile module. -- Gilles... |