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

elly’s picture

Meoowwww bump, any ideas anyone?

elly’s picture

bueller?

alex.k’s picture

Nice 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?

elly’s picture

Ah, 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.

zankster’s picture

Did 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.

elly’s picture

Nope, I never did get it to work, that project got shut down before I had to deal with that bit :/

alex.k’s picture

Status: Active » Closed (won't fix)

http://drupal.org/project/prepopulate will actually work for this, I think. Closing for now, as it's not a feature of UR.