First up we absolutely love Open Atrium!
Your module was the missing link for our company. So when I came across it a couple of days ago we were super happy. However we have run into a little issue (we are using the latest version of Open Atrium v1.0):
- With your module installed and the updating of the "notifications_team_users_custom" when going to a node edit form we have the opportunity as expected to make it private. When clicking this check-box the team members decrease (as expected) to show only the members with the permission access. All good so far. However everyone in the group can see the post when published :(
- Now I then decided to install a module you had recommended "Module Grants" and all of a sudden the private content was indeed private and only the members with this access could see them. However all view, edit links for all nodes (private or not) disappeared, which of course was not ideal.
I did run the "Rebuild Permissions" but to no luck. I hope this gives enough information to help find a solution or patch for my issue as I see this being an invaluable feature for Open Atrium.
Cheers
Gster
Comments
Comment #1
glynster commentedQuick update,
I just performed a fresh install of Open Atrium and then installed OG Private Content and the end result was no luck again. I thought it may have been another module or some form of a conflict.
Comment #2
glynster commentedAny help or guidance would be greatly appreciated.
Comment #3
mikebell_ commentedAlso seeing this issue on a v1.0 atrium setup.
Comment #4
glynster commentedAh OK so confirmed, did you see anything else? Any idea as to what could be done to fix this?
Comment #5
glynster commentedAny thoughts anyone as to help resolve this issue?
Comment #6
zenzhu commentedI hit the same situation, is there any one figure this out?
Comment #7
bradleyg commentedlook in og_private_content.module for
'priority' => 0,
give it a higher priority. setting it to 10 was sufficient for me:
'priority' => 10,
there are 2 places to change
Comment #8
kyousef70 commentedIt works good with me but I get the following warnning when I post private blog:
"warning: Invalid argument supplied for foreach() in /var/www/sites/all/modules/og_private_content/og_private_content.module on line 238."
any suggestion?
Comment #9
ccurwen commentedI'm getting the same error...
Comment #10
discipolo commentedguess this still needs to become a patch and the reported new error needs investigating