Put Album Name in template? Put Album Name in template?
 

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

Put Album Name in template?

Started by Hirsch, June 24, 2012, 04:16:24 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

Hirsch

Greetings --

Having searched the documentation and the forums, I cannot see a way to do this (it is completely possible my search parameters were wrong when searching the forum, but I did try):

I cannot find a way to modify the template and automatically insert the album name or album description for an album. I looked at the theme tokens, and while I can have the gallery listed, I really am looking for the album ...

Thanks in advance,

Ken Mayer

Hirsch

A minor note, on the thumbnail pages the album name appears, I would like to have it appear on the (intermediate) photo pages as well.

ΑndrĂ©

Quote from: Hirsch on June 24, 2012, 04:16:24 PM
insert the album name or album description for an album
I guess you want to display the album name/description somewhere in the gallery, right? If so, what exactly do you want to display where?


Quote from: Hirsch on June 25, 2012, 12:23:05 AM
I would like to have it appear on the (intermediate) photo pages as well
The album name is always displayed in the breadcrumb. Please post a link to your gallery, maybe you've removed it.

Hirsch

As noted, it does appear on the Thumbnail page, but not on the "intermediate photo" pages. If click a thumbnail, I get the details (description, title, etc.) as entered by the user, but not the album title. I was hoping to be able to display it on each of those pages.

Here is a link to the gallery. I don't think I removed anything that has to do with the album name.

http://history.westkingdom.org/Coppermine/

lurkalot

#4
Quote from: Hirsch on July 04, 2012, 08:30:38 PM
As noted, it does appear on the Thumbnail page, but not on the "intermediate photo" pages. If click a thumbnail, I get the details (description, title, etc.) as entered by the user, but not the album title. I was hoping to be able to display it on each of those pages.

Here is a link to the gallery. I don't think I removed anything that has to do with the album name.

http://history.westkingdom.org/Coppermine/

It's a CSS problem.  The linktree is there but you can't see it because the colour is the same as it's background. ;)  Click and drag your mouse over the blank area to highlight it as per my screengrab, try it with the default theme and you'll also see it. 

Default Curve theme.  http://history.westkingdom.org/Coppermine/index.php?theme=curve

Reset to your theme, http://history.westkingdom.org/Coppermine/index.php?theme=WK_History

The album name is also in the file info below the intermediate pics, so you could make this show by default. ;) 

themes/WK_History/style.css  around line 539 change colour as required. ;)

.statlink a {
    color: #FFFFFF;
    text-decoration: none;
}


 
Running SMF 2.1.4  / Tinyportal 3.0.1, bridged with Coppermine 1.6.25, plus cpmfetch 2.0.0

Hirsch

Ah, I see. White on white, not the best color combination. Thanks ... I can fix that, now that I know where it is.