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 ;)
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