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 March 30th, 2007, 01:56 PM   #1 (permalink)
Junior Member
Verified Customer
 
Join Date: Apr 2004
Posts: 11
Product page display problem

The product page was displaying fine and we'd uploaded quite a few new products without any problems. Then when we added another new product with photo, the display got messed up.
On the previous and next product film strip, instead of 5 pics being shown, there are now 7, with a blue column on the right side above one of the pics that shouldn't be there.
We made no changes to the software just before this happened.
Screen print attached to show the problem.

Thanks
Attached Images
File Type: jpg scrnprtreviews.jpg (49.6 KB, 11 views)
Joanne86 is offline   Reply With Quote
Old March 30th, 2007, 02:00 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,698
well you can try in showproduct.php changing the 6 to a 7

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.
Chuck S is offline   Reply With Quote
Old March 30th, 2007, 03:03 PM   #3 (permalink)
Junior Member
Verified Customer
 
Join Date: Apr 2004
Posts: 11
I've done that, and it's got rid of the solid blue column box on right side. But pages still aren't displaying correctly.

As shown in attached screen prints-
some pages are like #1 with 4 photo boxes on film strip, but arrows for next & previous not displaying right.
some pages are like #2 with 7 boxes on film strip

Attached Images
File Type: jpg scrnprt1.jpg (45.1 KB, 4 views)
File Type: jpg scrnprt2.jpg (45.1 KB, 5 views)
Joanne86 is offline   Reply With Quote
Old March 30th, 2007, 04:40 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,698
That will display fine the number of photos shown depends on the queries issued and the variable dymnamics of the page by what photo your viewing how many photos in that cat what sort is used etc etc
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old November 14th, 2007, 12:48 PM   #5 (permalink)
Member
Verified Customer
 
Join Date: Mar 2006
Location: /home/mrteck
Posts: 106
I have same problem.
With your code Chuck S the 7 products are inside the main table, but the "elegant solution" probably is limit it to 5.

Where we can find that setting? In PP this works perfect with 5 thumbs. Is not possible adapt the PP code to that filmstrip?

Teck is offline   Reply With Quote
Old November 14th, 2007, 03:48 PM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,698
PP is not limited to 5 sometimes I see 7 as their is no specific switch yet in the filmstrip currently in any product. We try to process only 5 but sometimes you can see 5 6 or 7 but if you want to display 5 just place a limit statement on the queries in showproduct.php

LIMIT 5
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old December 23rd, 2007, 02:50 AM   #7 (permalink)
Junior Member
Verified Customer
 
Join Date: Nov 2007
Posts: 29
Same problem in one category. I've 3 products but next and previous only display two products.
bpi007 is offline   Reply With Quote
Old December 23rd, 2007, 03:19 AM   #8 (permalink)
Junior Member
Verified Customer
 
Join Date: Nov 2007
Posts: 29
Is it possible when we change sortid number in table rp_sort that program work in different way ?
bpi007 is offline   Reply With Quote
Old December 23rd, 2007, 10:31 AM   #9 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,698
Sort sorts the results does not control how many are pulled. Without more info I am unsure what your trying to ask. The next prev displays pull info depending on the information passed in a url. There are many different cases and queries depending on what is passed.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old December 23rd, 2007, 11:28 AM   #10 (permalink)
Junior Member
Verified Customer
 
Join Date: Nov 2007
Posts: 29
Easy to explain (and language won't be a problem) :

Click http://www.plouf.be/scuba-planet/showcat.php?cat=14 (3 products)


Choose the first of the list (http://www.plouf.be/scuba-planet/sho...oduct=5&cat=14) and it display only two products on the frame "next/previous"

All website is sorted on "manufacturer Name" ("Fabricant" in french)
bpi007 is offline   Reply With Quote
Old December 23rd, 2007, 11:33 AM   #11 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,698
How about this one only shows the one

http://www.plouf.be/scuba-planet/sho...oduct=1&cat=14

Are you running 3.33?
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old December 23rd, 2007, 11:41 AM   #12 (permalink)
Junior Member
Verified Customer
 
Join Date: Nov 2007
Posts: 29
Quote:
Originally Posted by Chuck S View Post
How about this one only shows the one

http://www.plouf.be/scuba-planet/sho...oduct=1&cat=14
I don't know why (it's the problem) !

Quote:
Originally Posted by Chuck S View Post
Are you running 3.33?
ReviewPost v3.33
Build: 3/12/07 6:41 AM
bpi007 is offline   Reply With Quote
Old December 23rd, 2007, 11:48 AM   #13 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,698
Is anything unapproved under approve in admin?

Code:
Content visible to verified customers only.
The only restriction there is the product needs to be approved to show it.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old December 23rd, 2007, 12:15 PM   #14 (permalink)
Junior Member
Verified Customer
 
Join Date: Nov 2007
Posts: 29
Any products are unapproved. I don't leave choice for customer to upload product. All product are over there in Admin Mode.
bpi007 is offline   Reply With Quote
Old December 23rd, 2007, 12:19 PM   #15 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,698
http://www.reeftalk.com/reviews/show...hp?product=556

I think you would need to send explicit admin login and ftp info to support@photopost.com as well as phpmyadmin access if you have it. I would need to investigate why you have an issue. There is no other variables in the url and clearly not all products are not shown but they should be.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old December 23rd, 2007, 12:44 PM   #16 (permalink)
Junior Member
Verified Customer
 
Join Date: Nov 2007
Posts: 29
Do you want a dump of Mysql database ?
My system is linked to a phpnuke system.
bpi007 is offline   Reply With Quote
Old December 23rd, 2007, 01:01 PM   #17 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,698
No a dump is not necessary I was more interested in seeing the tables mysql and being able to run some test queries.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old December 23rd, 2007, 01:13 PM   #18 (permalink)
Junior Member
Verified Customer
 
Join Date: Nov 2007
Posts: 29
PhpMyAdmin is not accessible directly without supervisor access of my hosting. I can't provide them.
Ftp will be ok and admin access too. if you're ok, I can send it now.

I'm also a developpers, if you provide me the code where "prev and next" are generated, I can check too.
bpi007 is offline   Reply With Quote
Old December 23rd, 2007, 05:08 PM   #19 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,698
You can check in showproduct.php and the code is clearly marked the conditionals. i will check our helpdesk as well for your email.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old December 23rd, 2007, 05:31 PM   #20 (permalink)
Junior Member
Verified Customer
 
Join Date: Nov 2007
Posts: 29
Chuck, I'v found something strange :
when I click on this link http://www.plouf.be/scuba-planet/sho...oduct=5&cat=14 in showproduct.php the code found " elseif( !empty($date) )" and the select was running that :
SELECT id,bigimage,cat,userid,approved FROM {$Globals['rp_db_prefix']}products WHERE date >= $lowdate AND date < $highdate AND approved=1 $whichcat ORDER BY date DESC

This select only retrieve product by date and not by manufacturer.
bpi007 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
Question about Upload Product Page candlefind ReviewPost How do I...? 5 November 3rd, 2006 09:17 PM
Cleaner Product Page SteveSteve ReviewPost Suggestions 6 December 22nd, 2005 11:08 AM
ReviewPost Thumbnail/Product Image Display WB ReviewPost How do I...? 2 July 27th, 2005 02:25 PM


All times are GMT -5. The time now is 12:50 AM.

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