¿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:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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