PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   quick approve disappeared? (http://www.photopost.com/forum/photopost-pro-installation-upgrades/128441-quick-approve-disappeared.html)

wfcmod November 3rd, 2006 12:54 PM

quick approve disappeared?
 
After the upgrade to pp5.5 my moderators mis the button approve photo. They can still approve photo's via the admin page and also via edit photo. But before the upgrade there was also a link under a photo to directly approve a photo. This link is still available for the admin, but not for the moderators.

Chuck S November 3rd, 2006 02:42 PM

I am not sure what you mean as there is no approve link that I am aware of under a photo when viewing it.

The only approval screen there is to my knowledge is within the admin of the software.

As an admin I see every link there is and nowhere is there an approve link on the front end of the software

wfcmod November 4th, 2006 03:15 AM

1 Attachment(s)
That's really funny that you don't know about this funtion :) . I'm sure its there because I use it all the time. I attached a screenshot with a circle around the function I mean....

It's an admin function shown in the row: edit - close comment - approve photo

Since the update the approve photo is only visible for the admin, not for the moderators.

Chuck S November 4th, 2006 08:12 AM

For them to be a moderator they need to be assigned as a moderator in the category editor

mtha November 11th, 2006 01:08 AM

Quote:

Originally Posted by Chuck S (Post 1178642)
For them to be a moderator they need to be assigned as a moderator in the category editor

in PP 5.5, the function is moved to "ADMIN ONLY" for some reason. Moderator CANNOT see the link anymore because,

in showphoto.php, about line 950:

Code:

Content visible to verified customers only.
it used to be
Code:

Content visible to verified customers only.
where MOD and admin can see the links.

If you want, you can edit showphoto.php, and change that code back

mtha November 11th, 2006 01:33 AM

actually, you can use this:
Code:

Content visible to verified customers only.
because the "HIDE" function seem to be available for admin only, or you need to let "moderator" to be able to HIDE/UNHIDE in showphoto.php too.

(actually, all of those option should be available in admin's configuration somehow)

Chuck S November 11th, 2006 10:14 AM

This line is the important one yes will pass it along

Code:

Content visible to verified customers only.

mtha December 11th, 2006 02:38 PM

just a reminder.
This issue has not been solved/implemented in PP 5.6.2

Michael P December 11th, 2006 03:11 PM

Thank you, I will make the update.

mtha December 11th, 2006 03:33 PM

remember to edit in showframe.php to allow "ismod" too, otherwise, it will give javascript error.

I would give moderators to do:

Open/close (comment),
Hide/Unhide
Approve
Stick/Unstick

Michael P December 11th, 2006 03:38 PM

Not following you on that last one.... $ismod is a part of the approve block


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