 |
| Author |
Message |
FCBarcelonaweb
Joined: 20 Jan 2006 Posts: 21
|
|
Skip or ignore a category |
|
Is there anyway i can tell cutenews not to display a category?
|
|
| Tue Mar 21, 2006 10:41 pm |
|
 |
Guest
|
|
|
Please login to hide the ads.
|
|
|
|
 |
FI-DD
Admin

Joined: 22 Sep 2005 Posts: 2818 Location: Germany |
|
|
|
Try to open show.news.php and find this:
 |  | $query = $sql->select(array( |
add above:
 |  | $where[] = 'and';
$where[] = 'category !~ %1%'; |
Replace 1 with your category's ID.
|
|
| Tue Mar 21, 2006 11:37 pm |
|
 |
FCBarcelonaweb
Joined: 20 Jan 2006 Posts: 21
|
|
|
|
That makes the article invisiable. I only want to the article to be invisiable unless i go to its category page (index.php?category=6)
|
|
| Wed Mar 22, 2006 6:09 pm |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
|
 |
 |
 |
|