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

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

¿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