Admit it. Those little questionmark help icons are ugly. Even if you replace the icon image with something more fancy, you still have to display them everywhere, even at the front-end (for example, the Feedback module uses them). And, if you’re developing for more than one language, that creates an awful lot of work for you, since you have to translate all texts that appear as tooltips when you hover over the icons.
There’s an easy way to hide them, though, and it’s site-wide. It will also apply to any third-party modules that use the dnn label control for providing labels for form controls.
Go to controls\labelcontrol.ascx and change the following line:
<asp:image id="imgHelp" runat="server" imageurl="~/images/help.gif" enableviewstate="False" />
to
<asp:image visible="false" id="imgHelp" runat="server" imageurl="~/images/help.gif" enableviewstate="False" />
That’s right. A visible=”false” attribute and the icons will disappear.
Also, if you notice that the labels are shifted to the left a bit (especially in IE), then go two lines above and change the line:
<span style="width:15px">
to
<span style="width:0px">
Or delete the span tag all together.
You can find a relevant thread on DotNetNuke.com with some more tips and tricks for the labelcontrol.ascx file here.
Have fun!
Best Recommended DotNetNuke Hosting
ASPHostPortal.com is the leading provider of Windows hosting and affordable DotNetNuke Hosting. DotNetNuke Hosting from ASPHostPortal.com provides a safe, reliable and performance-driven foundation for your DotNetNuke website. DotNetNuke is the perfect Content Management System for managing and developing your website with one of ASPHostPortal’s Hosting plans. ASPHostPortal has ability to support the latest Microsoft and ASP.NET technology, such as: WebMatrix, WebDeploy, Visual Studio 2015, .NET 5/ASP.NET 4.5.2, ASP.NET MVC 6.0/5.2, Silverlight 6 and Visual Studio Lightswitch, ASPHostPortal guarantees the highest quality product, top security, and unshakeable reliability, carefully chose high-quality servers, networking, and infrastructure equipment to ensure the utmost reliability.