Enable Comment Module in Drupal 7 Using PHP

Introduction

This article explains how to enable Comment Module in Drupal 7 Using PHP. For enabling comments in your page you first need the comment module. The comment module is available on our drupal core module and you will go to modules and see your comment section. After this you will check this module and save the configuration and then save your configuration. You will then check your configuration and permission settings.

comment1.jpg

Then check your configuration settings.

comment2.jpg

You can now use the comment module. Here, I will create one content showing a comment.

First of all click on "Add content".

comment3.jpg

And next choose "Article".

comment4.jpg

And here the Tile, Tags and Body sections are shown. After doing this section you will check your comment setting.

comment5.jpg

comment6.jpg

Your next setting is Publishing Option, such as:

comment7.jpg

Finally show your comment section in your content as in the following:

comment8.jpg


Similar Articles