¿it's posible to create a user acces link in a html page? ¿it's posible to create a user acces link in a html page?
 

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

¿it's posible to create a user acces link in a html page?

Started by djpillo, February 24, 2005, 04:06:57 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

djpillo

Hi ,i have coppermine integrated wich phpbb.

i have an Html Page, and i think that its there was any form,that for example i put in the index of my web a registration module, alink to identification zone?

Joachim Müller

hm, you want to output a link to a registration form on a plain html page? Well, go ahead, the code is<a href="the/link/to/your/registration/page.html">Register here</a>
If your question is wether you can have a registration form on a plain html page, the answer is: depends on your bbs, if they allow $_POST vars from other pages to go into their registration pages (most don't for security reasons). A plain html page can't "determine" if a user is already logged in anyway, so even for logged in users the form would appear, which is not a clever thing to have - the users would be in endless circles.
As all user management of coppermine is done by phpbb if those two apps are bridged, this is a phpbb question anyway, you better ask it on the phpbb support board.

Joachim

djpillo

HI,thanks for the respond.  i will go to ask in a phpbb forum.

that i want,is that in my index html apears a register

thanks

SALUD

Joachim Müller

This may be a language issue, I don't understand your reply. Just keep in mind that you can't have dynamic content on static html pages.

Joachim