include anycontent.php on login page. include anycontent.php on login page.
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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.