PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   Upload Fields Required... (http://www.photopost.com/forum/photopost-pro-how-do-i/138368-upload-fields-required.html)

auto_freak November 3rd, 2008 09:58 PM

Upload Fields Required...
 
hey guys,

how do i make the fields such "title" and "description" required when someone uploads a picture in the gallery. I need the "title" to be mandatory. Please let me know guys....

Chuck S November 4th, 2008 07:59 AM

Not a way to do that without possibly placing something like this under the function checkform in the uploadphoto template

Code:

Content visible to verified customers only.

auto_freak November 26th, 2008 11:24 PM

sorry to bump this topic but the code did not seem to have any effect:

I put the codes you gave it in this format in both uploadphoto.tmpl and uploadphoto2.tmpl

btw, i am trying to do these edits in both:
wheelsbd.com/gallery/templates/vb3enhanced/uploadphoto.tmpl
wheelsbd.com/gallery/templates/vb3enhanced/uploadphoto2.tmpl

Is my code structure wrong, where would you suggest me to post them, or does this code have no effect with the flash uploader...

Code:

Content visible to verified customers only.

Chuck S November 27th, 2008 08:42 AM

It is not form it is theform in that code ;)

Code:

Content visible to verified customers only.

auto_freak November 27th, 2008 03:13 PM

chuck, still doesnt work, do you think the flash uploader has something to do with this?

Chuck S November 27th, 2008 08:52 PM

could not say not something I have ever looked at really. I know we use similar code in the classifieds and reviewpost where I get this from.

Make sure your editing the proper template set depending on what your using vbulletin or not.


All times are GMT -5. The time now is 10:01 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97