[opgelost] Menu div structuur: class naam dynamisch maken

Nederlandse ondersteuning voor CMS Made Simple

Moderator: velden

Post Reply
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm
Location: Raalte, the Netherlands

Re: Menu div structuur: class naam dynamisch maken

Post 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
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm
Location: Raalte, the Netherlands

Re: Menu div structuur: class naam dynamisch maken

Post by RonnyK »

Bert,

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

Ronny
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm
Location: Raalte, the Netherlands

Re: Menu div structuur: class naam dynamisch maken

Post 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
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm
Location: Raalte, the Netherlands

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

Post 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
Post Reply

Return to “Dutch - Nederlands”