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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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.