Išplėsta vartotojo informacija
Parašė 2006 balandžio 2 12:04:30
Tai modas kurio funkcija butu tokia, dar papildomai pridėti nario informacija saite
Redaguoti profilį paneli.


Smulkesnė informacija galima gauti čia: EXTRA USERINFO VERSION 1.0

















Ji dar galima pratestuoti čia saite paneli Redaguoti profilį
Išplėstos naujienos
/*----------------------------------------------------+
| USER INFO TABLE VERSION 1.0
|-----------------------------------------------------+
| AN EXTENDED USER INFO TABLE FOR CURRENT SITE MEMBERS
| BY EDAN BOY PEDRAGOSA "alias" HACKERSOFT
| Web: http://niva-is.net/testsite/
| email: edan@niva-is.net
|----------------------------------------------------+
| Released under the terms and conditions of
| the GNU General Public License
+----------------------------------------------------*/

HELLO EVERYONE!
While I am working on the integration of my grading system program in the school where I am working,
it requires me to be able lookup members additional information like parents, teachers, students, admins
or whatever to be linked and simplify the student linking process.

Check this mod/infusion if you want.

Version 1.0 Features
1. Users/Members can edit/modify their User Information by clicking the standard link to the edit_profile.php
2. Super Admin can view/modify any users/members from the Extended User Information Admin Panel.
3. Super Admin is able to determine who is already in the User Info table and what fields are empty or not.
4. Super Admin can send an e-mail informing site members who are not yet in the User Info database to sign-up
and edit their profile.
5. Super Admin can easily select from any users using the Member Selection list.
6. More Features to follow if I found it required.

Installation Notes:
Please make a backup of the files that you are going to edit.
Install this infusion/mod at your own risk.

1. Uncompress the content of the zipped files to the INFUSIONS folder of your PHP-Fusion Site

2. Open the edit_profile.php from the ROOT folder of your PHP-Fusion Site and
add the following at the bottom of the file as shown:
require_once INFUSIONS."extra_userinfo/member_entry.php";

The end of the file should look similar to this:

157 require_once INFUSIONS."extra_userinfo/member_entry.php";
158 require_once "side_right.php";
159 require_once "footer.php";
160 ?>

3. Go to the Administration Panel | System Admin | Infusions. Infuse the Extra Userinfo and you are done.