Photo Album?

Is there a way to hide filename of the photos in albumview. So it is only the photos is showing?

  • I guess you are referring to the album view of the Tidypics plugin. You can modify the view tidypics/views/default/object/image/summary.php to suit your requirements like changing the line

    echo elgg_view_module('tidypics-image', $header, $body);

    to

    echo elgg_view_module('tidypics-image', '', $body);