Re: If statments....

[email protected] (ViperWeb Consulting) Tue, 18 Nov 2003 21:07:17 +0000 (UTC)
Newsgroups gmane.comp.cms.xaraya.knowledge-base
Organization Xaraya News Server
Message-ID <[email protected]>
Thanks.... You all are the best.

Andy Varganov <[email protected]> wrote in
message<bpdtpm$62i$1-111RdWWlOxkOkXtL6OYfHgC/[email protected]>

> Doh! I should had checked NG before clicking send - two 'fast
fingered'
> ppl already posted the answers :-)
> well, there are plenty of RL examples of how to do it in default
> templates anyway :)
> Andy Varganov wrote:
> > something like this?
> >
> > <xar:if condition="xarUserIsLoggedIn()">
> >     <!-- show welcome -->
> > <xar:else />
> >     <!-- show login info -->
> > </xar:if>
> >
> > ViperWeb Consulting wrote:
> >
> >> How do I do if starments in templates?
> >>
> >> I want it to show the login infor for people not loged in and a
Welcome
> >> back for people loged in.
> >
> >