Needs review
Project:
Domain XML sitemap
Version:
7.x-1.0-beta2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Feb 2011 at 17:56 UTC
Updated:
17 May 2018 at 16:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jwilson3Subscribe.
Comment #2
vasrush commentedI would love that feature too.
Comment #3
AgaPe commentedYes, very needed.
Comment #4
emfabric commentedI don't use the domain taxonomy module. In my case, I have distinct vocabularies for each domain. If you add a custom module to your site, it's relatively easy to prevent an entire vocabulary's worth of terms from being included in a given domain's sitemap.
The code from my site's module:
I don't know if this is what anyone is looking for, but perhaps it will be helpful.
Comment #5
Anonymous (not verified) commentedHi,
I have borrowed some code from the domain access module and from the above and have come up with the below, I am using two domains at the moment.
Comment #6
jinhcc commentedIs it possible to make this module support domain taxonomy in D7?
Comment #7
panthar commentedHere is an easier solution, and could easily be applied to the module, instead of a custom module in #5:
Change
TO:
Comment #8
rsvelko commentedcode from #7 in a patch attached
Comment #9
rsvelko commentedComment #10
Greg Varga commentedI appriciate this is super old but wanted to confirm that the patch in #8 works perfectly. Thank you.
Comment #11
farse commentedI am having the opposite problem of no taxonomies showing up. I can see they are indexed but I don't have taxonomy domain enabled so would just like them all to show up by default!
Have tried replacing 'domain_taxonomy_access' table with 'taxonomy_term_data' with no conditions but that doesn't seem to change anything.
Update: I found out what was wrong and fixed it. I am also using 'domain_locale' module and altered the query and that was the one that excluded the taxonomy. I am posting my working queries here (sorry if not completely related to domain taxonomy)