ZenphotoCMS Forum
How to disable Title edit - if Album is Root? - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: How to disable Title edit - if Album is Root? (/thread-6757.html)



How to disable Title edit - if Album is Root? - sketchy - 2010-03-11

Hi, i had a mod that i did in the old zenphoto that allowed me to disable the editability of an Album Title if it was a Root album and was NOT a sub-album.

IN: admin-functions.php

this is the OLD:
$disableEdit = $album->getParent() == null ? 'onFocus="this.blur();"' : ''; echo "Album Title: getTitle() .'" '.$disableEdit.';
this is the NEW:
print_language_string_list($album->get('title'), $prefix."albumtitle", false) ?>
how do i make this fit the new coding?
thanx!




How to disable Title edit - if Album is Root? - sketchy - 2010-03-11

got it:
`

`




How to disable Title edit - if Album is Root? - acrylian - 2010-03-12

print_language_string_list is not that new actually. If you don't use that you disable possible multilingual use of titles for those albums