Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Language and In...Language and In...Display menu in Arabic but page URL in englishDisplay menu in Arabic but page URL in english
Previous
 
Next
New Post
8/17/2012 10:46 AM
 

Hi,

I'm creating an Arabic site and wanted to know if it is possible to have the menu in Arabic but the page name in the address bar to be in English. I realize that the Page Name in page settings is used for both the url and the menu name but could it be possible perhaps to utilize the Page Title for the menu name?

Thanks,
Best regards,
Wasim

 
New Post
8/17/2012 9:51 PM
 

Hi,

You need a third party menu module for display Page Title as menu name, link is still in english, that will make your page SEO better.

Have a look at our module feature:

http://store.dotnetnuke.com/home/prod...


 
New Post
8/18/2012 8:47 AM
 
Hi Trisata,

Thank you for your reply but I was looking more into a free solution since this is a charity site that i'm doing. Anyway I have figured out how to use the Page Title for the menu names. I used the DNN Standard menu and in the UL Tokens.txt file I changed the [=TEXT] token to [=TITLE] and it now works fine.
 
New Post
8/28/2012 6:30 AM
 
Wasim Al-Haddad wrote:
Hi Trisata,

Thank you for your reply but I was looking more into a free solution since this is a charity site that i'm doing. Anyway I have figured out how to use the Page Title for the menu names. I used the DNN Standard menu and in the UL Tokens.txt file I changed the [=TEXT] token to [=TITLE] and it now works fine.

 Hi, i did this as you said, changed the [=TEXT] token to [=TITLE] as follows, but no working .. i don't know where i did wrong?

<!--SEO NOINDEX-->
<div id="dnnMenu">
    <ul class="topLevel">
   [*>NODE-TOP]
    </ul>
</div>
<!--END SEO-->
[>NODE-TOP]
<li class="item[?FIRST] first[/?][?LAST] last[/?][?SELECTED] selected[/?][?NODE] haschild[/?]">
[?ENABLED]
<a href="[=URL]"><div>[=TITLE]</div></a>
[?ELSE]
<a><div>[=TITLE]</div></a>
[/?]
[?NODE]
            <div class="subLevel">
   <ul>
   [*>NODE]
   </ul>
            </div>
[/?]
</li>
[/>]
[>NODE]
<li class="item[?FIRST] first[/?][?LAST] last[/?][?SELECTED] selected[/?][?NODE] haschild[/?]">
[?ENABLED]
<a href="[=URL]"><div><img src="[?ICON][=ICON][?ELSE]/portals/_default/skins/darkknight/dnnstandard/images/StandardLI.png[/?]" /><span>[=TITLE]</span></div></a>
[?ELSE]
<a><div><img src="[?ICON][=ICON][?ELSE]/portals/_default/skins/darkknight/dnnstandard/images/StandardLI.png[/?]" /><span>[=TITLE]</span></div></a>
[/?]
[?NODE]
            <div class="subLevelRight">
   <ul>
   [*>NODE]
   </ul>
            </div>
[/?]
</li>
[/>]


 
New Post
8/28/2012 11:08 AM
 
Hmm! How exactly is it not working. What happens when you run it?

Here is my code (slightly modified to use only spans instead of DIVS)


<!--SEO NOINDEX-->
<div id="dnnMenu">
<ul class="topLevel">
[*>NODE-TOP]
</ul>
</div>
<!--END SEO-->
[>NODE-TOP]
<li class="item[?FIRST] first[/?][?LAST] last[/?][?BREADCRUMB] selected[/?][?NODE] haschild[/?]">
[?ENABLED]
<a href="[=URL]" class="root"><span class="rootitem">[=TITLE]</span></a>
[?ELSE]
<a class="root"><span class="rootitem">[=TITLE]</span></a>
[/?]
[?NODE]
<div class="subLevel">
<ul>
[*>NODE]
</ul>
</div>
[/?]
</li>
[/>]
[>NODE]
<li class="item[?FIRST] first[/?][?LAST] last[/?][?SELECTED] selected[/?][?NODE] haschild[/?]">
[?ENABLED]
<a href="[=URL]">[=TITLE]</a>
[?ELSE]
<a><span>[=TITLE]</a>
[/?]
[?NODE]
<div class="subLevelRight">
<ul>
[*>NODE]
</ul>
</div>
[/?]
</li>
[/>]

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Language and In...Language and In...Display menu in Arabic but page URL in englishDisplay menu in Arabic but page URL in english


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out