PDA

View Full Version : How To Display External Table's Data


nyksjqi
05-24-2003, 08:52 PM
I created another table for additional cusotmer information. How can I display it after user signed in? Where can I customize the code?

nyksjqi
05-26-2003, 10:41 AM
I realized that adding a new table is not a good way to add more customer information. Instead, I added additional fields into the member table. I could display the additional fields in the profile page, as instructed in FAQ.

However, I still couldn't figure out how to display these additional fields right after member signed in, in the member.html page.

Alex, is this doable?

nyksjqi
05-26-2003, 12:45 PM
I find out the answer from FAQ by using {$smarty.session._amember_user.min_search}.

Good FAQ!