I’m trying to set the category parameter in a channel tag based on the user that is signed in. In other words I want a user to automatically see entries from a specific category in that channel based on their sign-in. The channel is used for clients to preview video clips. For each entry made in the channel, a category designated for that client is assigned.
I have tried writing {IF} statements to set a variable to the category id based on the logged in user member id. But I don’t think it gets parsed soon enough to use in the channel tag. I’ve been looking for a plug-in. Anyone know of a good way to do this?