View Single Post
  #168  
Old 10-03-2006, 03:54 PM
 
zenkiss zenkiss is offline
 

Advanced Member
  
Join Date: Jan 2006
Posts: 32
 

Default Re: Mod for subcategories in columns with descriptions and icons

Hello -

I am almost have this perfect for my site as I have stripped away some code. Can some one please tell me how I can make the catagory icons (thumbnails) show up above the text and make those images a link as well.

Thank you

Here is my current code


-------------------------------

Code:
{* $Id: subcategories.tpl,v 1.43.2.7 2005/10/28 05:23:51 svowl Exp $ *} {capture name=dialog} {if ($navigation_page eq "")||($navigation_page eq "1")}{$current_category.description}{/if}<br><br> {assign var="tmp" value="0"} {section name=cat_num loop=$subcategories} {if $subcategories[cat_num].category}{assign var="tmp" value="1"}{/if} {/section} {section name=cat_num loop=$subcategories} { if %cat_num.first% } <table width="100%" border="0" align="center" cellpadding="5" cellspacing="0"> {/if} { if %cat_num.index% is div by 4} <tr> {/if} <td align="center" valign="top"> <a href="home.php?cat={ $subcategories[cat_num].categoryid }"> {if $subcategories[cat_num].icon_url}<img src="{$subcategories[cat_num].icon_url}" border="0" style="padding-bottom: 5px;">{else}<img src="{$xcart_web_dir}/default_icon.gif" border="0" style="padding-bottom: 5px;">{/if} </a><br /><br /> <a href="home.php?cat={ $subcategories[cat_num].categoryid }"> <b>{ $subcategories[cat_num].category|escape }</b></a><br><br> { $subcategories[cat_num].description|escape }</td> { if %cat_num.last% } </tr> </table> {/if} {/section} {if $total_pages gt 2} <br> { include file="customer/main/navigation.tpl" } {/if} {if $products eq "" and $tmp eq "0"} {$lng.txt_no_products_in_cat} {/if} {/capture} {include file="dialog.tpl" title=$current_category.category content=$smarty.capture.dialog extra="width=100%"} {if $products eq ""} {if $f_products ne ""} <BR><BR> {include file="customer/main/featured.tpl"} {/if} {/if} { include file="customer/main/navigation.tpl" }

----------------------

Edit, it looked good until going into one of the suncats as I wiped out the products, hmmmmm......
__________________
=^-^= 4.0.19 - 3.2 Dual Core - RHEL with 6GB's
Reply With Quote