These forums are provided for community interactions only. For official support please submit a support ticket.
You are not logged in.
List the Album ID# in the main Album Listings page beside each Album Title
Offline
ssp_director/images.php?album=10"
10
Offline
find albums_list.thml in the app/views/elements
change
e($album['Album']['name']);
to
e($album['Album']['name']); echo ' (id: '.$album['Album']['id'].')';
right after the line that says this:
<td class="title<?php e(ife($sort_key == 'name', ' sortchild')); ?>">
Offline