Has anyone worked on integrating a "membership database" to Threads? I'm looking at something that could be used for online updating of member data for approximately 8,000 members. Initially only looking for simple reports and mailing labels.
Is there an off-the-shelf package that gets good ratings for doing this? And is there a hosting company that anyone recommends? Lastly are any developers here engaged in this type of support already?
_________________________
Bill Barker Issaquah, Wa
So, I've already hosted my Threads site at webintellects. What I'm looking for now is information on any "turn key packages" that might be available.... or anyone who does this for a living (full or part time).
My needs are to add a "membership" database for online access of limited member data in order to produce mailing labels and reports.
Ideally I'd like to also link this to the Threads database in order to manage the two user accounts together.
_________________________
Bill Barker Issaquah, Wa
#312893 - 01/24/0703:55 PMRe: Integrate Membership Database?
[Re: Bill B]
AllenAyres
I type Like navaho
Registered: 03/10/00
Posts: 25434
Loc: Texas
hmm.. so basically you are wanting to make mailing labels off the threads member data. The location info would need to be worked out and people would need to use their real names in one of the fields unless you would be ok with mailing "Gizmo" or "drkknight"
What if you had a second MySQL db running and loaded it with the real users names and addresses, and then included a field which matched the USER NUMBER to the one in the Threads db. That would "link" the records together.
But actually I want it to work in reverse, where I add a flag (eg. Paid up member="yes") to the user db, and then when they logged into Threads, it would authorized them depending upon the state of the paid-up member status.
So.. would two databases be a good way to go?
_________________________
Bill Barker Issaquah, Wa
#312937 - 01/27/0711:14 PMRe: Integrate Membership Database?
[Re: Bill B]
Gizmo
Wizard
Registered: 01/10/00
Posts: 5123
Loc: Portland, OR, USA
UBB 7.2 will include "some sort of" a paid membership option utilizing PayPal (iirc from rick's stating at ubbcentral); but if you're wanting to go the route i'd go with a seperate table indicating new information (no real reason to utilize a second database) then you could just link/join things; however it'd be integrating those options into UBB.T which would be your hurtle, pulling data from the UBB.T databases to a 3rd party script would be easy.