(Content editing forms:) *
(.)Take user to their assigned domain
I think an example may help to make this a complete explanation in the READ ME.txt
"Before being presented the editing form, users will be taken to the first domain assigned to their user account. This function is most useful when you users are only allowed to enter content from a single domain."
Eg. If a user is assigned to one.example.com when he clicks on content type under 'Create content'-->Story from another domain ,say two.example.com the user willl be spontaneously taken to content editing form at one.example.com/node/add/story instead of two.example.com/node/add/story.
An advantage of this option is the user assigned to one.example.com can not modify the URL of a content edit form shown to him (ie., one.example.com/node/add/story ) to match the URL of other domains ,say www.example.com/node/add/story and publish the content to that domain.
Please think of adding this to READ ME if its right
Also is there a handbook for domain access on Drupal...?
Comments
Comment #1
agentrickardThis is a great chance for you to learn how to write a patch ;-) http://drupal.org/patch/create.
Comment #2
nirvanajyothi commentedthank you for the link.I dont know why you sent me this...To create patches and diggin deep into drupal would be a tough call for me.
BTW i have learned to apply a patch now...Congrats to me!
Also to add ...A user assigned to the primary domain can post content to any domain by modifying the URL of content editing forms.
Comment #3
agentrickardLearning patches is a great step towards empowering yourself with Drupal. It will let you initiate feature reviews faster, since most developers like to review patches more than requests. You will also see great results because other users may download and test your patch.
If you can apply a patch from the command line, here's what you do.
1) Copy the README.txt to a new file README.new.txt in the same directory.
2) Make your edits to README.new.txt
3) Run the following command (or equivalent on your system):
Then you should have a patch file in your directory that you can upload here. This is a very safe first patch, since it is only documentation, so you cannot break the module :-).
Please open a different issue for that. This should not be true if 'Take user to their assigned domain' is checked.
Comment #4
nirvanajyothi commented"A user assigned to the primary domain can post content to any domain by modifying the URL of content editing forms."
Its true on my site. have posted as new issue here http://drupal.org/node/309350
thanks for teaching how to patch the Read me.will try it out tomorrow.bye .
-thank you
Comment #5
agentrickardTruncated to:
And committed to HEAD.
Comment #6
agentrickardAnd to 5.x
Comment #7
nirvanajyothi commenteda typo if its exactly gonna be in port
posts to be made to a single domainotherwise great!
Comment #8
agentrickardFixed again.
Comment #9
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.