associate special data with each user

By moh3 - August 27, 2010

hello to all,

i have a question about the member ship addon

i would like to associate special data specific for one user
for example i would like to show that user data related to him,like a phone bill how would i able to do such a thing

Re: [chris] associate special data with each user

By moh3 - August 27, 2010

hello chris ,thanks for your reply i have one more question
can i use external data that i pull from a different database say i have a already built database that already has phone bills how can i integrate that data with the membership addon,i have one idea in my head is by using a normal mysql query but how can i join the two together to pull out data

Re: [moh3] associate special data with each user

By Chris - August 27, 2010

Hi moh3,

You'll likely want to use custom SQL to do this. How you join depends on what data is available. Take a look at the cms_accounts table to see what fields are there. I'm imagining that you'll probably want to use email, username, or first_name+middle_initial+last_name. Alternately, you could add a new field to your CMS Builder accounts table.
All the best,
Chris