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...Skins, Themes, ...Skins, Themes, ...Change menu item names, but not change menu link address?Change menu item names, but not change menu link address?
Previous
 
Next
New Post
2/3/2016 6:51 PM
 

So my managers want to change the verbiage of some of our menu items without have the name change effect the path of the link

For example, right now we have "Payer List" on the menu that goes to /payerlist.aspx and we have a few hundred links going to that specific address. However, now we want the menu item to change to "Professional Payer List". If you make this change in DNN Admin it changes the link address to /professionalpayerlist.aspx. Is there anyway to change the name of a menu item and not change the link address?  

 
New Post
2/4/2016 2:22 AM
 

Oliver,

which DNN version?

What you can do in all versions is implementing a Request filter (under Host::HostSettings::Other Settings), like this:

Server Variable: HTTP_URL
Operation: Equal
Match value: /payerlist.aspx
Action: Redirect
Location: http://www.mysite.com/professionalpayerlist.aspx

(Maybe you have to play around a bit with the values, but this way it should work)

Happy DNNing!
Michael


Michael Tobisch
DNN★MVP

dnn-Connect.org - The most vibrant community around the DNN-platform
 
New Post
2/4/2016 3:15 AM
 
Oliver French wrote:

So my managers want to change the verbiage of some of our menu items without have the name change effect the path of the link

For example, right now we have "Payer List" on the menu that goes to /payerlist.aspx and we have a few hundred links going to that specific address. However, now we want the menu item to change to "Professional Payer List". If you make this change in DNN Admin it changes the link address to /professionalpayerlist.aspx. Is there anyway to change the name of a menu item and not change the link address?  

This is possible in DNN7 with the advanced url option on. As you say the url eds with .aspx, you don't have the advanced urls.
That can be changed in the web.config (in DNN 7.1+), this allows you to define a page url and page name separately.

http://www.dnnsoftware.com/wiki/activ...

 
New Post
2/4/2016 3:53 AM
 
Another answer is a 301 redirect, http://www.ifinity.com.au/Blog/EntryI...

Best wishes,
- Richard
Agile Development Consultant, Practitioner, and Trainer
www.dynamisys.co.uk
 
New Post
2/4/2016 4:49 AM
 
There's more than one way to skin a cat :-)

Happy DNNing!
Michael

Michael Tobisch
DNN★MVP

dnn-Connect.org - The most vibrant community around the DNN-platform
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Change menu item names, but not change menu link address?Change menu item names, but not change menu link address?


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