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: Excluding entire category from meta albums?  (Read 2195 times)

0 Members and 1 Guest are viewing this topic.

dills84

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 43
Excluding entire category from meta albums?
« on: March 06, 2009, 05:03:50 pm »

Hi there, I was just curious if anyone knew of a quick way to remove an entire Categorys albums from being displayed in the meta albums (lastup,lastcom,ect...). I tried using the "unwanted_metas" plugin, but i'd rather just have the gallery exclude it automaticly so i dont have to keep adding albums manually.

I tried changing this code in index.php
Code: [Select]
$result = cpg_db_query("SELECT description FROM {$CONFIG['TABLE_CATEGORIES']} WHERE cid = '$cat'");
To

Code: [Select]
$result = cpg_db_query("SELECT description FROM {$CONFIG['TABLE_CATEGORIES']} WHERE cid = '$cat' AND !cid = '41'");category ID 41 is the cid i'm trying to ignore from the query. But only being a php novice this didnt work. And i got a database error whenever i clicked on a thumbnail view page.

Any suggestions? Thanks!
Logged
Pages: [1]   Go Up
 

Page created in 0.016 seconds with 19 queries.