PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   Users change category without re-approval needed (http://www.photopost.com/forum/photopost-pro-how-do-i/122392-users-change-category-without-re-approval-needed.html)

jico January 20th, 2006 01:09 AM

Users change category without re-approval needed
 
Hi, here is what i want to do...

I installed the mobile integration mod, and it works fine.

I want users to be able to upload photos only through this mod, by sending and email from their mobile. I need to approve or moderate their photos and I have no problem with that.

However i want them to be able to edit their photos and change them to another category, without me having to approve it again.

Also, if they make any name, title or other field changes i dont want to moderate that, i only want to approve the image once, when it arrives from an email.

Is this possible?

:confused:

Btw i'm using vbulletin 3.5 and photopost 5.2.1

Chuck S January 20th, 2006 06:45 AM

In editphoto.php change this line

Code:

Content visible to verified customers only.
to

Code:

Content visible to verified customers only.

jico January 20th, 2006 05:54 PM

Thanks for your reply Chuck, but I did that, and still users need approval, any other ideas?

jico January 20th, 2006 06:13 PM

Solved it... needed to edit pp-inc.php, the function move_image_cat ...

Thanks


All times are GMT -5. The time now is 03:53 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