Copied to clipboard

Flag this post as spam?

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


  • sumathi 7 posts 77 karma points
    May 04, 2016 @ 06:05
    sumathi
    0

    Change the text in link to document type.

    Hi, i was created two umbraco document type called first,second.i used to create page based on two templates ,while creating page i given Swedish text FÖNSTER when i go to the properties , checked the link to document type:/foenster. like it shows.

    is there any possibility to get wat ever text i given in the page creation. I want to be link to document type:/FÖNSTER is any one knows help me.

  • Jan Skovgaard 11280 posts 23678 karma points MVP 11x admin c-trib
    May 04, 2016 @ 06:41
    Jan Skovgaard
    0

    Hi Sumathi

    I don't know if it's a good idea to change the url to become "fönster" it might open a can of worms with browser issues with dealing properly with the umlaut.

    So unless you have very good reason to change it then I suggest to not do it. But maybe that's just me being overly concerned :)

    In the /config/umbracoSettings.config file you can go to the <urlReplacing> element and find the <char org="ö">oe</char>, which you can just uncomment and then Umbraco wan't replace the character with oe anymore. I guess you probably want to uncomment the ones for ä and ü as well.

    After doing this you'll need to recycle the application pool in order to have the changes take effect.

    Hope this helps - If it should start to experience weird issue due these changes the good thing is that it's easy to add the replacements again.

    /Jan

  • sumathi 7 posts 77 karma points
    May 04, 2016 @ 07:01
    sumathi
    0

    HI jan, Thanks for helping, I tryes what u instructed me but in config/Umbracosettings.config there is nothing urlreplacing tab and also char tab. Is there any possibility to add statically here or is there any other alternative .

  • Jan Skovgaard 11280 posts 23678 karma points MVP 11x admin c-trib
    May 04, 2016 @ 07:23
    Jan Skovgaard
    0

    Hi Sumathi

    Hmm, what is the exact version of Umbraco that you're using? There should be at least a <urlReplacing removeDoubleDashes="true" toAscii="false"> element in this file somewhere - If it's not included by default (It was changed some years ago to only include a few of the regular setitngs by default) then you should be able to include it yourself by following the instructions here http://our.umbraco.org/documentation/using-umbraco/config-files/umbracoSettings/

    Search for the "Requesthandler" section in the documentation - That one should also be present in the umbracoSettings.config file by default at least.

    Hope this helps.

    /Jan

  • Dennis Adolfi 1082 posts 6450 karma points MVP 6x c-trib
    May 04, 2016 @ 07:25
  • sumathi 7 posts 77 karma points
    May 04, 2016 @ 08:03
    sumathi
    0

    Hi jan, i updated what u suggested to me but its not chaging the existing tempalte pages.

    Currently i am using Umbraco 7.4.3

  • Jan Skovgaard 11280 posts 23678 karma points MVP 11x admin c-trib
    May 04, 2016 @ 21:24
    Jan Skovgaard
    0

    Hi Sumathi

    Hmm, can you please post the content of your umbracoSettings.config file? That might make it easier to figure out whether things are not working due to a type or not :)

    Cheers, Jan

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies