You want to display the whole category path instead of just the albums' parent category name, correct?
If so, open include/functions.inc.php, find
If so, open include/functions.inc.php, find
Code: [Select]
$options .= '<optgroup label="' . $indent . $row['name'] . '">' . $LINEBREAK;
and r...