| 1 |
$Id: README.txt,v 1.1 2007/11/29 18:49:45 seeschloss Exp $
|
| 2 |
|
| 3 |
Drupal tribune module
|
| 4 |
----------------------
|
| 5 |
Author - Matthieu Valleton valleton.matthieu@ssz.fr
|
| 6 |
Requires - Drupal 6.x
|
| 7 |
License - GPLv2 (see LICENSE.txt)
|
| 8 |
|
| 9 |
Description
|
| 10 |
-----------
|
| 11 |
This module provides a tribune, a space for users to discuss the contents of
|
| 12 |
the website (or have any other kind of discussion).
|
| 13 |
|
| 14 |
Highlighting and clickable clocks make it easier to follow discussions: click
|
| 15 |
on the clock of the message you want to answer and write your answer after it,
|
| 16 |
when your mouse hovers clock references on tha page, the referenced post and
|
| 17 |
the other answers are automatically highlighted.
|
| 18 |
|
| 19 |
Features
|
| 20 |
--------
|
| 21 |
* Messages highlighting.
|
| 22 |
* Light javascript, most is done with CSS.
|
| 23 |
* Support for smileys ([:smiley], see http://totoz.eu for a list).
|
| 24 |
* User agents used in place of login for anonymous posts are shortened to
|
| 25 |
enhance readability
|
| 26 |
|
| 27 |
Installation
|
| 28 |
------------
|
| 29 |
1. Copy the tribune module to the Drupal modules/ directory.
|
| 30 |
2. Go to "administer" -> "modules" and enable the module.
|
| 31 |
3. Check the "administer" -> "access control" page to enable use of
|
| 32 |
this module to different roles.
|
| 33 |
4. Make sure the menu item is enabled in "administer" -> "content management".
|
| 34 |
|
| 35 |
Setup
|
| 36 |
-----
|
| 37 |
1. Go to "admin/settings/tribune"
|
| 38 |
2. Adjust the settings as you wish (the defaults are fine if you don't know
|
| 39 |
what yo use) and save the configuration.
|
| 40 |
3. Go to "/tribune" to see the tribune, and start posting messages.
|
| 41 |
|
| 42 |
Thanks
|
| 43 |
------
|
| 44 |
Thanks to LiNuCe< for providing his titanium and adamantium slipounet() (which
|
| 45 |
sanitizes the posts) and to finss< for all the bugs he found [:kiki], for his
|
| 46 |
howto video (http://tout.essaye.sauf.ca/tribune/howto) and for generally
|
| 47 |
helping [:users] _o/
|