Gallery module title field length
Posted: Tue May 10, 2016 4:03 pm
I'm using the Gallery 2.1.4 module, the image title is restricted to 100 characters through maxlength, is it possible to overwrite this?
Looking at the template editgallery.tpl it appears to be controlled by {$entry->title input} but I'm unsure as to what this relates to?
Thank you.
Code: Select all
<input type="text" class="cms_textfield" name="m1_filetitle[13]" id="m1_filetitle[13]" value="my text description" size="30" maxlength="100">Thank you.