Page 1 of 1

Re: Menu div structuur: class naam dynamisch maken

Posted: Thu Mar 05, 2009 9:47 am
by RonnyK
Bert,

de standaard templates en bijbehorende stylesheets, stylen de verschillende niveaus al anders, aangezien daar vanuit

li
li li
li li li

als het ware wordt gestyled, of begrijp ik je vraag niet goed?

Ronny

Re: Menu div structuur: class naam dynamisch maken

Posted: Thu Mar 05, 2009 10:48 am
by RonnyK
Bert,

I have to check this a little later, will do some testing from home....

Ronny

Re: Menu div structuur: class naam dynamisch maken

Posted: Sun Mar 08, 2009 8:04 pm
by RonnyK
Probeer eens iets als....
{if $count > 0}


        {foreach from=$nodelist item=node}
               
                {if $node->depth > $node->prevdepth}
                        {repeat times=$node->depth-$node->prevdepth}
                        depth}">
                {elseif $node->depth prevdepth}
                        {repeat string="" times=$node->prevdepth-$node->depth}
                {/if}
               
               
                        url}"{if $node->target ne ""} target="{$node->target}"{/if}>{$node->menutext}
               
               
                {repeat string="" times=$node->depth-1}
               
        {/foreach}
       

{/if}
Ronny

Re: [opgelost] Menu div structuur: class naam dynamisch maken

Posted: Mon Mar 09, 2009 7:04 pm
by RonnyK
Voor een mail bij een PM, moet je in je profile, bij "Personal Message Options", "Notify by email every time you receive a personal message" op "always" zetten.

Ronny