coppermine codes coppermine codes
 

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

coppermine codes

Started by MLKE, February 08, 2005, 03:32:12 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

MLKE

i was wondering if there was a dictionary for the codes

ie: what does {ALB_INFOS} mean..

what im trying to do is remove the album title and navigation from the album page..

all i want to display is the thumbnails.

thanks

Tranz

Depending on the tools available, you can do a search through the source codes of files in a given folder. Dreamweaver can do it. Even windows can do a text search, but then you have to manually open the file to find the code once it finds the files for you.

MLKE

wouldn't it be in the theme.php file?

what i want to remove is the text at the top of the album

" Home > Album Name
Album Name "

i want to completely get rid of that

Hein Traag

Go to your coppermine gallery and then login as admin. Open the config page and remove "breadcrumb" as a option at the "The content of the main page" option. This removes that navigation option for the viewers.

Little snippet from the manuall (http://coppermine.sourceforge.net/manual.php) :
The content of the main page
This option allows you to change the content of the main page displayed by the script.

The default value is "catlist/alblist/random,2/lastup,2"

You can use the following "codes"

'breadcrumb': navigation inside the gallery (e.g. "home > category > subcategory > album")

MLKE

that somewhat worked.. it got rid of the navigation
but the album name is still there..