[ic] Custom Welcome message

Jerry Davis akopia@wireless-2000.com
Wed, 10 Jan 2001 18:29:03 -0800


----- Original Message -----
From: "Cameron B. Prince" <cameron@akopia.com>
To: <interchange-users@lists.akopia.com>
Sent: Wednesday, January 10, 2001 6:17 PM
Subject: RE: [ic] Custom Welcome message


> Sure. Add this just beside your data tag for the fname.
>
> [data table=userdb column=lname key='[data session username]']
>
> Good luck,
>
> Cameron
>
> > -----Original Message-----
> > From: interchange-users-admin@lists.akopia.com
> > [mailto:interchange-users-admin@lists.akopia.com]On Behalf Of Jerry
> > Davis
> > Sent: Wednesday, January 10, 2001 8:09 PM
> > To: Interchange-users@lists.akopia.com
> > Subject: [ic] Custom Welcome message
> >
> >
> > Interchange-4.6.1
> > RH-5.0
> >
> > Hello
> > I have been trying to make a 'custom' message when a customer logs in.
> > I would like to display his (or her) first and last name.
> > I am editing the /pages/index.html and have experimented with 'fname'
and
> > 'lname'
> > Question is:
> > Can the first and last name be displayed in the same line?
> >
> > [set component_vsize]3[/set]
> > [set page_banner]welcome back [data table=userdb column=fname key='[data
> > session username]']! [/set]
> > [set vbanner]Some of our fine products[/set]
> >
> >
> > Thanks
> > JD
> >
> >
> >
> > Jerry Davis
> > Transworld Network Inc
> > http://www.transworldnetwork.com
> > 310.781.7788
> > Interchange-4.6.1 Site:
> > http://www.firsttosearch.com
> > _______________________________


Thanks for the quick response:
I have tried the following but nada..
Maybe I should NOT be in the 'page_banner' area.
I don't know if it makes a difference.
JD
[set page_banner]welcome back [data table=userdb column=fname key='[data
session username]'][data table=userdb colume=lname key='[data session
username]'][/set]