Michael Heilemann
unread,Nov 24, 2007, 9:54:41 AM11/24/07Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to habari-dev
After the Create page is done (I'm working on it right now), I'll
probably divert my attention to the comments manager. However, there's
a more basic issue I want to get cleared up before doing so.
While there is in essence only one 'manage comments' page, there are
three links. As I understand it, '/admin/moderate' shows only
unapproved comments, '/admin/moderate?search_status=1' shows approved
and '/admin/moderate?search_status=2' shows spam.
All status types can be searched, however only by specific terms,
making it virtually impossible to have a page where comments of all
types are present.
I think, with the new structure, provided that it is accepted, it
would be fortuitous to have the default 'Manage Comments' page show
comments of all types.
Secondly, shouldn't the URL be '/admin/comments'? And can the
parameters reflect the type being fetched, like: '/admin/comments?
status=spam'?