PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   ReviewPost Bug Reports (http://www.photopost.com/forum/reviewpost-bug-reports/)
-   -   Moderators editing reviews(FIXED) (http://www.photopost.com/forum/reviewpost-bug-reports/116518-moderators-editing-reviews-fixed.html)

ace67 October 31st, 2005 05:55 PM

Moderators editing reviews(FIXED)
 
First, thanks for helping me get the RP 3.11 upgrade. I now have it installed but it hasn't fixed a prior problem I've had.

In RP UserGroup Editor, I have added a 6th usergroup "Moderators". I have set the permissions to yes on everything except Admin Access and Require Moderation. But when the mods go to a review to edit, there's no edit button there. Administrators have the button visible, but not the mods.

Plus I go to Edit Categories, click on "Moderators" on any catalog and type in a username to add as a moderator. It gets added to the moderators column of the categories table in the database but it overwrites the previous name. So if the original mod list had "3||Jim,4||Mary" when I try to add 5||Susie, the database table becomes "3||Jim,5||Susie".

Also, when I use edit categories/moderators, it only shows the first name that's in the db in the category (like "3||Jim" in the example. The other ones don\'t show at all.

What am I doing wrong?

Chuck S October 31st, 2005 06:15 PM

Works fine from what i see. The only thing we need to do is update the cache. If you turn your cache to 0 you should see things update

ace67 October 31st, 2005 06:40 PM

Turned cache to zero and now it displays. Thanks. But the moderators still do not get the "edit" button on the posts. :(

But now when I click on the moderator option of the "Main" category, I get a page not found error. Seems it\'s trying to call the file adm-cats.php?ppaction=mods&catid=1 but there is no file named adm-cats.php. All the subcategories work fine when the moderator link is clicked. I don\'t know whether this is related to the upgrade or not.

Ideas?

Chuck S October 31st, 2005 07:34 PM

Line 424 of adm-inc.php change in bold

= "<a href=\"adm-misc.php?ppaction=mods&amp;catid=\">Moderators</a>";


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