These forums are provided for community interactions only. For official support please submit a support ticket.

You are not logged in.

#1 2012-07-25 19:01:39

360icon
New Member
Registered: 2007-12-11
Posts: 6

Album ID

List the Album ID# in the main Album Listings page beside each Album Title

Offline

 

#2 2012-07-25 19:06:46

360icon
New Member
Registered: 2007-12-11
Posts: 6

Re: Album ID

ssp_director/images.php?album=10"

10

Offline

 

#3 2012-07-25 19:12:25

brandonguy
Veteran Member
Registered: 2008-02-07
Posts: 210

Re: Album ID

find albums_list.thml in the app/views/elements

change

Code:

e($album['Album']['name']);

to

Code:

e($album['Album']['name']); echo ' (id: '.$album['Album']['id'].')';

right after the line that says this:

Code:

<td class="title<?php e(ife($sort_key == 'name', ' sortchild')); ?>">

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson