Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Fuji Kusaka 2203 posts 4220 karma points
    Apr 26, 2011 @ 19:30
    Fuji Kusaka
    0

    Special Characters with Multiple Website

    Hi,

    I have a multiple website, EN/FR. Everything is working as should be but somehow am having some issues with special characters when building the French version.

    In my navigation menu which i created with my XSLT I have some links in my menu with special characters like "Creé" or "Conséquences". My question is how do i get my url to remove the special characters but my navigation will still have the special characters displayed for French Version.

     

    Fuji

  • Jan Skovgaard 11280 posts 23678 karma points MVP 11x admin c-trib
    Apr 26, 2011 @ 21:55
    Jan Skovgaard
    0

    Hi Fuji

    How have you structured the Umbraco site?

    Usually I think this is solved by using a textfield for the Nodes name in the menu instead of relying on the nodeName.

    Does this make sense? This way I guess you should be able to work around your issue.

    /Jan

  • Chriztian Steinmeier 2798 posts 8788 karma points MVP 8x admin c-trib
    Apr 26, 2011 @ 23:17
    Chriztian Steinmeier
    1

    Hi Fuji,

    If you're creating the links using @nodeName in the XSLT, like this:

    <a href="{umbraco.library:NiceUrl(@id)}"><xsl:value-of select="@nodeName" /></a>

    There should be no problems - to fix the characters in the URL: They are replaced through some rules in a .config file, so if they're not being replaced the way you want you should be able to edit them in the umbracoSettings.config file, in the <urlReplacing> section.

    /Chriztian

  • Fuji Kusaka 2203 posts 4220 karma points
    Apr 27, 2011 @ 08:50
    Fuji Kusaka
    0

    Hi  Chriztian,

    This is the way to it thats what i was looking for <urlReplacing>

     

    Fuji

     

Please Sign in or register to post replies

Write your reply to:

Draft