View Single Post
Old 07-11-2004, 06:05 AM   #2
vinyl-junkie
Purple Mole
 
Join Date: Jan 2004
Posts: 694
Welcome to the forum, DawnMTeo.

To get rid of the drop-down menu, find this code in includes/config.php:
PHP Code:
define('DISPLAY_DROPDOWN',true); 
and change it to:
PHP Code:
define('DISPLAY_DROPDOWN',false); 
As for a search based on directories, read this thread.

Hope this helps.
vinyl-junkie is offline   Reply With Quote