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.
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.
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 .
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.
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 :)
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.
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
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 .
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
https://our.umbraco.org/forum/templates-partial-views-and-macros/77019-same-text-to-the-link-document
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
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
is working on a reply...