On 8/18/05, Nitin Shirke <[EMAIL PROTECTED]> wrote: > > Has anyone implemented a way to allow the administrator to delete some > of the comments?
The individual blog owner can delete comments for a particular post in the Edit Weblog window (at the bottom). There is no facility for the Roller Admin to delete comments, nor for a blog owner to manage *all* comments. > Also I have been trying to get rid of the calendar and the blogroll in > my comments page. The comments page is actually the same page as the main Weblog page. Currently the calendar is generated by a JSP Tag which is called via Velocity. You would have to alter it to be aware that one is looking at a comment page and to skip calendar display. The blogroll is displayed by a roller macro (check bookmarks.vm) - you'd have to likewise customize that macro. Lance
