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?
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
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
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