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
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.
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
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")
that somewhat worked.. it got rid of the navigation
but the album name is still there..