When using Views I can generally bypass the viewing permissions; allowing users to see UNpublished posts that are on the site. This works great on any view I create, but if I try to pass a user id as an Argument OR if I use a filter for current user, the View seems to default to only published posts. The site I'm working on allows registered users to post questions to the site, and I'd like them to be able to view a list of their posted questions. However, as it stands, I can only either A) Show them everyone's questions (even though they can only actually open their own - as the author), or B) Show them only their Answered (published) questions. The point of this being that these questions are also pushed through various Workflow states, so I'd like to show the user at what point their question is in.

Is there a way to override the View to show both published and UNpublished for a specific user id?

Comments

MustangGB’s picture

Issue summary: View changes
Status: Active » Closed (outdated)