You are here

README.txt in Quotes 7

Same filename and directory in other branches
  1. 5 README.txt
  2. 6 README.txt
NEEDS UPDATE

The quotes module allows users to maintain a list of quotations that
they find notable, humorous, famous, infamous, or otherwise worthy of
sharing with website visitors. The quotes can be displayed in any
number of administrator-defined blocks. These blocks will display
either a randomly-selected quote or the most recent quote based on the
restrictions of each block. Blocks can be configured to restrict to
certain nodes, roles, users, or categories.

The display of quotes is themeable using two functions,
theme_quotes_quote() which displays a single quote/author and
theme_quotes_page() which displays a list of quotes. The default
implementation of theme_quotes_quote() uses two CSS classes to allow
you to control the display of quotes. The quote itself uses
"quotes-quote". The author/attribution uses "quotes-author".

The most current documentation can be found on the Drupal site at:
http://drupal.org/node/243891

File

README.txt
View source
  1. NEEDS UPDATE
  2. The quotes module allows users to maintain a list of quotations that
  3. they find notable, humorous, famous, infamous, or otherwise worthy of
  4. sharing with website visitors. The quotes can be displayed in any
  5. number of administrator-defined blocks. These blocks will display
  6. either a randomly-selected quote or the most recent quote based on the
  7. restrictions of each block. Blocks can be configured to restrict to
  8. certain nodes, roles, users, or categories.
  9. The display of quotes is themeable using two functions,
  10. theme_quotes_quote() which displays a single quote/author and
  11. theme_quotes_page() which displays a list of quotes. The default
  12. implementation of theme_quotes_quote() uses two CSS classes to allow
  13. you to control the display of quotes. The quote itself uses
  14. "quotes-quote". The author/attribution uses "quotes-author".
  15. The most current documentation can be found on the Drupal site at:
  16. http://drupal.org/node/243891