Adding Text only under images from a specific catergory Adding Text only under images from a specific catergory
 

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 only under images from a specific catergory

Started by taucher_0815, June 08, 2010, 09:39:20 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

taucher_0815

Hi @ all...
Me again...

What I want do to is the following:

I have several Categories with several albums in each of them. There is a way selling prints from an affiliate site. Users should be able to order these photos. So far this is no problem.

Only images from some specific categrories should display this link right under the intermediate image.

Any way to do this?

Link to my Site: http://www.sk-foto.info

Best regards
Sven

Αndré


taucher_0815

But how to limit the display of those links to specific categories?

Αndré

You always have access to the picture id (pid). If you follow the tree (picture - album - category - category - ...), you can determine in which category the picture is in. Then you have to specify where to display your content and check if the picture is in one of these categories.