Posted by ithacaindy on October 30, 2010 at 3:30am
I have several feeds which create articles. I have a view which looks at the article author and determines whether to display. For instance, if the author is "Pets", it is not displayed. This allows me to review incoming feeds for the articles I want to publish. However, when the feed is created the author is assigned to me, causing every article in every feed to display immediately.
The only way I've found to stop this is to create an actual user, then set the feed's author to that user. I can create a virtual author. How can I avoid creating dozens of actual users? Thanks.