View Single Post
  #5  
Old 12-18-2007, 10:21 AM
 
harveyev harveyev is offline
 

Member
  
Join Date: Dec 2007
Posts: 22
 

Default Re: ThickBox - How to modify the navigation link?

I installed this and it works great except that my navigation links aren't showing up at all.

Here's my thickbox_productpage.tpl code:

Quote:
{if $images ne ""}
<div style="white-space:nowrap;color:#5f94c0;font-weight:bold;padding:2px;margin:10px 0 4px;">{$lng.lbl_detailed_images} &not;</div>
{section name=image loop=$images}
{if $images[image].avail eq "Y"}
{if $images[image].tmbn_url}
<div style="white-space: nowrap;padding-left:10px; display: inline;"><a href="{$images[image].tmbn_url}" title="{$images[image].alt|escape}" class="thickbox" rel="lightbox[detailed]"><img src="{$xcart_web_dir}/image.php?id={$images[image].imageid}&amp;type=D" width="80" style="border:0;" alt="{$lng.lbl_click_to_enlarge|escape}" /></a></div>
{else}
<div style="white-space: nowrap;padding-left:10px; display: inline;"><a href="{$xcart_web_dir}/image.php?id={$images[image].imageid}&amp;type=D" title="{$images[image].alt|escape}" class="thickbox" rel="lightbox[detailed]"><img src="{$xcart_web_dir}/image.php?id={$images[image].imageid}&amp;type=D" width="80" style="border:0;" alt="{$lng.lbl_click_to_enlarge|escape}" /></a></div>
{/if}
{/if}
{/section}
<script type="text/javascript" src="{$SkinDir}/thickbox/files/jquery-compressed.js"></script>
<script type="text/javascript" src="{$SkinDir}/thickbox/files/thickbox.js"></script>
<style type="text/css" media="all">@import "{$SkinDir}/thickbox/files/thickbox.css";</style>
{/if}



That's all I modified. I dodn't touch thickbox.js at all except to change a font color. You can see it in action at http://www.harveyev.com/store.

Oh and btw, this doesn't work for me with fancycat turned on, though from what I read, not much does. )
__________________
Mike Harvey
X-Cart Version: 4.1.9 GOLD
Redhat Enterprise Server
Apache 2.2.4MySQL 4.1.21
Mods: x-configurator, x-aom, Sns, and many a mounting number of hacks learned here
(nuf said?)

Harvey Coachworks
http://www.harveyev.com/store
Reply With Quote