Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
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.
Comments
Comment #1
druvision commentedAllowing 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"
Comment #2
schnizZzla commentedIn 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.
Comment #3
schnizZzla commentedA toggle to apply watermark based on image gallery will be available, after code from 5.x-1.x-dev has been ported.
Comment #4
schnizZzla commentedduplicate of:
http://drupal.org/node/153995