Customizing Beyond the Config Customizing Beyond the Config
 

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

Customizing Beyond the Config

Started by justinforDVD, March 12, 2005, 08:12:49 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

justinforDVD

I would like to seperate the "Random files"  and "last Addtions"  from the gallery page.  I only want to present the Categories and Albums.

I would also like to seperate the Categories so they are not desplayed on the same page.  So I would create a menu page that has Cateogry 1 and category 2 and navigate to the respective Albums in that category.

How can I do this?

Casper

This is done in config.

find ' Show first level album thumbnails in categories' and set it to 'NO'.

Then find 'contents of main page' and remove '/lastup,2/random,2'
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

justinforDVD

Thank you for the reply.  I am still trying to figure out  how to seperate the gallery "modules" across seperate pages of my web site.  I found an eample of this at this site:

http://www.netkushi.com/gallery2/thumbnails.php?album=lastup&cat=0

currrently whe I modify the config file I am only allowed to modify the main page.  I am looking for some sort of "include tag" or something to place random images on home page,  last added on another page, etc.

ALso, some of the pages I would like to include are not in the same directory as the coppermine directory but are in the same public directory.
This is simply a legacy thing and not by design.

Thanks ahead!

Joachim Müller

to display coppermine content on non-coppermine pages, there are several mods. Take a look at the mods/hacks board; I recommend the CoppermineFetch mod.

Joachim