which works great. But I want to exclude catid=5 I have tried all sorts of ways to try and filter it but can't get it to work - is it possible to exclude a category?
In case it isn't possible I then tried to filter it to catid=8 and all its sub-cats. But couldn't get that to work either!
Comments on Toplist - exclude category
Expert
Usergroup: Customer
Joined: Aug 19, 2005
Location: England
Total Topics: 391
Total Comments: 1303
I currently have...
<CONFIG>links,rand(),5,ascending,type='article',,,0,0,0,0,0,0</CONFIG>
which works great. But I want to exclude catid=5 I have tried all sorts of ways to try and filter it but can't get it to work - is it possible to exclude a category?
In case it isn't possible I then tried to filter it to catid=8 and all its sub-cats. But couldn't get that to work either!
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
type='article' AND catid != 5
Expert
Usergroup: Customer
Joined: Aug 19, 2005
Location: England
Total Topics: 391
Total Comments: 1303
Brilliant! Thanks Paul works perfectly