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

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.