¿More than 1 anycontent.php? ¿More than 1 anycontent.php?
 

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

¿More than 1 anycontent.php?

Started by joelgomez, March 04, 2005, 07:48:02 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

joelgomez

I'm already using "anycontent.php" file, but I wish to add more information to my gallery. Should I create only another php file and "call it" from the "CONFIG / The content of the main page" section? What else to I need to do?

Regards,
Joel
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fwww.galeria4x4.com.mx%2Fphotos%2Fsignature_cpg.php&hash=0ca85f271c3cb7f46895832fc6e062b32ab897ca)

Joel A. Gomez
Amateur Photographer & Jeep Lover!
www.galeria4x4.com
fotos.joelgomez.com

jmc

#1
Hi, Joel!
This is pretty straightforward... Open your coppermine/index.php and search for                         case 'anycontent':
               if ($cat == 0) {
                   include('anycontent.php');
               }
               flush();
               break;

You can copy/paste this section and edit it to show something like
      case 'anycontent2':
               if ($cat == 0) {
                   include('anycontent2.php');
               }
               flush();
               break;


and this will give you a second "anycontent" area, which can be called in using the "content of main page" section of config. Repeat as many times as necessary!
Hope this helps.
John Mc
EDIT: Forgot to say... obviously you need to create a new document "anycontent2.php" etc etc... lol
I'm trying hard... at least!

joelgomez

JMC, thanks a lot!!! This is an amazing MOD!!! See it in action: www.galeria4x4.com
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fwww.galeria4x4.com.mx%2Fphotos%2Fsignature_cpg.php&hash=0ca85f271c3cb7f46895832fc6e062b32ab897ca)

Joel A. Gomez
Amateur Photographer & Jeep Lover!
www.galeria4x4.com
fotos.joelgomez.com