| 
                                                                            
                                                                                kentico_martind
                                                                            - 
                                                                                12/28/2009 4:36:39 AM
                                                                            
                                                                         
                                                                        RE:Limit the number of characters in a Forum Post 
                                                                            Hi Valerie,
 You can modify directly the ~\CMSModules\Forums\Controls\NewPost.ascx(.cs) control to ensure required functionality. The content of CMSHtmlEditor is stored in its 'Value' property, e.g. in this control it's: htmlTemplateBody.Value
 
 Please note there is HTML source code of the content stored (i.e. including HTML tags).
 
 Best Regards,
 
 Martin Dobsicek
 
                                                                            
                                                                         
 
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                         
                                                                            
                                                                            
                                                                            
                                                                            
                                                                         
                                                                         |