Gems14k:
I'm think we are in agreement. I will use your site as an example of the issue...
The review page which customers will have access to and see (after the review has been approved) does not display the malformed text in the link.
See here:
http://www.nokoria.com/genuine/index...8&reviews_id=2
But the page the review author will observe immediately after submitting the review and the page the customer will see if review has not been approved does indeed show the malformed text for the link.
See here:
http://www.nokoria.com/genuine/index...roducts_id=358
So what I was trying to say is the error impacts product_reviews but does not impact product_reviews_info.
I observe everything behaves/degrades correctly when JavaScript is disabled.
Looking at tpl_modules_main_product_image.php updated for Lightbox/ImageHandler 2:
Code:
<!-- begin zen lightbox v1.3 aclarke 2006-10-20 -->
<script language="javascript" type="text/javascript"><!--
document.write('<?php echo '<a href="' . zen_image_lightbox_IH2_url($products_image_large, addslashes($products_name), LARGE_IMAGE_WIDTH, LARGE_IMAGE_HEIGHT) . '" rel="lightbox[gallery]" title="' . addslashes($products_name) . '">' . zen_image($products_image_medium, addslashes($products_name), MEDIUM_IMAGE_WIDTH, MEDIUM_IMAGE_HEIGHT) . '<br /><span class="imgLink">' . TEXT_CLICK_TO_ENLARGE . '</span></a>'; ?>');
//--></script>
<!-- end zen lightbox v1.3 aclarke 2006-10-20 -->
Which generates the following HTML on product_reviews page:
Code:
<!-- begin zen lightbox v1.3 aclarke 2006-10-20 -->
<script language="javascript" type="text/javascript"><!--
document.write('<a href="images/rings/1940RY-RB.jpg" rel="lightbox[gallery]" title="Genuine Ruby Band Ring 14K Yellow Gold<br /><span class=\"smallText\">[1940RY-RB]</span>"><img src="images/rings/1940RY-RB.jpg" alt="Genuine Ruby Band Ring 14K Yellow Gold [1940RY-RB]" title=" Genuine Ruby Band Ring 14K Yellow Gold [1940RY-RB] " width="267" height="225" /><br /><span class="imgLink">zoom</span></a>');
//--></script>
<!-- end zen lightbox v1.3 aclarke 2006-10-20 -->
Note:
Code:
<br /><span class=\"smallText\">[1940RY-RB]</span>">
Hopefully this leads you in the right direction.
Woody
Bookmarks