Advanced search  

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

Pages: [1]   Go Down

Author Topic: Category list in displayimage.php  (Read 2881 times)

0 Members and 1 Guest are viewing this topic.

castrated

  • Coppermine newbie
  • Offline Offline
  • Posts: 2
Category list in displayimage.php
« on: September 29, 2004, 02:14:19 pm »

Hi,
Just a quick thanks for the great gallery. I am trying to edit displayimage.php to use different viewers for different categories. I managed to get it working with albums using                                  switch ($album) {
                                          Case 7:
                                          Case 10;

but I need to use it to reference categories. Something like "if ($cat != 2) {" doesn't seem to work.

Any help is much appreciated.

Thanks.
« Last Edit: September 29, 2004, 02:34:54 pm by castrated »
Logged

Casper

  • VIP
  • Coppermine addict
  • ***
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 5231
Re: Category list in displayimage.php
« Reply #1 on: September 29, 2004, 05:09:57 pm »

There is a hack to do this, but making the changes in include/init.inc.php.  See http://forum.coppermine-gallery.net/index.php?topic=3138.0
Logged
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

castrated

  • Coppermine newbie
  • Offline Offline
  • Posts: 2
Re: Category list in displayimage.php
« Reply #2 on: September 29, 2004, 05:40:40 pm »

Hi Casper,

Thanks for the help, my PHP is improving but is still a bit sketchy . I think I was a little unspecific in what I am trying to do.
I have some images in certain categories that I want to open in a java viewer. I have managed to get this working when the fullsize popup opens but I don't want all the images opening in the java popup since some are standard images, so if I seperate them into categories then I can specify which popup will open for each category. The "switch ($album) {" is working fine but I will have to specify each and every album. The intermediate view does not seem to recognise the command "if ($cat != 2) {".

Thanks again,

Craig


« Last Edit: September 29, 2004, 06:49:25 pm by castrated »
Logged
Pages: [1]   Go Up
 

Page created in 0.018 seconds with 20 queries.