[solved]: how can i take the template out but leave [solved]: how can i take the template out but leave
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

[solved]: how can i take the template out but leave

Started by bit bit spears, February 14, 2004, 07:46:03 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

bit bit spears

How can I make this login page defined in coppermine, but not use the coppermine template-i need to use it for a separate login page:

http://tangiblebrit.com/archive/login_box.php

I just want to see this content:

username : [           ]
password : [            ] login

How would i remove the template from this page-and leave it as defined in coppermine so i can login using this page?

(it is going to be an iframe)

Joachim Müller

take a look at the html output of the login page - delete everything that's not within the <form>...</form> tags and put this code on any other page. Modify the form's target to specify the window/frame name coppermine should appear in and you should be done...
Could it be that this posting of yours is somehow related to your other posting on login page? Are your trying to double post :??
On the other thread you asked why I'm so rude... Maybe I may (very nicely and not being rude at all) remind you of board rules...? :wink:

GauGau

bit bit spears

i am not double posting, nor am i trying to-this is totally unrelated.

i want my own login page, now that it works, i was wandering how to remove the template that gets automatically set on it because it is defined in coppermine:

how do i keep it defined in coppermine, but not using that template, i just want that html form to show.

Joachim Müller


bit bit spears

ok-when i remove everything but the form, it still shows the coppermine template, i don't want that to show, all that i want to show is the form, but it has to be defined in coppermine in order to log you in. and when you take out the defined in coppermine it says:

Not In Coppermine...

And it has to be defined in coppermine to get you logged in...

Joachim Müller

I tried to bypass the login screen you set up (with above mentioned data), but I couldn't. If you posted a deep link to a page that doesn't require me to login I'd look into your html and copy'n paste the stuff you need. I will not struggle with your non-working login box at the entrance any more.

GauGau

bit bit spears

i decided to revamp the layout and everything and remover the entire template-i used the if user thing to protect everything, and now the gallery looks great-although i just need alittle more help with some stuff, but thats in other threads!:)  :wink:

Joachim Müller