I would like to add some terms and conditions (text) or basically something to put in front of the user to see before they submit / upload their photos to my site so they know what they are agreeing to when they push the submit button. Like "Please only upload to one album, no x-rated photos, all such photos will be removed, etc."
I have been looking all over for the text that is currently in the box thinking if I could find that I could add to it, but I am not having any luck.......so many folders & files & code. Can someone point me in the right direction. I'm still sort of a newbie here.
Thanks much!
you can add your text in the lang file. (eg.The text who is displayed before the upload boxes is on line 1735 in the english.php file)
Thank you! A few syntax errors later, I got it done. Thanks so much!