1
Hi everyone,
I use smartsection v1.1 for XOOPS 2.2.x as article manager successfully.
In the BlockMenu , I would like to be able to click in a category of the menu to open or close like a tree menu.
I am using a Javascript in the Block Menu to make it dynamic.
Until now, I did not have problems here.
But.... I do not want that the categories have link's for the page of the categories.
And I have a second problem with the second categorie, it doesn't show the items.
I use the folowing code:
- <{if $category.items}>
<{foreach item=item from=$category.items}> <{$item.titleLink}>
<{/foreach}> <{/if}> <{/foreach}> |
I appreciate your help
thx