PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > ReviewPost Pro Support Forums > ReviewPost Bug Reports

ReviewPost Bug Reports Let us know about any post installation problems you are having with ReviewPost.

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old September 9th, 2005, 04:20 PM   #1 (permalink)
WB
Member
Verified Customer
 
Join Date: Jan 2002
Posts: 265
RP 3.01 - Misc. Bugs(FIXED)

A few miscellaneous issues we've encountering in 3.01:

Member's List:

Only shows one member, the admin. Other registered users are not shown.

Menubar:

After logging in, clicking on the profile link returns:

Script not called correctly. Navigate to a specific product, then click on the edit link.


Admin interface:

If I create a new usergroup and then try to delete it, I get:

You can't delete this usergroup.

Only recourse is to remove it directly from the db.


Show Categories:

The reviews column doesn't appear to be accurately tracking the number of reviews after some have been deleted. For example, we have 2 reviews left for one product. Numerous reviews have been added and deleted but the showcat page shows 3 reviews for said product.

There aren't any unapproved reviews not showing and I tried a recalcualtion in scan db in the admin interface but that didn't have any effect.


Moderation:

When a moderator is set for a category and certain users are set to be moderated, how can a moderator preview/see the review?

When I go to the 'Moderate Reviews' section, there is no link under the review column (just the non-linked title) so with many reviews to approve, no easy way to preview them/find them.

The remove link for a review appears to be incorrect:

adm-modcom.php?remove=X

The appove link is:

adm-misc.php?admact=modcom&approve=X

and it works fine so suspect that the remove link is a hold over from prior versions.

Templates:

For the customer service templates, the reviews are missing the 'rating' being displayed per review (like in the regular templates). Not sure if that is intentional or not but I'd assume that the overall rating should show in each review there.

Thanks.
WB is offline   Reply With Quote
Old September 9th, 2005, 06:16 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,793
Member's List:

Only shows one member, the admin. Other registered users are not shown.

not a bug it only shows people that have uploaded products

$query = "SELECT id, date, user, userid, bigimage, cat, SUM(views) AS tviews,COUNT(*) AS pcount,MAX(date) AS maxdate FROM {$Globals['rp_db_prefix']}products $phrase GROUP BY user $sortcode";

Menubar:

After logging in, clicking on the profile link returns:

Script not called correctly. Navigate to a specific product, then click on the edit link.

make sure your using the correct updated files from the distribution. I see my profile when I click on it on 4 different installs I have

Admin interface:

If I create a new usergroup and then try to delete it, I get:

You can't delete this usergroup.

try deleting the code in bold

Code:
Content visible to verified customers only.
DELETE THIS LINE

Code:
Content visible to verified customers only.
add in bold the two thing on the typecast line

Code:
Content visible to verified customers only.
then alter in bold on this line

Code:
Content visible to verified customers only.
The reviews column doesn't appear to be accurately tracking the number of reviews after some have been deleted. For example, we have 2 reviews left for one product. Numerous reviews have been added and deleted but the showcat page shows 3 reviews for said product.

There aren't any unapproved reviews not showing and I tried a recalcualtion in scan db in the admin interface but that didn't have any effect.

Well the code above below for delete looks correct to me and it works on my install I just tested deleting things etc. I added a review and it properly updated as well. Did you run all upgrade scripts before this one right? Cause I beleive the 2.8-2.91 added a numreviews column to the products table and calculated the number of reviews and that is needed to work right. I show in 3.01 adding and deleting comments works right

Upgradecategories function will not correct this count since its not in the cats table. Numreviews is not autocalculated on scan database


Code:
Content visible to verified customers only.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.

Last edited by Chuck S; September 9th, 2005 at 06:50 PM.
Chuck S is online now   Reply With Quote
Old September 9th, 2005, 06:26 PM   #3 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,793
Moderation the remove link should be this

adm-misc.php?admact=modcom&

not

adm-modcom.php?

I highly think with somethings you have a mix of old and new files here buddy because note this line below

Line 1570 of adm-misc.php has a link right to the product right here

<td class=\"{$Style['tddetails']}\" align=\"center\"><a target=\"_blank\" href=\"{$Globals['maindir']}/showproduct.php?product=$cproduct\">$cproduct</a></td>

and the full review is shown in the review column

Templates:

