PDA

View Full Version : Subcat tree images not showing


megan656990
10-04-06, 04:07 PM
Hello,

How would I make the sub-category tree image show up on the main category page and not in the category tree sideborder? Currently I have an array of subcats with text that links to the subcats and red x's where the images should be.

Vic - WolfPaw Computers
10-04-06, 04:11 PM
URL?

Sounds like you have your pathing wrong to the images.

megan656990
10-04-06, 04:22 PM
We're still building the site. I know they're calling to the wrong area--as it is, I can use the &mvt:subcat:image and the title image shows up, but we're reserving the title image for something else and we need to be able to use the tree image. I've tried almost every variation of &mvt:subcat:tree:image, &mvt:subcat:treeimage, &mvt:subcat:cattreeimage etc to no avail.


If we use <mvt:item name="category_tree" />
</mvt:item>
then all the tree images show up in a line, but then we can't get text links in underneath them.

We need to put our subcats in an array on the category page so we can line them up the way we want. Is the category tree image an item or can you call to it like you would the title image?

wcw
10-04-06, 04:33 PM
Are you using a 3rd party module to built the subcat array? The tree image may not be in the array that the module builds. When you think of subcats displayed for subcat navigation, you would expect that it contains the full (not the tree) image.

If your cat tree images are named to match the category code, you could build a path using the code as a token.
images/tree/abc.jpg where abc is the category code
hence
images/tree/&mvt:subcat:code;.jpg
might get what you want.

megan656990
10-04-06, 06:22 PM
I tried this, and it didn't work, though I know it would have in Miva 4. But thanks!

agenius
11-13-06, 07:57 PM
using sebenza's module, I'm using this, maybe this will help you.:

<img src="&mvte:subcat:image;" alt="&mvte:subcat:name;" border="0">