CHANGELOG.txt |
CHANGELOG.txt |
|
15 JULY 2008:
-------------
* Updated to Drupal 6.x
* Added input filter support
* Added history/archive support
* Removed voting
* Improved moderation support.
07 May 2007:
--------------
* Added auto refresh of shouts.
* Added support for db… |
INSTALL.txt |
INSTALL.txt |
|
Readme
------
The Shoutbox module provides a block where visitors can quickly post short messages.
Permissions can be set so that posts go live immediately or go to a moderation queue.
Requirements
------------
This module requires Drupal… |
LICENSE.txt |
LICENSE.txt |
|
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc. 675 Mass Ave,
Cambridge, MA 02139, USA. Everyone is permitted to copy and distribute
verbatim copies of this license document, but… |
shoutbox.css |
shoutbox.css |
|
#shoutbox-body {
font-size : xx-small;
margin: 0px;
padding: 2px;
border: 1px solid #bbb;
overflow: auto;
}
/* override drupal.css values */
.shoutbox-add-form .form-item {
margin-top: 0em;
margin-bottom:… |
shoutbox.info |
shoutbox.info |
|
; Shoutbox module
; Originally by benshell;
; Now maintained by disterics, snpower
name = shoutbox
description = This module enables you to display a shoutbox block.
core = 6.x |
shoutbox.install |
shoutbox.install |
|
Shoutbox module install file. |
shoutbox.module |
shoutbox.module |
|
shoutbox module displays a block for users to create short
messages for thw whole site. Uses AHAH to update the
database and display content. |
shoutbox.pages.inc |
shoutbox.pages.inc |
|
Page callbacks for the shoutbox module. |
shoutbox_user_access.test |
tests/shoutbox_user_access.test |
|
shoutbox unit test for shoutbox_user_access
and shoutbox_is_user_owned |