View Single Post
Old October 3rd, 2007, 12:49 PM   #1 (permalink)
PXLSparky
Junior Member
Verified Customer
 
Join Date: Oct 2007
Posts: 10
Tables not conforming to configured width

Certain ReviewPost tables do not seem to conform to the width configured under Admin in Edit Settings->Layout Options->ReviewPost main table width, percent or pixels.

Specifically we have done some investigation and found that tables generated by revshow.php have a width of 96% when we configured 72% in the admin settings. Further investigation revealed that the fault in this case appears to be in revshow.tmpl where the table definitions are hard coded at 96% rather than referencing width="{$Globals['tablewidth']}".

This is a problem as it means that these tables have an inconsistent width compared with the menu bar and also because they are wider than our configured setting they overlap onto areas of our website they should not.

We have observed the same effect in certain tables generated by:

showproduct.php -the table to review and rate a product is wider than the main product details table (which correctly displays to our configured width).

uploadproduct.php - when logged in as Admin the advanced Admin product upload options table is wider than the main product details table (which correctly displays to our configured width).

We are not sure if the cause of the error in the above two examples is the same as that found in revshow.php/revshow.tmpl.

This bug is serious as it is preventing us from properly integrating ReviewPost PHP Pro with our website and maintaining a consistent and professional look and feel.

We can provide screenshots that demonstrate each of the individual issues if required - let us know where to email them.

Thank you for your help and assistance.

Matt
PXL Graphics

Last edited by PXLSparky; October 3rd, 2007 at 12:58 PM. Reason: corrected typo.
PXLSparky is offline   Reply With Quote