Jump to:
| Project: | Arthemia |
| Version: | 6.x-1.1 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | HS |
| Status: | closed (fixed) |
Issue Summary
Hi,
Great theme! Thank you!
I noticed that unpublished comments, or comments not yet approved, don't have any distinct look to them to tell them apart from published comments.
Comments that are pending approval should look different or at least have a different background colour so people with right permissions assigned can approve them.
With this current scenario, I find some roles with 'Administer comments' permissions don't know the comment is not yet approved and reply to the comment before approving. They see the comment because the permissions to administer comments make the comment visible to them, but nothing says the comment is still unpublished. Those who do not have 'Administer comments' permission, don't see the unpublished comment (comment pending approval) so it all looks rather silly.
Comments
#1
Is there any specific styling you would prefer to have added to this theme?
I am unsure as to how they should be themed.
#2
Hi thank you for responding.
It should prominently display "awaiting moderation" or " not published" to those who have administer comments privileges. It should also have a different background colour than the published comments, to make them stand out at first glance. Perhaps a pink background colour?
Thanks for the theme!
#3
Since no response has been received in over a month. I had to figure this out myself.
Add the following to your theme's CSS:
.comment-unpublished {
background-color: #FFCCCC;
}
You can change the colour (#FFCCCC) to anything you want.
#4
Automatically closed -- issue fixed for 2 weeks with no activity.