Closed (fixed)
Project:
Domain
Version:
6.x-2.0-rc8
Component:
Documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Aug 2009 at 23:41 UTC
Updated:
30 Jan 2010 at 18:28 UTC
HI
Thanks for the module,
as per your documentation 'publish from assigned domain' permission is to create the nodes from the user's assigned domain, but it goes to default domain.
Thanks
Vinoth
Comments
Comment #1
agentrickardPlease reference the documentation you are referring to. Domain Strict is not relevant.
Users with this permission should be popped to their assigned domain when editing a node. If the domain requested is invalid or marked 'inactive' then this operation takes the user to the default domain.
Comment #2
vinoth.3v commentedHi
from the documentation "http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/domain/READ..." in ---- 3.1 Module Permissions section
================
-- 'publish from assigned domain'
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.
================
I have a valid/active user sub domain (vinoth.example.com), but if I am adding a node
(vinoth.example.com/node/add/blog) it redirects to example.com/node/add/blog
even I have selected 'publish from assigned domain' option.
Comment #3
agentrickardWhat domains are the user assigned to?
Comment #4
vinoth.3v commentedit was the users own subdomain only.
Comment #5
agentrickardMake sure the user is not also assigned to the default domain. This redirect function takes the first match f the user is assigned to multiple domains.
Look at the User admin screen to see the domain assignments for all users.
Comment #6
agentrickard