I have a xmas theme category, it will launch when my site is redesigned. The thing is I wanted to put all the links in the Xmas category so I can just unhide the category and it will already be populated.
The problem is I have created a category called Christmas, and hidden it, but if I try to add a link the Christmas category does not show up, just all the visible categories.
So is it possible to add links to hidden categories?
Sounds silly but are you signed in as Admin with all the options ticked for viewing Hidden Categories. The reason i'm saying this is that i have a Admin and Member set up with different options, and have been in Member when trying to do something that requires Admin.
If you create a category, make it hidden and then go to that category and try adding a new item, does it give you the option to put it in that category or does it just list all visible categories?
I believe you can only submit a link to a category while it is hidden if you have the category selector on submission page switched off, since it would not appear on the selector.
Comments on Add Links To Hidden Category?
Forum Regular
Usergroup: Customer
Joined: Aug 14, 2005
Total Topics: 33
Total Comments: 107
Hi,
I have a xmas theme category, it will launch when my site is redesigned. The thing is I wanted to put all the links in the Xmas category so I can just unhide the category and it will already be populated.
The problem is I have created a category called Christmas, and hidden it, but if I try to add a link the Christmas category does not show up, just all the visible categories.
So is it possible to add links to hidden categories?
Thank you
Jon
Member
Usergroup: Customer
Joined: Oct 05, 2005
Total Topics: 10
Total Comments: 35
Sounds silly but are you signed in as Admin with all the options ticked for viewing Hidden Categories. The reason i'm saying this is that i have a Admin and Member set up with different options, and have been in Member when trying to do something that requires Admin.
HTH
Forum Regular
Usergroup: Customer
Joined: Aug 14, 2005
Total Topics: 33
Total Comments: 107
Hi,
Yeah I am logged in as admin.
If you create a category, make it hidden and then go to that category and try adding a new item, does it give you the option to put it in that category or does it just list all visible categories?
Thanks
Jon
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
I believe you can only submit a link to a category while it is hidden if you have the category selector on submission page switched off, since it would not appear on the selector.
Forum Regular
Usergroup: Customer
Joined: Aug 14, 2005
Total Topics: 33
Total Comments: 107
Cheers Paul, thanks.
Jon
Forum Regular
Usergroup: Customer
Joined: Aug 14, 2005
Total Topics: 33
Total Comments: 107
Hi Paul,
Is there an easy way to turn off category selector or do I have to turn it off for every category?
Either way how do I turn it off?
Thanks Again
Jon
Member
Usergroup: Customer
Joined: Oct 14, 2005
Location: Singapore
Total Topics: 11
Total Comments: 31
Can try something like this 'i think'
- Edit templates
- Suggest link
<IF {CATNAME} is Put_Your_Hidden_Cat_Here>
<input type="hidden" name="catid" value="{CATID}">{CATNAME}
<ELSE>
<IF {SWITCH_CATSELECTOR}><select name="catid">{CATSELECTOR}</select><ELSE><input type="hidden" name="catid" value="{CATID}">{CATNAME} </IF>
</IF>
Do backup before your try!!
Expert
Usergroup: Customer
Joined: Aug 19, 2005
Location: England
Total Topics: 391
Total Comments: 1303
Hi Jon
Another way is to simply change the usergroup for that category so that only admin can view
Jill
Forum Regular
Usergroup: Customer
Joined: Aug 14, 2005
Total Topics: 33
Total Comments: 107
Hi,
Excellent, thanks all!
jon