Portal Engine Questions on portal engine and web parts.
Version 5.x > Portal Engine > Comments in blogs View modes: 
User avatar
Member
Member
bartek - 3/9/2010 9:23:32 AM
   
Comments in blogs
Is it possible to turn off "Your URL" field in add form of CommentView and in Message board controls?

User avatar
Kentico Support
Kentico Support
kentico_radekm - 3/9/2010 9:54:28 AM
   
RE:Comments in blogs
Hello.

Yes, it is possible. You need to modify this control: \CMSModules\Blogs\Controls\BlogCommentEdit.ascx and remove appropriate control: <asp:TextBox ID="txtUrl" runat="server" CssClass="TextBoxField" MaxLength="450" EnableViewState="false" />

Best Regards,
Radek Macalik

User avatar
Member
Member
bartek - 3/9/2010 11:11:19 AM
   
RE:Comments in blogs
Great, thanks