Posted by Reference-Rebecca on December 5, 2012 at 9:25pm
Our installation of Drupal has multiple microsites, but with the same taxonomies and content types across all sites.
main site: www.oursite.com
microsites: www.oursite.com/microsite1
www.oursite.com/microsite2
www.oursite.com/microsite#
So I want to create a View on microsite4 that would pull all content:taxonomy = term3.
Is it possible to do this?
In other words, I want to display on microsite4 any content that has been tagged with term3 from any other microsite.
I have the same permissions on all microsites, but not on the main site.
Thanks for any help.