quote.admin.inc |
quote.admin.inc |
|
Admin page callbacks for the quote module. |
quote.css |
quote.css |
|
.quote-msg {
margin: 1em 2em 1em 2em;
padding: 1em;
border: 1px solid #DDD;
background-color: #F6F6F6;
}
.quote-author {
display: block;
font-weight: bold;
margin: 0 0 1em 0;
} |
quote.info |
quote.info |
|
name = Quote
description = Allows users to quote posts or comments.
core = 6.x
dependencies[] = comment |
quote.install |
quote.install |
|
|
quote.module |
quote.module |
|
The quote module provides a filter and appropriate links that allow users to
quote nodes and other comments in their own comments. |
README.txt |
README.txt |
|
Quote.module
------------
This module adds a 'quote' link below nodes and comments. When clicked, the
contents of the node or comment are placed into a new comment enclosed with
special markup that indicates it is quoted material.
This… |