Blog "New Comment" fieldset

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
12/11/2012 9:02:15 AM
Gravatar
Total Posts 2239

Blog "New Comment" fieldset

Hi Joe,

Is there any way to make the "New Comment" (fldEnterComments) fieldset not show up when comments are disabled for a particular post? It's just an empty fieldset, so it's rather useless really.

P.S. I really like the new CKeditor skin. It's very clean and seems like the icons are a bit bigger as well.

Thanks,
Joe D.

12/11/2012 12:04:49 PM
Gravatar
Total Posts 18439

Re: Blog "New Comment" fieldset

Hey Joe,

Thanks for pointing that out, it is a bug. I've just fixed it in my copy so it will be fixed in the next release. However you can also fix it immediately in your copy by editing

/Blog/Controls/BlogViewControl.ascx

look for this:

<fieldset id="fldEnterComments" runat="server">

and change it to this:

<fieldset id="fldEnterComments" runat="server" visible="false">

It is actually the fieldset for the legacy blog comment system rather than the new comment system.

Thanks,

Joe

You must sign in to post in the forums. This thread is closed to new posts.