It would be beneficial if the loading of follow links, along with the rendered css file, were more flexible.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

greenSkin created an issue. See original summary.

greenSkin’s picture

Here's a patch that allows the load query to be altered, as well as the CSS filename (both necessary for domain access support). A domain access follow module then needs only to, at minimum: add a domain_id field to the {follow_links} table (update unique keys to include the domain_id field); alter the load query to restrict results to ones assigned to the active domain; and alter the CSS filename to reflect the active domain.