PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Classifieds How do I...? (http://www.photopost.com/forum/classifieds-how-do-i/)
-   -   Required Fields in Product Upload (http://www.photopost.com/forum/classifieds-how-do-i/129696-required-fields-product-upload.html)

oldengine January 3rd, 2007 10:38 PM

Required Fields in Product Upload
 
I'm using the "extra1" field for the user's physical location across all ad types.

I have it listed next to the username in my category listings:

Code:

Content visible to verified customers only.
How do I go about making this extra1 field a "required" entry just as the zipcode entry is required?

Would this be an uploadproduct.tmpl edit or a mod to the uploadproduct.php script?

It would even be great to pull their location from their vBulletin profile as a default.

Chuck S January 4th, 2007 06:49 AM

Any of this would be a mod since it is about altering the default code. Your can use the get_profiledata function on a user to get there location and print it all depends on what your doing. Maybe in uploadphoto.php this in bold?

Code:

Content visible to verified customers only.
You can then possibly in uploadproduct template add this in bold

Code:

Content visible to verified customers only.

oldengine January 5th, 2007 12:29 PM

This line is already available and it works fine in showproduct.php by showing "$aduloc" in the showproduct template.

Code:

Content visible to verified customers only.
But, when it is used in uploadproduct.php after authenticate(); the variable "$aduloc" is empty in uploadproduct.tmpl, even though the user's profile location field is filled in. Maybe a query for this list is missing from uploadproduct.php?

This total concept is great, but it might be necessary to move this thread to the mods forum or the suggestions forum.

Thanks!

Chuck S January 5th, 2007 05:20 PM

Reapply the line above I edited it

oldengine January 5th, 2007 06:01 PM

Excellent!


All times are GMT -5. The time now is 04:14 AM.

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