Could it be possible to define if the Watermark is applied or not based on Taxonomy ?

Comments

druvision’s picture

Allowing wildcards on text watermarks as suggested on http://drupal.org/node/77460 would solve it. This would allow, for example, phases like "Copyright (c) by %author - http://www.example.com/clipart/user/%username - %taxonomy_name : %taxonomy_url"

schnizZzla’s picture

In this version you can toggle watermark for specific image gallery terms. image gallery module is needed for this.

I think it would be really nice to use views filter capabilities for that, it would be a more generic solution to reference a view that decides if a watermark applies. But the problem is that we create watermarks on upload, that is before a views filter could find the node.

So, on one hand, how much toggles or filters are really neccessary for a small module like this? On the other hand, a better taxonomy based filtering is imagineable.

schnizZzla’s picture

Status: Active » Patch (to be ported)

A toggle to apply watermark based on image gallery will be available, after code from 5.x-1.x-dev has been ported.

schnizZzla’s picture

Status: Patch (to be ported) » Closed (duplicate)