Hello/Hi/Greetings,
Where do most people put their photo licensing information (Creative Commons etc) on their Piwigo? I could only think of the description field.
Also, is there a plug-in which will auto populate the same text for all the photos?
Hi ! Have a look at these 2 plugins and choose the one that complies with your needs :
- Simple copyright : https://fr.piwigo.org/ext/extension_view.php?eid=839
- Copyrights : https://fr.piwigo.org/ext/extension_view.php?eid=537
Offline
Thanks. Simple Copyright is perfect for me. I was searching for “license” in the plugin page.
Simple Copyright didn't work for me, it always displayed All Rights Reserved as Copyright, regardless whether I chose a different default license and even if the image's IPTC CopyrightNotice / license field 2#116 has different content, whereas that is displayed with $conf['show_iptc_mapping'] as image's metadata.
Until I found out that happens when "Turn recognizable license label in Copyright metadata into a link to that license details" is enabled because the field's content does not match anything that Simple Copyright is looking for for recognition, i.e. does not contain one of BY-NC-ND, BY-NC-SA, BY-NC, BY-ND, BY-SA, BY, CC0 or public or customlabel strings. Switching that feature off it displays the actual field content.
Submitted as [Github] piwigo-plugin-simplecopyright issue #22
Offline
Thanks. But it didn’t work out between me and Piwigo and I have moved on. I hope this is useful for someone else.