The DART module already integrates with the context module to allow sites to hide DART tags based on a given condition (like path == 'a/b/c'). I think it would be very powerful to expand that context integration by adding another context "reaction" called DART site/zone which allows a user to override those values under certain conditions.

This would allow people to take advantage of all sorts of conditions provided by context AND it would not be dependent on taxonomy

Comments

gansbrest’s picture

That's an interesting idea, I'll give it some thoughts! Thanks

accessiveapps’s picture

Well .. sometimes you have a messed up path structure which is completely unrelated to taxonomy e.G.

example.com/news shows all articles posted in news
example.com/tech shows all articles posted in tech

example.com/article/my-path-to-tech-article has no taxonomy on it but belongs to tech.

I have this case right now and close to tear out my hairs :D

bleen’s picture

@patPrzybilla .... if you use the latest version of the Dart module with the Context module, you can easily specify the zone for a given path even if it has nothing to do with taxonomy