HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Hide help icon with DNN Label Control?Hide help icon with DNN Label Control?
Previous
 
Next
New Post
6/6/2007 12:59 PM
 

Is there an option in the DNN label that can disable the showing of the help text?


-Mitchel Sellers
Microsoft C# MVP, MCITP
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 Consulting Quotes, and DNN Technical Support Services

I recommend PowerDNN and 3Essentials for DotNetNuke Hosting and BaseCamp for project management
 
New Post
6/6/2007 3:23 PM
 

I've ended up modifying the core file - controls/labelcontrol.ascx - line 4.

FROM:    <asp:image id="imgHelp" tabindex="-1" runat="server" imageurl="~/images/help.gif" enableviewstate="False"></asp:image>

TO:     <asp:image Visible="False" id="imgHelp" tabindex="-1" runat="server" imageurl="~/images/help.gif" enableviewstate="False"></asp:image>

Of course this is far from what I'd like it to be - a setting on a portal with ability to choose an icon, as well.


Vitaly Kozadayev
Principal
Viva Portals, L.L.C.
 
New Post
6/6/2007 5:25 PM
 

I replace the help.gif with a blank 1 pixel gif as that enables me to still seek out the help text when I think it might say something useful.

However, what I'd really like is if the help icon were only visible in the admin pages and in module settings. It's really only an eye-sore when the icon shows up for everyone on certain modules.

Is there perhaps a modification of vitkoz' code above that would only show the icon to authenticated uers? I'm not familiar enough with coding to do it, but I can offer the idea :)

Rob

 
New Post
6/6/2007 6:07 PM
 

I could envision the next release having a checkbox where you can toggle the help icons on/off with a click of the mouse for each respective module.  :) I, too, would like to disable it in some parts of my site; but I do like it with forms/survey, etc.

 

 

 
New Post
6/6/2007 6:35 PM
 

Replace "False" with '<%# IsEditable %>'


Vitaly Kozadayev
Principal
Viva Portals, L.L.C.
 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Hide help icon with DNN Label Control?Hide help icon with DNN Label Control?


Forum Policy

These Discussion Forums are dedicated to the discussion of the DotNetNuke Web Application Framework.

For the benefit of the community and to protect the integrity of the project, 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 DotNetNuke.
2. Discussion or promotion of DotNetNuke product releases under a different brand name are strictly prohibited.
3. No Flaming or Trolling.
4. No Profanity, Racism, or Prejudice.
5. Site Moderators have the final word on approving/removing a thread or post or comment.
6. English language posting only, please.

Attend A Webinar
Free Demo Site
Download DotNetNuke Professional Edition Trial
Have Someone Contact Me
Have Someone Contact Me

Like Us on Facebook Join our Network on LinkedIn Follow DNN Corporate on Twitter Follow DNN on Twitter

Advertisers

DotNetNuke Scoop!

Sponsors

DotNetNuke Corporation

DotNetNuke Corp. is the steward of the DotNetNuke open source project, the most widely adopted Web Content Management Platform for building web sites and web applications on Microsoft. Organizations use DotNetNuke to quickly develop and deploy interactive and dynamic web sites, intranets, extranets and web applications. The DotNetNuke platform is available in a free Community and subscription-based Professional and Enterprise Editions with an Elite Support option. DotNetNuke Corp. also operates the DotNetNuke Store where users purchase third party apps for the platform.