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, ...help icon for labelshelp icon for labels
Previous
 
Next
New Post
7/26/2007 4:05 PM
 

Hello,

I love the way DNN is highly configurable... except those label help icons.  Is there anyway to turn this off?

Thanks,

Jake

 
New Post
7/27/2007 1:03 AM
 

not by configuration. you need either to edit the label control or replace the help image with a 1x1 transparent gif.


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
7/27/2007 9:56 AM
 

As mentioned you must either edit the control or replace the image and that would apply to ALL portals on the installation

As a note if you hide the image you might need to add a few non-breaking spaces before the label control in the code to keep the spacing correct.  (I learned this the hard way a while back...)


-Mitchel Sellers
Microsoft MVP, ASPInsider, DNN MVP
CEO/Director of Development - IowaComputerGurus Inc.
LinkedIn Profile

Visit mitchelsellers.com for my mostly DNN Blog and support forum.

Visit IowaComputerGurus.com for free DNN Modules, DNN Performance Tips, DNN Consulting Quotes, and DNN Technical Support Services
 
New Post
7/27/2007 1:22 PM
 

You can also do this (provided you have access to the file - root\controls\labelcontrol.ascx):

    <asp:linkbutton id=cmdHelp tabindex="-1" runat="server" CausesValidation="False" enableviewstate="False">
<% If DotNetNuke.Security.Permissions.TabPermissionController.HasTabPermission("EDIT") Then%>
           <asp:image id="imgHelp" tabindex="-1" runat="server" imageurl="~/images/help.gif" enableviewstate="False"></asp:image>
<%Else%>
&nbsp;&nbsp;
<%End If%>
    </asp:linkbutton>

This way administrators can still see them and users will not (no-break space characters are added per Mitchel's comment above.)


Vitaly Kozadayev
Principal
Viva Portals, L.L.C.
 
New Post
6/22/2010 5:54 PM
 
Actually there is another way yu can try. Add this CSS to your skin or to the Portal CSS in Site Settings /* hide dnn label help icon */ label a img { display: none; } Just be aware that because this is a generic rule, this will affect any elements that matches the label->a->img pattern. I havent noticed any other such occurances, but its possible. It would be great if the img element had a class on it like "dnnhelp". Also if you wanted to change the image, you could try styling the "label a" pattern with background image. I havent tried it, but it should be possible.
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...help icon for labelshelp icon for labels


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