For the customer service templates, the reviews are missing the 'rating' being displayed per review (like in the regular templates). Not sure if that is intentional or not but I'd assume that the overall rating should show in each review there.

well I can look at correcting that but that is how that template was written
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.

Last edited by Chuck S; September 9th, 2005 at 06:51 PM.
Chuck S is online now   Reply With Quote
Old September 10th, 2005, 12:43 PM   #4 (permalink)
WB
Member
Verified Customer
 
Join Date: Jan 2002
Posts: 265
not a bug it only shows people that have uploaded products

Thanks for the explanation. Not following why a member's list would only show those who have uploaded.

make sure your using the correct updated files from the distribution. I see my profile when I click on it on 4 different installs I have

Definitely using the updated files, unless of course some other files were updated that weren't included on the 3.01 list.


try deleting the code in bold

Thanks.



Well the code above below for delete looks correct to me and it works on my install I just tested deleting things etc. I added a review and it properly updated as well. Did you run all upgrade scripts before this one right? Cause I beleive the 2.8-2.91 added a numreviews column to the products table and calculated the number of reviews and that is needed to work right. I show in 3.01 adding and deleting comments works right

Upgradecategories function will not correct this count since its not in the cats table. Numreviews is not autocalculated on scan database


Yes, I started with the 2.5 upgrade and went all the way up when I upgraded.

Can't seem to see any obvious reason but the counts are incorrect in some instances. A product with 2 reviews, shows 3 on the cat page. If I add another review it goes to 4, etc.

I see a numreviews field in the products table if that is the one you are referring to.

Thanks.
WB is offline   Reply With Quote
Old September 10th, 2005, 12:54 PM   #5 (permalink)
WB
Member
Verified Customer
 
Join Date: Jan 2002
Posts: 265
I highly think with somethings you have a mix of old and new files here buddy because note this line below

Line 1570 of adm-misc.php has a link right to the product right here

<td class=\"{$Style['tddetails']}\" align=\"center\"><a target=\"_blank\" href=\"{$Globals['maindir']}/showproduct.php?product=$cproduct\">$cproduct</a></td>

and the full review is shown in the review column


I have that line in my adm-misc file so looks like I have the latest.

I see the showproduct link but not the full review inline. I'll have to go take another look at that. Perhaps it is being truncated.

What about the approve/remove links on your end? Remove still seems to be a holdover on my end.


Templates:

For the customer service templates, the reviews are missing the 'rating' being displayed per review (like in the regular templates). Not sure if that is intentional or not but I'd assume that the overall rating should show in each review there.

well I can look at correcting that but that is how that template was written

Thanks for clarifying. Would be helpful I think if the overall rating was there.
WB is offline   Reply With Quote
Old September 10th, 2005, 03:55 PM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,793
Think I answered the one about remove moderation

adm-misc.php?admact=modcom&amp;

not

adm-modcom.php?


showmembers works the same way it works in photopost and classifieds it pulls the users from the products tables with how many products etc and produces a list. It is not a members list of all users in your forum.

I think I documented all the files on the 3.01 upgrade but just be safe and replace all since I am 100% sure the FULL review is shown.

Now line 426 of showproduct1.tmpl if you want the rating display add in bold

Code:
Content visible to verified customers only.
I need to update the filed with an update in inc_reviews.php for a usergroup permissions switch in that photo block that Michael found working on Photopost so I will throw in the rating thing the usergroup delete fix and the remove modcom fix
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old September 14th, 2005, 04:41 PM   #7 (permalink)
WB
Member
Verified Customer
 
Join Date: Jan 2002
Posts: 265
Great, thanks for the response.
WB is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
RP 3.01 - Search and Edit Profile Possible Bugs(FIXED) WB ReviewPost Bug Reports 19 September 23rd, 2005 12:49 PM
RP 3 Misc. Issues WB ReviewPost Installation & Upgrades 6 August 31st, 2005 12:23 PM
Debugging Code In misc.php? digitalpoint Installs and Upgrade - vBulletin 3.5.X 1 July 24th, 2005 10:19 PM
Misc questions StewardManscat Before You Buy 6 March 7th, 2005 06:20 PM
Photo & File Gallery (and misc features) Tweak Before You Buy 1 February 15th, 2005 10:11 AM


All times are GMT -5. The time now is 09:06 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0