Disable Drupal Comment Preview Button

Disable Drupal Comment Preview Button

Drupal 6 only allows you to set the comment preview button be either “Required” or “Optional”, but does not allow you to turn it off totally. But you can turn it off easily by updating your theme’s CSS file. To hide the preview button, add the following to your theme’s CSS:
#comment-form #edit-preview {
    display: none;
}
Hope this helps..

Leave a Reply

Your email address will not be published.

My new Snowflake Blog is now live. I will not be updating this blog anymore but will continue with new contents in the Snowflake world!