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 ForumsFeedbackFeedbackBug: SubjectID sent when subject set to hiddenBug: SubjectID sent when subject set to hidden
Previous
 
Next
New Post
3/2/2007 4:32 PM
 
When the module is set to hide the subject field, the email sent includes the ID as a subject and not the list value that corresponds.

Do you know the truth when you hear it?
Néstor Sánchez
The Dúnadan Raptor -->Follow Me on Twitter Now!
 
New Post
3/16/2007 1:48 PM
 
I've seen this as well.  When the subject is visible (either editable or not) the subject value is sent correctly in the email.  But when the subject is hidden it looks like it's sending a key value as the subject in the email.
 
New Post
3/16/2007 1:53 PM
 

This issue has been identified and will be fixed in the next release.

Sanjay


AcuitiDP - Oracle Data Provider for DotNetNuke
 
New Post
5/2/2007 4:05 PM
 

I ran into this as well. Any timeframe for the next release?


David O'Leary
Efficion Consulting
 
New Post
5/2/2007 6:55 PM
 

Not sure when the next release will be out but it should be shortly.
Here's the fix that should resolve this issue in the interim (for those who are ok with recompiling the module).

Open up Feedback.ascx.vb and scroll to line 309 which should read

If Not IsNothing(feedback_subject) Then
     oFeedback.Subject = feedback_subject


Change it to the following

 

 

If Not IsNothing(feedback_subject) Then
      'Grab the subject value and not the id.
      Dim feedbackController As New FeedbackController()
      Dim arryFeedbackItem As ArrayList = feedbackController.GetFeedbackList(True, PortalId, Convert.ToInt32   (feedback_subject), FeedbackList.Type.Subject, False

)

 

 

     If (arryFeedbackItem.Count > 0) Then
           Dim objFeedbackItem As FeedbackList = CType(arryFeedbackItem(0), FeedbackList)
           oFeedback.Subject = objFeedbackItem.ListValue
End If

 

 

This should in essence get back the subject value instead of the ID. Please note that I've not tested this 100% but am writing this from memory based on how the objects work.
If anyone has a problem after making this change, please feel to respond on this forum thread and I'll respond as soon as possible to help out.

Thanks

Sanjay

 


AcuitiDP - Oracle Data Provider for DotNetNuke
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsFeedbackFeedbackBug: SubjectID sent when subject set to hiddenBug: SubjectID sent when subject set to hidden


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