PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   ReviewPost Bug Reports (http://www.photopost.com/forum/reviewpost-bug-reports/)
-   -   Reviews all go to moderation (http://www.photopost.com/forum/reviewpost-bug-reports/113510-reviews-all-go-moderation.html)

memobug April 15th, 2005 01:27 PM

Reviews all go to moderation
 
Hi Chuck,

Can you help me figure out why all my user's reviews go into the moderation queue? My own are the only ones that don't. Somebody else had the same question in another thread that got too long, so I am asking here: are we looking at a misconfiguration, bug or intended operation?

I have these settings:

Allow users to post reviews? YES
Do you want to be notified of all new reviews? YES
Allow members to rate products? YES
Display unapproved reviews? YES

Thanks,

Matt

djroketboy April 15th, 2005 07:02 PM

I have the same settings and issue, and also would like to know the answer :)

memobug April 24th, 2005 04:06 AM

Hello Chuck!

would you or another moderator please address this question? It has been a couple of weeks!

Regards,

Matt

Chuck S April 24th, 2005 08:01 AM

Reviews always go to moderation because there is not a separate switch saying dont send them to moderation. Its always been this way.

You must go to moderate reviews and approve them. You get the checkmark letting you know they are there

memobug April 24th, 2005 08:47 AM

Thanks for the response Chuck!

It does seem odd that Reviewpost requires a review function when there is a setting like this:

Show Product Options -> Display unapproved reviews?

Regards,

Matt

Chuck S April 24th, 2005 09:32 AM

I can look at the settings more no biggy. I have just owned reviewpost for as long as its been at and I know it has handled reviews like that forever. There never was the coding added in to display unapproved reviews like Photopost

Chuck S April 24th, 2005 11:48 AM

Please verify you are running 2.91 and you have uploaded all the files

I show this in showproduct.php

if ( ($Globals['moderatecoms'] == "no" && $capproved == 0) ) {

blah blah

I post a review if moderatecoms is set to yes which means show them and it displays

memobug April 24th, 2005 03:58 PM

Quote:

Originally Posted by omegatron
I can look at the settings more no biggy. I have just owned reviewpost for as long as its been at and I know it has handled reviews like that forever. There never was the coding added in to display unapproved reviews like Photopost

Hi Chuck, That seems to be an incorrect statement. The feature (coding to display unapproved reviews like Photopost) exists and almost works properly.

As indicated above, the switch to control this is the setting is:

Show Product Options -> Display unapproved reviews?

The reviews do show in showcat, showproduct, and the numbers contribute to the average rating etc. A couple problems are:

1. These unapproved reviews aren't displayed in the recent reviews PAL.
2. Also the reviews go to moderation which seems like a silly thing to do given that they are already displayed.

Regards,

Matt

memobug April 24th, 2005 04:08 PM

Quote:

Originally Posted by omegatron
Please verify you are running 2.91 and you have uploaded all the files

I show this in showproduct.php

if ( ($Globals['moderatecoms'] == "no" && $capproved == 0) ) {

blah blah

I post a review if moderatecoms is set to yes which means show them and it displays

Hi Chuck. Yes the reviews display in showproduct.php. Reviewpost seems to be confused about what 'moderatecoms' is supposed to mean. I think you were saying a couple posts upwards that this feature doesn't exist? It does but it doesn't really work right.

1. Yes I have that code in showproduct.php. Showproduct works fine.

2. If $Globals['moderatecoms'] is set to no, why would the comments go into moderation??????? That doesn't make sense.

3. Unmoderated reviews don't display in the PAL and they do go to moderation, which seems nonsensical in view of the fact that the variable is called moderate coms.

Regards,

Matt

Chuck S April 24th, 2005 04:13 PM

Everyone tries to compare to Photopost.

As far as my recollection Reviewpost has always had comments go straight to moderation. Been this way as long as I have owned it. There is no global moderation setting other than to display unapproved reviews.

Looking at the base code I would have to say Reviewpost is deliberately coded to set reviews to go to moderation. There is a global switch to exclude admin from this but user reviews all go to moderation by default.

Michael P April 28th, 2005 09:40 AM

It allows an admin to check "unchecked" reviews without having to wade through all the reviews. Think of it this way - its approving reviews after the fact. They still display, but you have the ability to say "I was to review any reviews I haven't yet approved".

memobug April 28th, 2005 02:49 PM

Hi Michael How about the problem with them not displaying in the PAL?

Please see # 3 above

Hi Chuck,
Quote:

Originally Posted by omegatron
Everyone tries to compare to Photopost.

It is reasonable for users to compare reviewpost to photopost.

1. So much of the code has been recycled from Photopost and many of the bugs we have discussed before were ironed out first in photopost.

2. Many of reviewpost's functions and variable names have been inherited from Photopost, despite the fact that they don't always accurately describe their functions in a reviewpost environment. As an example, the variable $Globals['moderatecoms']=NO has nothing to do with either moderation, or comments. Setting it to no will not stop the moderation of comments (or reviews for that matter), as you've explained above.

3. Absent formal documentation for the details of how things are supposed to work, it is reasonable for users to compare the details of reviewpost functions with photopost since the company has provided no alternative.

4. Photopost is the flagship product. It gets the attention and the resources. More users are running it, so problems get uncovered and addressed there first.

5. It is desirable for any administrator of multiple products to have them behave with consistency, both from his own administrative perspective, and the perspective of users that will be using both systems in a shared environment

I hope this explanation helps unravel the mystery of why people keep comparing Reviewpost and Photopost.

Regards,

Matt

Michael P April 28th, 2005 03:17 PM

Matt, I agree that the comparison is often relevent. Although it would be better comapred to PhotoPost 4.1 or something since that's when the seperation occured. Also, some of the new features are code that is used from PhotoPost (not exactly modular, but usable - you'll see alot of reviews variables called comments because of this)..

In the index.php file you'll see:

WHERE c.review != '' AND c.approved=1 ORDER BY c.date DESC LIMIT {$Globals['numcompal']}";

where the approved=1 is used; if you take out the part in bold, then any review will show up.


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