Cataloger anchor

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
kannibal

Cataloger anchor

Post by kannibal »

Hi,

i wish do make anchor on a template, look like this:


{section name=numloop loop=$items}
        {$items[numloop].title}

{/section}

 
 
 


{section name=numloop loop=$items}
 
    {$items[numloop].title}
 
 

{/section}


This works as log the title dosnt have special swedish chars such as åäö

is there an other way for this solution?
kannibal

Re: Cataloger anchor

Post by kannibal »

Answear my own question:

{section name=numloop loop=$items}
        {$items[numloop].title}

{/section}

 
 
 


{section name=numloop loop=$items}
 
    {$items[numloop].title}
 
 

{/section}



Still wondering, is there an better way? can i get the alias or replace an title with åäö etc?
Locked

Return to “Modules/Add-Ons”