When use Kentico for a Blog with Comments, it has the following fields:
- Name
- Your URL
- Comments
But I want to use the current authenticated user's name, and don't need the E-mail or Your URL options.
On one-off pages, we can use CSS to set the fields to display:none by their HTML IDs, but that won't work for Blogs because the IDs will change often since they are generated by ASP.NET based on the control tree.
Is there a way to hide these fields by configuring the BlogComments web part (we can't find any settings in there for them), or do we have to replace the BlogComments web part with custom code?
UPDATE: Looks like you can't do this without customizing code (see accepted answer below), at least in v5.5 R2 and older; maybe not in v6 either? Vote for the feature suggestion to add it at to a future version of Kentico in this Kentico UserVoice request.