Jump to content

Category Thumbnails


Guest

Recommended Posts

I would like to show the sub category thumbnails instead of the full sub category image when the sub categories are all shown together under their category.

Has anyone done this? There doesn't appear to be a macro for category thumbnails, only product thumbnails. Is there a mod available?

Link to comment
Share on other sites

  • 2 months later...

Guest paperplayers.com

Have you figured this out? Thanks.

I would like to show the sub category thumbnails instead of the full sub category image when the sub categories are all shown together under their category.

Has anyone done this? There doesn't appear to be a macro for category thumbnails, only product thumbnails. Is there a mod available?

Link to comment
Share on other sites

Here is a hack, or mod if you will. Be sure to SAVE and RENAME original files, in other words back up your files before editing them. No one but you are responsible for the changes you make to your files here :(

OPEN includes/content/viewCat.inc.php

FIND about line 82:

	 $view_cat->assign("IMG_CATEGORY",$GLOBALS['rootRel']."images/uploads/".$subCategories[$i]['cat_image']);




PASTE this line below it:




				$view_cat->assign("THUMB_CATEGORY",$GLOBALS['rootRel']."images/uploads/thumbs/thumb_".$subCategories[$i]['cat_image']);

SAVE and UPLOAD that file to your store.

Now, OPEN skins/xx/styleTemplates/content/viewCat.tpl

FIND this line of code:

<a href="index.php?act=viewCat&amp;catId={TXT_LINK_CATID}" class="txtDefault"><img src="{IMG_CATEGORY}" alt="{TXT_CATEGORY}" border="0" title="{TXT_CATEGORY}" /></a><br />

CHANGE to this line:

<a href="index.php?act=viewCat&amp;catId={TXT_LINK_CATID}" class="txtDefault"><img src="{THUMB_CATEGORY}" alt="{TXT_CATEGORY}" border="0" title="{TXT_CATEGORY}" /></a><br />

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...