I may have overlooked it but where is the switch, tick box or setting to remove the empty message text?
e.g. in template_functions we have
function printAlbumDesc($editable=false, $editclass='', $messageIfEmpty = true ) { if ( $messageIfEmpty === true ) { $messageIfEmpty = gettext('(No description...)');
How do I set $messageIfempty to false? (other than add text of course)
Basically if there is no text then don;t show anything.
Thanks
GW