Closed (won't fix)
Project:
User Relationships
Version:
5.x-2.8
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Aug 2008 at 03:00 UTC
Updated:
16 Jan 2009 at 13:20 UTC
I want to allow users to edit each other's nodes by default, without the user having to edit the node's access info when they create a node. So, I never want the users to be able to choose whether their nodes are editable by users they've formed a relationship with; I never want them to have to see that "node access" fieldgroup on their node creation forms.Is this possible, and if so, can anyone point me to where or how I can set up User Relationships to work this way?
Comments
Comment #1
elly commentedMeoowwww bump, any ideas anyone?
Comment #2
elly commentedbueller?
Comment #3
alex.k commentedNice idea.
The module can't do it currently, unfortunately. One workaround would be to try using http://drupal.org/project/formdefaults to force permissions to be pre-checked, and hiding the fieldset through CSS. As a quickie perhaps http://drupal.org/project/alter_css can be used in place of a proper theme?
Comment #4
elly commentedAh, thanks. I have to write some custom hook_form_alter code for this content type anyway, so perhaps I'll just set the field as checked by default in there.
Comment #5
zankster commentedDid you get this to work? I think I am trying to do the same thing, but can't figure it out. I want the "View" checkbox to be automatically checked so the user doesn't have to manually check that box everytime he/she posts to a blog.
Comment #6
elly commentedNope, I never did get it to work, that project got shut down before I had to deal with that bit :/
Comment #7
alex.k commentedhttp://drupal.org/project/prepopulate will actually work for this, I think. Closing for now, as it's not a feature of UR.