DNN Forums

Ask questions about your website to get help learning DNN and help resolve issues.

[L] showing on every menu link

 3 Replies
 3 Subscribed to this topic
 37 Subscribed to this forum
Sort:
Author
Messages
New Around Here
Posts: 2
New Around Here

I downloaded DNN9 and installed it for the first time, I've never used it before. I installed it on my 2016/IIS10 dev server, running SQL 2012. It installed and operates flawlessly, with one caveat.

Every menu link shows a [L] in front of it. So for instance, the main pane menu on the left pops out and looks like this:

[L]CONTENT
[L]Pages
[L]Recycle Bin

Same for the top menu, it shows [L]Logout, and a [L] is overlaid on top of the Messages and Notification icons.

Anyone have any idea where this is coming from, and how to get rid of it?

Update: Interestingly, it's also being added as a prefix to the subject of emails being sent by DNN:

Subject: [L]DNN SMTP Configuration Test from servername

Veteran Member
Posts: 1246
Veteran Member
MVP
MVP
You're an MVP!
That "menu" is the Persona Bar and is the administrative interface to your site. It should be visible only if you are logged in and superuser.

Do you see icons on the left, below the DNN logo at the top?
Advanced Member
Posts: 159
Advanced Member
MVP
MVP
You're an MVP!

In the <code>web.config</code> there's an app setting named <code>ShowMissingKeys</code>. This is designed to help you see what has and has not been translated (i.e. which text is using localization, coming from a <code>resx</code> file). When this is set to true, it adds <code>&#91;L&#93;</code> to localized text, and displays missing resource text as the key name with <code>RESX:</code> as a prefix, e.g. <code>RESX:FirstName.Text</code>. Setting that key to <code>false</code> in the <code>web.config</code> will turn this off.

New Around Here
Posts: 2
New Around Here
Posted By Brian Dukes on 24 Jan 2022 09:37 AM

In the <code>web.config</code> there's an app setting named <code>ShowMissingKeys</code>. This is designed to help you see what has and has not been translated (i.e. which text is using localization, coming from a <code>resx</code> file). When this is set to true, it adds <code>&#91;L&#93;</code> to localized text, and displays missing resource text as the key name with <code>RESX:</code> as a prefix, e.g. <code>RESX:FirstName.Text</code>. Setting that key to <code>false</code> in the <code>web.config</code> will turn this off.

 

Thank you, yes, this was it. I'm not sure that was enabled, but disabling it fixed the issue.

 

These Forums are for the discussion of the open source CMS DNN platform and ecosystem.

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

  1. If you have (suspected) security issues, please DO NOT post them in the forums but instead follow the official DNN security policy
  2. No Advertising. This includes the promotion of commercial and non-commercial products or services which are not directly related to DNN.
  3. 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.
  4. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  5. No Flaming or Trolling.
  6. No Profanity, Racism, or Prejudice.
  7. Site Moderators have the final word on approving / removing a thread or post or comment.
  8. English language posting only, please.

Would you like to help us?

Awesome! Simply post in the forums using the link below and we'll get you started.

Get Involved