adding text/links to specific gallery thumb page(s) adding text/links to specific gallery thumb page(s)
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

adding text/links to specific gallery thumb page(s)

Started by ebonyhunter, May 21, 2005, 02:46:49 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ebonyhunter

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.

ebonyhunter

I guess I'm not ever going to get an answer to this question.

Nibbler

Add it as a custom header (described in docs) with a conditional based on the value of $_GET['album'].

ebonyhunter

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.