I made a view of my users using the Views and Usernode modules. The view works great for authenticated users. But, no usernodes show up in the view for anonmous users.

In Views, I made user that the view is accessible to all roles. In profiles, I made sure that the fields being displayed are public. I don't see anything applicable in access controls or the Usernode content type configuration options. How can I make my usernodes visible to the anonymous users?

Comments

moshe weitzman’s picture

probably, usernode is not calling nodeapi('submit') before saving the node. thats where og would add the 'public' flag and thus the right node_access records would get written ... this is not a problem in 5.0

fago’s picture

yep, that's it. I've changed that.
Thanks!

spazfox’s picture

I'm having the exact same problem, but am not an expert coder. Could you share exactly where and what you changed to correct this? Thanks!

fago’s picture

just update your usernode module, the latest version incorporates this fix.

pallo’s picture

Hi,

i created a view of users with usernode module installed, and anonymous users did not see content, any suggestions ?

Markus