coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: Vargha on June 20, 2006, 04:55:25 AM

Title: remove select album while uploading
Post by: Vargha on June 20, 2006, 04:55:25 AM
hi guys how can i remove the option 'select album' while uploading
for example
i only have one album and no category
i already edited my some of my files so it does not show no category and then the name of the album
so when you upload
it looks like this
buddies (the name of the album)
how can i remove the select album because i dont need it there
thank you  ;)
Title: Re: remove select album while uploading
Post by: Vargha on June 20, 2006, 04:59:11 AM
dont worry i got it  :)
this is how it works
edit upload.php
find
echo '                <option value="">' . $lang_upload_php['select_album'] . "</option>\n";
and then simple remove it :D