Mailing List Archive

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
_______________________________

On The Weekends I work in the yard,
pick up the dog doo. Hope that it's hard.
Joe Walsh, Average Guy
_______________________________
Custom Welcome message [ In reply to ]
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
> _______________________________
>
> On The Weekends I work in the yard,
> pick up the dog doo. Hope that it's hard.
> Joe Walsh, Average Guy
> _______________________________
>
>
> _______________________________________________
> Interchange-users mailing list
> Interchange-users@lists.akopia.com
> http://lists.akopia.com/mailman/listinfo/interchange-users
Custom Welcome message [ In reply to ]
----- 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]
Custom Welcome message [ In reply to ]
[if session logged_in]
Welcome<BR>[value fname] [value lname]
[else]
..yada, yada, yada...


Works for me :)

Russ Smith
MediaServices Network, Inc

-----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:29 PM
To: interchange-users@lists.akopia.com
Subject: Re: [ic] Custom Welcome message


----- 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]



_______________________________________________
Interchange-users mailing list
Interchange-users@lists.akopia.com
http://lists.akopia.com/mailman/listinfo/interchange-users
Custom Welcome message [ In reply to ]
Ah... You should use [seti page_banner] instead of [set page_banner]...

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:29 PM
> To: interchange-users@lists.akopia.com
> Subject: Re: [ic] Custom Welcome message
>
>
> ----- 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]
>
>
>
> _______________________________________________
> Interchange-users mailing list
> Interchange-users@lists.akopia.com
> http://lists.akopia.com/mailman/listinfo/interchange-users
Custom Welcome message [ In reply to ]
Thanks to you guys..
works great..

JD


----- Original Message -----
From: "MediaServices Network" <support@mediaservices.net>
To: <interchange-users@lists.akopia.com>
Sent: Wednesday, January 10, 2001 6:42 PM
Subject: RE: [ic] Custom Welcome message


> [if session logged_in]
> Welcome<BR>[value fname] [value lname]
> [else]
> ..yada, yada, yada...
>
>
> Works for me :)
>
> Russ Smith
> MediaServices Network, Inc
>
> -----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:29 PM
> To: interchange-users@lists.akopia.com
> Subject: Re: [ic] Custom Welcome message
>
>
> ----- 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]
>
>
>
> _______________________________________________
> Interchange-users mailing list
> Interchange-users@lists.akopia.com
> http://lists.akopia.com/mailman/listinfo/interchange-users
>
>
> _______________________________________________
> Interchange-users mailing list
> Interchange-users@lists.akopia.com
> http://lists.akopia.com/mailman/listinfo/interchange-users
>