Hi, i have a journal/diary function on my site, every user have access to a blog that is only visible to themselves. I have implemented this by using the Blog(Multi user) module and the Node access permission module. This way i have made Blog entrys only visible to the author.
Now i am trying to make a View that displays all the blog entrys, a admin that access this view will see every entry. But a normal user will only see his own entrys.
I have applied the filters Content: Type (= Blog Entry (Multiple users)) and Content: Published or admin. This works fine for admins, they see all the blog entrys, but the users dont see anything at all.

First i thought that this was a problem with permissions, but i can access the correct entrys directly via url and the ones that are supposed to be inaccesible doesnt show.
Also i can access and view other content without problem, forum posts and such appear when i change the filter settings.

I have messed about alot with this without getting anywhere, does anybody have an idea of where the problem is?

Comments

svenlind’s picture

I fiddled around with this for a while. I tried the same setup with the built in Blog-module. It worked fine until i changed the permissions with Node view permission. It seems like the problem is the View-module interacting with the Node view permissions-module. Does anybody have any idea what could be done?