deladriere
|
| Posted: 09/03/2001, 12:48 AM |
|
I have a login page befor the default page
the problem is that my header has link to other page and I see the header on
the login page
so user can use the header link to non protected page
if i protect all page it ask for login for each of them
I wish to de-activate the header on the login page
how can i do this
thx
|
|
|
 |
Alexey Alexapolsky
|
| Posted: 09/03/2001, 1:50 AM |
|
if you use templates , try this code in Login page/Login form/Events/Open :
SetVar "Header",""
if you use PHP
$tpl->set_var("Header","");
--
Alex
Ceritfied CodeCharge Developer
Develop database-connected web sites
without coding: http://www.codecharge.com
ASP, ASP.NET, PHP, JSP, Perl, ColdFusion
deladriere <jean-luc@petillant.com> wrote in message
news:9mvckt$963$1@news.codecharge.com...
> I have a login page befor the default page
> the problem is that my header has link to other page and I see the header
on
> the login page
> so user can use the header link to non protected page
> if i protect all page it ask for login for each of them
>
> I wish to de-activate the header on the login page
> how can i do this
> thx
>
>
>
|
|
|
 |
deladriere
|
| Posted: 09/03/2001, 3:01 AM |
|
I have tried but still see the header (working with asp & template)
thx
"Alexey Alexapolsky" <alexa@codecharge.com> a écrit dans le messagenews:
9mvg8n$elu$1@news.codecharge.com...
> if you use templates , try this code in Login page/Login form/Events/Open
:
>
>
> SetVar "Header",""
>
> if you use PHP
> $tpl->set_var("Header","");
>
> --
> Alex
> Ceritfied CodeCharge Developer
> Develop database-connected web sites
> without coding: http://www.codecharge.com
> ASP, ASP.NET, PHP, JSP, Perl, ColdFusion
>
> deladriere <jean-luc@petillant.com> wrote in message
>news:9mvckt$963$1@news.codecharge.com...
> > I have a login page befor the default page
> > the problem is that my header has link to other page and I see the
header
> on
> > the login page
> > so user can use the header link to non protected page
> > if i protect all page it ask for login for each of them
> >
> > I wish to de-activate the header on the login page
> > how can i do this
> > thx
> >
> >
> >
>
>
|
|
|
 |
guest
|
| Posted: 09/03/2001, 3:01 AM |
|
In codecharge.discussion, "Alexey Alexapolsky" <alexa@codecharge.com> wrote:
=> if you use templates , try this code in Login page/Login form/Events/Open :
=> if you use PHP
=> $tpl->set_var("Header","");
Thanks for all your helpful posts here. I happily learning lots about
CC and love the program.
However, I too have this problem (registered 2.0beta5 using
PHP&templates) with a "menu" type form in my form named "header" in my page
named "header" which is set as the "Header Page". Using this approach above
does not seem to work for me (using either "Header" or "header"). Did I
misunderstand?
TIA.
- Don
|
|
|
 |
deladriere
|
| Posted: 09/05/2001, 2:08 AM |
|
Alex
any idea how to do it ?
tia
"deladriere" <jean-luc@petillant.com> a écrit dans le messagenews:
9mvkeh$l0u$1@news.codecharge.com...
> I have tried but still see the header (working with asp & template)
> thx
>
> "Alexey Alexapolsky" <alexa@codecharge.com> a écrit dans le messagenews:
> 9mvg8n$elu$1@news.codecharge.com...
> > if you use templates , try this code in Login page/Login
form/Events/Open
> :
> >
> >
> > SetVar "Header",""
> >
> > if you use PHP
> > $tpl->set_var("Header","");
> >
> > --
> > Alex
> > Ceritfied CodeCharge Developer
> > Develop database-connected web sites
> > without coding: http://www.codecharge.com
> > ASP, ASP.NET, PHP, JSP, Perl, ColdFusion
> >
> > deladriere <jean-luc@petillant.com> wrote in message
> >news:9mvckt$963$1@news.codecharge.com...
> > > I have a login page befor the default page
> > > the problem is that my header has link to other page and I see the
> header
> > on
> > > the login page
> > > so user can use the header link to non protected page
> > > if i protect all page it ask for login for each of them
> > >
> > > I wish to de-activate the header on the login page
> > > how can i do this
> > > thx
> > >
> > >
> > >
> >
> >
>
>
|
|
|
 |
|