Welcome to Geeklog, Anonymous Tuesday, March 19 2024 @ 03:30 am EDT

Downloads

Root : Add-ons : Hacks : 
snapshot
Category: Add-ons arrow Hacks
Tags: -
Date: 2005-04-16 21:11
Size: 6.04 KB
Version: 1.0
MD5: 5b60c54a7af0fa23497d18a99d996a18
Submitter: Blaine
Web: www.portalparts.com
Rating: 7.00(1)
Popularity: 2157   POP
Geeklog Custom Membership example with all needed code included.
This example will prompt a new user for additional fields when registering.
User Full Name and Graduation year

The Full Name is already a field that is maintained by Geeklog but not prompted for at registration time.
The Graduation Year is not and we will setup a new table to store this extra information.
Any new information should be maintained in a separate table and don't re-use or extend Core Geeklog tables.

Using the Custom Registration Feature requires some PHP and MySQL skills. This example in addition to
the notes and example functions in lib-custom should be sufficient to guide you in adding additional fields.