By jasonsafro on
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
not saving properly
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
yep
yep, that's it. I've changed that.
Thanks!
help
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!
updated
just update your usernode module, the latest version incorporates this fix.
Similar problem in 5.1 ?
Hi,
i created a view of users with usernode module installed, and anonymous users did not see content, any suggestions ?
Markus