How to show comment awaiting moderation ?

Posted in: Newspaper
Post count: 28

Hello Sir,
1] On our site we put all comments under moderation.

In our site’s newspaper theme, when a visitor makes a comment its not visible to him so he makes 3-5 similar comments again in vain..

is it possible to show the visitor text like “Thanks for commenting, your comment is awaiting moderation” after he makes a comment

2] Also Sir plz let us know how to remove the url field from the comments, we do get lot of manual spam comments & wud like to altogether remove the url box from the comments to avoid the headache of every time editing the url & removing it for every comment

Awaiting reply
Best regards

Post count: 22421

Hello,
1) Unfortunately I cannot provide a quick solution for the comments text. This will have to be made custom or as an alternative you can maybe find a plugin that has such functionality.
2) you can remove the email box with css like so:
.comments #email{
display:none!important;
}

SImply add the code in the theme panel->custom css box.
Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.