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

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsFeedbackFeedbackdisabling help for Feedback moduledisabling help for Feedback module
Previous
 
Next
New Post
11/6/2006 2:30 PM
 

DNNers

Forgive me if this is a silly question, but how do I disable the Help functionality for the Feedback module.  I am referring to the question marks that appear to the left of the DNN labels for the feedback form.

Thanks
Mark

 
New Post
11/9/2006 3:04 PM
 
I don't know that you can do this for only the Feedback Module since this is a User Control that is used by the entire portal.  However, if you want to disable it for the entire site you can add the Visible attribute to the "controls/labelcontrol.ascx" file like shown below.  (There might be another way, but this is the quick and easy approach.)


<%@ Control Language="vb" AutoEventWireup="false" Inherits="DotNetNuke.UI.UserControls.LabelControl" targetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<label id=label runat="server">
  <asp:linkbutton id=cmdHelp tabindex="-1" runat="server" CausesValidation="False" enableviewstate="False" Visible="false">
    <asp:image id="imgHelp" tabindex="-1" runat="server" imageurl="~/images/help.gif" enableviewstate="False" Visible="false"></asp:image>
  </asp:linkbutton>
  <asp:label id=lblLabel runat="server" enableviewstate="False"></asp:label>
</label>
<br>
<asp:panel id=pnlHelp runat="server" cssClass="Help" enableviewstate="False">
  <asp:label id=lblHelp runat="server" enableviewstate="False"></asp:label>
</asp:panel>

Will Strohl

Upendo Ventures Upendo Ventures
DNN experts since 2003
Official provider of the Hotcakes Commerce Cloud and SLA support
 
New Post
2/19/2007 6:08 PM
 

Has there been update on this issue? I have the same problem in that i would like to remove the help "questionmarks" from the form rather then the entire portal?

Ben

 
New Post
2/22/2007 12:41 PM
 

you could try what the previous poster said or go into the Feedback form (ascx file) and set the property of the label to false

<dnn:label id="plName" runat="server" controlname="txtName" suffix=":" visible=false></dnn:label>
The problem with doing this is that you'll not see the labels beside the form fields either. However, you could rectify this by adding your own label and setting it's value to whatever you want for the label to say..
Sanjay

AcuitiDP - Oracle Data Provider for DotNetNuke
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsFeedbackFeedbackdisabling help for Feedback moduledisabling help for Feedback module


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