coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 (BBS) Integration / Bridging => Topic started by: djpillo on February 24, 2005, 04:06:57 PM

Title: ¿it's posible to create a user acces link in a html page?
Post by: djpillo on February 24, 2005, 04:06:57 PM
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?
Title: Re: ¿it's posible to create a user acces link in a html page?
Post by: Joachim Müller on February 25, 2005, 10:07:42 AM
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
Title: Re: ¿it's posible to create a user acces link in a html page?
Post by: djpillo on February 27, 2005, 03:01:03 PM
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
Title: Re: ¿it's posible to create a user acces link in a html page?
Post by: Joachim Müller on February 28, 2005, 08:38:45 AM
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