Ok, I found
addbutton($sub_menu_buttons,'{SEARCH_LNK}','{SEARCH_TITLE}','{SEARCH_TGT}','search','');
in the sample theme.php and went to my theme.php and put
// addbutton($sub_menu_buttons,'{SEARCH_LNK}','{SEARCH_TITLE}','{SEARCH_TGT}','search','');
but the button is still there. Can anyone help?
http://www.cbrush.net/coppermine/index.php
Ok I've read some more posts and figured out how to remove certain elements in coppermine. You copy and paste from the sample theme.php to your theme.php starting from:
// HTML template for whatever your modifing
$template_whatever your modifing = <<<EOT
modify code in here
EOT;
Try this plugin - http://forum.coppermine-gallery.net/index.php?topic=34637.0 (http://forum.coppermine-gallery.net/index.php?topic=34637.0)
Thanks for the plugin, it works great.