include anycontent.php on login page. include anycontent.php on login 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

include anycontent.php on login page.

Started by just_some_guy, August 14, 2007, 11:49:25 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

just_some_guy

Hello,

I have searched, but didnt find what i was looking for.

On my gallery i have it set to you have to login/register before you see the pictures etc. I would like to include a bit about the gallery before, you login/register. i have this content on anycontent.php how would i include this on the login page?

Thanks,
Tambien, Hablo Español      PHP - Achieve Anything
"The Internet is becoming the town square for the global village of tomorrow. " - Bill Gates
Windows 7 Forums

Joachim Müller

Not at all - anycontent only works on index.php. Use the custom header feature, or hard-code your stuff into login.php. You could of course  hard-codeinclude('anycontent.php');into login.php if you want.