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 ForumsFeedbackFeedbackmod. feedback module doesnmod. feedback module doesn't send all textfields
Previous
 
Next
New Post
2/11/2008 7:37 AM
 

Hi guys,

I have modified the dnn-feedback module several times and it worked fine. now i upgraded to 4.4.3 and i only get the "name" field in my e-mail.

it would be very helpful if someone of you could give me a hint, where to look if EVERY textbox and dropdown-values etc. are really considered when i click the "send" button.

or could this be an upgrade issue? i modified the feedback.ascx in version 4.4.2 (i think) and upgraded afterwards.

thanks for your help!

Alex

 
New Post
2/11/2008 9:38 AM
 

Hi Alex,

as I already answered your same question in our German forums: you need to modify cmdSend_click in code behind (feedback.aspx.vb) and recompile.

See line 311                     Dim strBody As String = objPortalSecurity.InputFilter(txtBody.Text, PortalSecurity.FilterFlag.NoScripting And PortalSecurity.FilterFlag.NoSQL )

where you need to repalce txtBody.Text with the formatted list of your fields.


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
2/13/2009 6:46 AM
 

Sebastian Leupold wrote

you need to modify cmdSend_click in code behind (feedback.aspx.vb) and recompile.

I have recompile but the changes in the .vb file is not shown :(

I can only see the orginal module ... the changes in the aspx file is working

but anychange i made in .vb file will not work as all

 

 
New Post
2/13/2009 9:28 AM
 

Have you copied over the recompiled dll into the bin folder?

Also some more information on what you're doing (code) would help..

Sanjay


AcuitiDP - Oracle Data Provider for DotNetNuke
 
New Post
2/15/2009 11:51 PM
 

Plz make it more clear ....

After i replace the orginal Feeback module folder with one i Downloaded ( one with Source Code )

should i also replace the DLL file in folder ... "DotNetNuke\bin"

1. DotNetNuke.Modules.Feedback.dll

2. DotNetNuke.Modules.Feedback.SqlDataProvider.dll

Or 'Build' from VisualStudio will automatically replace those DLL ??

If you can plz provide full stepwise how to replace 'Feedback' Module with the Downloaded one with Source Code

 

Now about the code i am trying to change is

File: Feedback.ascx

Line No : 70

<asp:linkbutton id="cmdSend_old" ValidationGroup="Feedbackform" resourcekey="cmdSend" runat="server" cssclass="CommandButton"   causesvalidation="True">Send</asp:linkbutton>
 <asp:ImageButton ID="cmdSend"  ValidationGroup="Feedbackform" resourcekey="cmdSend" runat="server" cssclass="CommandButton" causesvalidation="True" runat="server" ImageUrl="images/green-ok.gif" />
 

As I like to replace the send buttom with the image button

File: Feedback.ascx.vb

Line No : 60

        Protected WithEvents cmdSend_Old As System.Web.UI.WebControls.LinkButton
        Protected WithEvents cmdSend As System.Web.UI.WebControls.ImageButton

But i get error while compiling

Error    35    The base class includes the field 'cmdSend', but its type (System.Web.UI.WebControls.LinkButton) is not compatible with the type of control (System.Web.UI.WebControls.ImageButton).    C:\DNN\DotNetNuke\DesktopModules\Feedback\Feedback.ascx    1   
 

So clearly i think the file Feedback.ascx is not reading the file Feedback.ascx.vb

 

 

 

 

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsFeedbackFeedbackmod. feedback module doesnmod. feedback module doesn't send all textfields


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