coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Miscellaneous => Topic started by: ebonyhunter on May 21, 2005, 02:46:49 AM

Title: adding text/links to specific gallery thumb page(s)
Post by: ebonyhunter on May 21, 2005, 02:46:49 AM
I've been searching this board and the online manual for two days trying to find an answer to this question before writing.  I want to add a short block of text and a banner or text  link with my affiliate re-sell code to a couple of specific gallery thumb pages only....located above the thumbs.

This is the page I want to add text/link content to:

coppermine/thumbnails.php?album=whichever I specify

Can I do this easily like I did on the index.php page using an anycontent.php additiion or is it done some other way?

Thanks in advance.
Title: Re: adding text/links to specific gallery thumb page(s)
Post by: ebonyhunter on May 25, 2005, 04:44:13 PM
I guess I'm not ever going to get an answer to this question.
Title: Re: adding text/links to specific gallery thumb page(s)
Post by: Nibbler on May 26, 2005, 06:13:53 PM
Add it as a custom header (described in docs) with a conditional based on the value of $_GET['album'].
Title: Re: adding text/links to specific gallery thumb page(s)
Post by: ebonyhunter on June 20, 2005, 02:15:38 AM
Quote from: Nibbler on May 26, 2005, 06:13:53 PM
Add it as a custom header (described in docs) with a conditional based on the value of $_GET['album'].

I couldn't find anything in the docs about custom headers.  Do you have a specific section you can direct me to?

Thanks.
Title: Re: adding text/links to specific gallery thumb page(s)
Post by: Nibbler on June 20, 2005, 02:19:26 AM
How do I add a custom header/footer to Coppermine? (http://coppermine.sourceforge.net/faq.php#customHeader)