By salateenoo on
can i display the comment content type beside the comments in the Approval queue page?
i mean to display beside the comment anything that says to me that this comment is a "Story" or a "Page" ?
what files or functions is responsible to accomplish this ?
Comments
=-=
In admisiter -> content types you can use filters.
or you can build views with the views.module that does what you ask.
yes, views module would be
yes, views module would be best, as you could just add another admin page that does exactly what you want,
Hmmm.. but then there is no way to easily get the 'update options'. Check out the Views Bulk Operations module. That might be a able to do it, but I'm only passingly familiar with it.
You could also probably use hook_form_alter on comment_admin_overview form, add the field, then override theme_comment_admin_overview buy putting a copy in your template.php and renaming it YOUR_THEME_comment_admin_overview.