Quick Nav:  Online Store   |   Login | Register

ExcludeTabs Problem

Rate this topic:

Please Register to post a reply. Another benefit of registration is the ability to subscribe to and recieve notifications of new posts.
AuthorMessages
Max L
<20 Posts
Posts:3


08/27/2008 7:56 AM  

ExcludeTabs does't work with non-english chars in tab names. Need help.

John Mitchell
Posts:3478


08/27/2008 9:18 AM  

Hi Max,

Please give me an example.

Max L
<20 Posts
Posts:3


08/28/2008 3:17 AM  
Hi John,
For example i've got 3 pages with Page Names: Форум, Новости, Фото.
I'd like to exclude pages Форум and Фото from menu.
I've tried to exclude :
ExcludeTabs="Форум,Фото" - does't work
ExcludeTabs="Ф.*" - does't work

John Mitchell
Posts:3478


08/28/2008 8:22 AM  

Ok, this is because Regular Expressions need to be told that certain characters are unicode (two bytes instead of one).

Try this:

ExcludeTabs="\u0424\u043E\u0440\u0443\u043C,\u0424\u043E\u0442\u043E"

To do the conversion, I found a handy utility here:

http://rishida.net/scripts/uniview/conversion.php

The javascript box at the bottom has the \u type conversions needed.

DjZ0rKy
<20 Posts
Posts:15


08/29/2008 12:53 PM  

I have a problem like this but with a french caracter : é

When I include the : Activités... the menu dosen't appear...

 

Solution?

DjZ0rKy
<20 Posts
Posts:15


08/29/2008 1:16 PM  

Ok i solve my problem!

thanks

Max L
<20 Posts
Posts:3


08/30/2008 1:29 AM  
thanks John
green flash
<100 Posts
Posts:51


10/24/2008 4:17 PM  
you can use ASCII codes of that characters while excluding them, i used them with Turkish locale and it worked.

DotNetNuke Türkçe
Please Register to post a reply. Another benefit of registration is the ability to subscribe to and recieve notifications of new posts.



ActiveForums 3.7
Powered by: Snapsis Software