I get a toplist showing data from a specified category, and now I want to hide this category from the public.
I tried hide the category option and/or removing the guest permission of viewing category, but this also disable the data of this category from guest view.
I also tried the if condition, but it doesn't work. - <IF {CID} is 795>display categories</IF>
Comments on How to display the content?
Forum Regular
Usergroup: Customer
Joined: May 14, 2006
Total Topics: 41
Total Comments: 103
Hi,
I get a toplist showing data from a specified category, and now I want to hide this category from the public.
I tried hide the category option and/or removing the guest permission of viewing category, but this also disable the data of this category from guest view.
I also tried the if condition, but it doesn't work.
- <IF {CID} is 795>display categories</IF>
Any help?
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Hide the category, and when generating your toplist specify to include hidden items.
Forum Regular
Usergroup: Customer
Joined: May 14, 2006
Total Topics: 41
Total Comments: 103
I hide the category id 792 and tried the following toplist, but not working.
<CONFIG>links,rand(),5,descending,catid=792,0,0,1</CONFIG>
how to include items from hidden category?
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Please use the toplist generator, it works when you use it. It gives me which indeed shows the links in my hidden category.