Hi there,

I'm just a beginner on drupal though I do think I found a bug that has been troublling lot of people about domain access module.
As I haven't read all issues, I'm not so sure this was not addressed before but anyway, here is what i found :

After creating different domain names with the domain access module I tried to add specific content for them but all new articles always appeared on all front page of all domain names, even though I configured them to appear on specific domain names only. Actually just the "teasers" of these articles did appear, the whole content though was only available on the domain that it was saved for.

Well my conclusion is : the "promote to front page" basic drupal function override any domain access option. So all my "promoted" articles appear on all my front pages although they should only appear in the homepage of the specific domain I want them to appear.

There are ways (with views) to get around this problem but it would be very very cool to have a patch or something !
Thanks a lot
++

Comments

lafuenta’s picture

Component: User interface » Miscellaneous
lafuenta’s picture

hmm actually i think i found the problem... is it because I'm logged as administrator ?

croryx’s picture

Probably. Here is a full list of reasons why you might be seeing nodes when you don't think you should be able to: http://drupal.org/node/1172680.

lafuenta’s picture

well I think it's because I'm user 1 but the problem still remains cause I want other users to be able to promote or not the article on the front page (+ allow them to unpublish articles)

So i had to give them the permission "node : Administer content". I can't see a way around...

lafuenta’s picture

by the way, I already enabled Enforce Rules on Administrators but it still won't work...
I can't see another multiple node access module in my configuration : everything is basic !
Or is it possible that the internationalisation module interact baddly with domain access ? Actually I can see that article are published disregarding the language as well...
aaaa

agentrickard’s picture

Category: bug » support
lafuenta’s picture

issue fixed ! I had to rebuild permissions and clear cache a couple of times but it's back to normal... I really don't know what happened...
thanks

agentrickard’s picture

Status: Active » Closed (cannot reproduce)

Sometimes the node access table can get out of sync.

iVaibhav’s picture

Component: Miscellaneous » - Domain Settings
Status: Closed (cannot reproduce) » Active

I am also facing the similar issue, However, I have already cleared my Cache and rebuilt permissions
I am also opening the pages as an anonymous user and still seeing all articles on the home pages of subdomains.

please help

agentrickard’s picture

See https://drupal.org/node/1172680 and https://drupal.org/node/1096944

You probably have another node access module enabled.

agentrickard’s picture

Status: Active » Closed (cannot reproduce)
iVaibhav’s picture

Title: promote to front page override domain access rules » Promote to front page override domain access rules
Status: Closed (cannot reproduce) » Active

Hi !!!!

Thanks for replying .
Sorry for my Late response.

This issue still persists and I can show it to you. I have installed a fresh Drupal 7 Latest Version 7.12 with Domain Module version 7.x-3.3
This is a completely fresh install with Default Domain Modules and Domain Module.
This issue is reproducing and needs to be fixed.

I think We have a wiered Permissions Issue in this Module that only you all can help me with.

I have created Three Subdomains on a Test Domain Testerv7.tk

softwares.testerv7.tk
electronics.testerv7.tk
security.testerv7.tk

There are 4 contents each for all 4 domains.

I have published all content to frontpage of each subdomain.

Introduction Content ---http://testerv7.tk/?q=node/1 ----> published to all subdomains and is showing correctly.

Security Testing Content --- http://security.testerv7.tk/?q=node/5 ----> published to Security Subdomain not showing up

Electronics Testing Content--- http://electronics.testerv7.tk/?q=node/3 ---> published to Electronics Subdomain not showing up

Software Testing Content -----http://softwares.testerv7.tk/?q=node/2 -> published to Software Subdomain not showing up

All these content are published and promoted to Frontpage.

Only the First one is coming one and rest of them are not.

I get an Access Denied error until I am logged on as admin.

Either there is something wrong with Domain Module either I am missing out something very basic.

This Drupal Install is just for Testing and it has no extra modules installed that might conflict with permissions.
If you want to see the internals , I can show them to you as well. Let me know what you need.

Please Help...... as my Plan was dependent on the Domain Module but seems its not working...

iVaibhav’s picture

I guess , I was doing something really stupid.
I had enabled Domain Strict Module among all the other domain access submodules
This seemed to screw my Permissions Settings.
I believe results have started to show up
I will update my findings soon.

Thanks............

agentrickard’s picture

Status: Active » Closed (works as designed)

Domain Strict would explain the issues.

You really need to read https://drupal.org/node/1096944