2014-02-14, 04:52:20
(2013-05-18, 17:06:36)mvlcek Wrote:(2013-05-18, 10:40:47)allytheartist Wrote: Is there a not-too-complicated way to tweak the code of the gallery to get it to make the image's file name automatically be the title?
In plugins/i18n_gallery/browser/imagebrowser.php add the following before the <script> tag:
Code:<?php foreach ($metadata as &$m) if (!@$m['title']) $m['title'] = basename($m['url']); ?>
Thanks so much for the ridiculously quick reply! Worked like a charm, of course. Love the plug-in :-)