Download & Extend

how to include private nodes in view's rss feed

Project:Private
Version:6.x-1.1
Component:Miscellaneous
Category:feature request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

I want to have an RSS feed that includes private nodes and non-private nodes. However, since the integration is down so deep, there doesn't seem to be a way to bypass the private flag to allow people to see private nodes in a 3rd party RSS aggregator. Is this possible?

My first thought is to take a look at the view and query hooks, and add a view hook for bypassing the privacy check added in the query hook. So then in my view's RSS feed I could set that bypass and the query for that would ignore the private flag completely. Maybe I'll try that can post back here if I have any success. Thanks.