Hi,
when I upload an image I have to select the album where I want to put it.
The albums are included in the respective categories... Is possibile to see only the Album order by name and not the categories?
It would be simpler to insert the photos...
Thank you very much...
As far as my coding skills go i think it is this section in searchnew.php which needs editing.
// Create the nicely sorted and formatted drop down list
$alb_cat = '';
foreach ($listArray as $val) {
if ($val['cat'] != $alb_cat) {
if ($alb_cat) $select .= "</optgroup>\n";
$select .= '<optgroup label="' . $val['cat'] . '">' . "\n";
$alb_cat = $val['cat'];
}
$select .= '<option value="' . $val['aid'] . '"' . ($val['aid'] == $sel_album ? ' selected' : '') . '> ' . $val['title'] . "</option>\n";
}
if ($alb_cat) $select .= "</optgroup>\n";
}
return "\n<select name=\"$id\" class=\"listbox\">\n$select</select>\n";
}
Don't have time to try something at this moment. Will try later on.
In the meantime, should you want to try anything yourself.. make a backup of the file first.
Hein
Ok... I'll try... the problem is that i'm italian so the search is not so easy... I hope to find it.
thank you...
If you know some discussion that can help me please write here the link...
Sorry, I didn't find what i'm looking for...
Anyway, where can i find info that could help me?
Thank you very much...
Thank You very much....
http://coppermine-gallery.net/demo/cpg14x/docs/faq.htm#lamesupport
Option 2 applies to you most.