better-comments-wrapper.tpl.php |
theme/better-comments-wrapper.tpl.php |
|
Default theme implementation to provide an HTML container for comments. |
better-comments.tpl.php |
theme/better-comments.tpl.php |
|
Default theme implementation for comments.
$user_picture - Holds value if better_comments_picture is set or not. |
better_comments.admin.inc |
better_comments.admin.inc |
|
Better comment settings form. |
better_comments.css |
css/better_comments.css |
|
div.comment-body {
border: 1px solid #ccc;
display: inline-block;
margin: 10px 0;
padding: 5px 0;
width: 90%;
min-width:400px
}
.indented .comment-body {
width: 86%;
margin-left: 3px;
}
#edit-subject {
width:… |
better_comments.info |
better_comments.info |
|
name = Better Comments
description = Provides better comment options to customize the comment form.
core = 7.x
package = "other"
dependencies[] = comment
configure = admin/config/content/better-comments |
better_comments.install |
better_comments.install |
|
Better Comments provides option to configure the comment system. |
better_comments.module |
better_comments.module |
|
Better Comments provides option to configure the comment system. |
README.txt |
README.txt |
|
CONTENTS OF THIS FILE
---------------------
* Introduction
* Requirements
* Installation
* Configuration
* Maintainers
INTRODUCTION
------------
* The better comments provide a facebook style simple comment system,
- Ajax based form… |