I added a Taxonomy Term Reference Filter by Views to my website so that I can limit which terms an authenticated user can assign to their newly-created content via a Term Reference CCK field in a certain content type. It works great, but I need to be able to have that Term Reference filter apply only to authenticated users, and not to Admins. Basically, I want authenticated users to only be able to assign certain terms to their newly-created content, but I want admin users to be able to assign content to any taxonomy term they wish.
The reasoning behind this is that I have a single Taxonomy Vocabulary with a bunch of terms that I would consider either "current" terms (such as ongoing/upcoming events), and some that are considered "past" terms (such as archived/past events). I want to hide the "past" terms from normal authenticated users, yet still allow admin users to assign those "past" terms to content. It is important that all terms remain as children to the primary vocabulary.
Anyone here know how I can make this work?
Thanks!