Integrating with templater

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
nik
Beginner
Beginner
Posts: 1
Joined: Fri Dec 08, 2006 10:58 am

Integrating with templater

Post by nik »

hello. sorry for my english :oops:

I'm trying to integrate milonic menu using Smarty templater. If I write such string

aI("text={$category.category};");

all works as expected. When I add url:

aI("text={$category.category};url={$index_script}?{$target_name}=categories&category_id={$category.category_id};");

and menu start to work incorrect (not in ie). Every cell becomes very small. You can see it by clicking on some categories (for exapmle, Apparel)

link: http://www.scyntek.com/nik/goldlink.cn/index.php

Please, advise!

P.S. Version 5.764
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

Well, I don't know about the templater, but one thing that is a problem is how you have placed the menu into the table.

If you are going to place it that way you need to place buildAfterLoad=true; in the top area right below _subOffsetLeft=-1;

If that doesn't work, or if there are offset problems, you need to use the older method for positioning relative menus. See the link below my name for table menus.

If this doesn't solve the problem, please post back.

Ruth
Post Reply