hey guys :D
umm is it possible to set a default album while uploading
for example when a user wants to upload a pic, he/she doesnt have to select an album, i want it to be like, upload pic, and it will auto go into the album i want it to be, so i dont want the user to choose what album he/she wants to upload to.
so if you guys can help me ill be happy :)
has been asked and answered before, please use the search.
i can't find it, can u please give me the link if u found it ;D
i got it, this is how it works but only if you have 1 album
open upload.php
find
Quote$listArray[$list_count]['cat'] = $vRes['name'];
} else {
$listArray[$list_count]['cat'] = $lang_upload_php['albums_no_category'];
then delete it
then find
Quote<option value="' . $val['aid'] . '"' . ($val['aid']
and change it to
Quote<option value="' . $val['aid'] . '"' . ($val['title']
save it and done
I told you before that you're suppossed to post a link to the thread that explained what you're after instead of repeating the code that was mentioned in the posting that helped you. Please respect this policy, as it keeps the board usable for others as well.
umm but i didnt get it from anywhere, i came up with it my self hehe
i found bout the codes my self, sorry i just wanted to share, i could not find bout it on the board