
Originally Posted by
djr33
This is very complex and there will be no easy answer. Your "membership script" is a piece of code that does not allow what you want. You could try to modify it, but modifying existing code to a great degree can be very complex. At the very least you would need to show us how that works (for example, the database structure).
In the end it may just be easier to rewrite the entire setup rather than customizing. This all depends on how "open" the code is to modification. If it is very well written and documented it may not be hard at all. If it is messy and unclear then it will be very hard.
The basic method you described is right: create new places in the database to store info and link that to the members as needed. Then insert data as needed. Of course the real question becomes how to structure and organize all of this, not the individual commands.
Bookmarks