adding a category button to intermediate image page adding a category button to intermediate image page
 

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 a category button to intermediate image page

Started by Gephri, February 16, 2007, 02:10:02 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Gephri

Been trying to add a category button to the intermediate image page - but can not get the link to land on the catgory for the album images being viewed.

Any idea how to code this?

Joachim Müller

Try the variable $cat (make sure to set it global when calling from within a function). Might be an issue for meta albums tough, as they reside in no particular category.

Gephri

Closer...but not quite.
$cat takes me to:
/index.php?cat=-36 (which has a (-) in the address and is referencing an album rather than the category).

GauGau; know you're short with instructions - but right on when you give them - if you can provide anymore direction I'll try my best to work it out over here.