Thursday, November 20, 2008     | Register
To start or answer a thread you will need to login...


Forum Guidelines

Please ensure you follow the bug-raising guidelines (e.g. post the full error from your Event Viewer) if you are raising a support call. To request a feature in a module, please use Feature Requests (unless you want to discuss it here in more detail first). If you have an urgent feature that you would like to see in the product then you should consider a Sponsored Enhancement.

 

First Time User? Make sure you have read the Module Config Guide in the documents folder of each module. Also check out this handy Module Deployment Guide (written by a Smart-Thinker customer!)

Configuration issues and no time to read the Forums/Documentation? See our DotNetNuke Premium Support Service.

 

We need your opinion! Please read our proposed new CrowdSourcing development method and let us know if you would be interested and if it might work.

 
 
  Forums  DotNetNuke  Smart-Thinker E...  Make RSVP Public Comment not mandatory
Previous Previous
 
Next Next
New Post 2/12/2008 6:14 AM
Resolved
  Kristof Goossens
11 posts
4th Level Poster


Make RSVP Public Comment not mandatory  (Belgium)

Is it possible to make the public comment field of the rsvp optional? How can did be done?

 
New Post 2/13/2008 8:15 PM
Accepted Answer 
  Rodney Joyce
2904 posts
www.DNNDir.com
1st Level Poster




Re: Make RSVP Public Comment not mandatory  (Australia)

No, this is not possible. At some point in the future I want to make this an Event Owner choice. I think there is a Feature Request for it if you would like to vote on it.


Thanks
Rodney
See our modules in action on PokerDIY, a social network for home poker players

Smart-Thinker DotNetNuke Development Blog
 
New Post 8/25/2008 12:38 PM
  nate1380
3 posts
5th Level Poster


Re: Make RSVP Public Comment not mandatory  (United States)

Actually I was able to change that.  If you edit the EventRSVPEdit.ascx file and simply change the RequiredField parameter to false that'll fix it.  Code section below:

<tr>

<td class="subhead" valign="top"><dnn:label id="pllblComment" suffix=":" controlname="lblComment" runat="server"></dnn:label></td>

<td><st:smarttextbox id="txtComment" runat="server" width="400px" TextMode="MultiLine"

Rows="4" RequiredField="True" ClientValidation="true" text="" MaxLength="250" IncludeMessageLineBreak="False"

DisplayAsterix="True" MinMaxDataType="String" MandatoryLanguageStringCode="" />

<asp:regularexpressionvalidator id="valMaxLengthCheck" runat="server" ControlToValidate="txtComment" CssClass="FieldValidationMessage"

ValidationExpression="^[\s\S]{0,250}$" resourceKey="valMaxLengthCheck" /></td>

</tr>

 
New Post 8/26/2008 11:29 PM
  Rodney Joyce
2904 posts
www.DNNDir.com
1st Level Poster




Re: Make RSVP Public Comment not mandatory  (N/A)

Thanks for sharing!


Thanks
Rodney
See our modules in action on PokerDIY, a social network for home poker players

Smart-Thinker DotNetNuke Development Blog
 
Previous Previous
 
Next Next
  Forums  DotNetNuke  Smart-Thinker E...  Make RSVP Public Comment not mandatory
Top Threads
In the past 1 week, we have 33 new thread(s) and 82 new post(s)
The most popular thread has been Re: Module Deployment Guide – Visualized (Profile, Group, Wall)
The most active thread has been Multipaid Sponsored Enhancements / Crowdsourcing to improve modules
Smart-Thinker is powered by DotNetNuke - please support us and DotNetNuke - DotNetNuke Powered!
© 2008 Smart-Thinker   |  Privacy Statement  |  Terms Of Use