Django Forum Application / Message Board
BoardBack to Snip <-- Previous Change | Next Change -->
| Diff Summary | |||||
|---|---|---|---|---|---|
| Title | |||||
| Date | 2007-08-12 19:46:32 | 2007-08-13 20:49:20 | |||
| Editor | Herbert Poul | Herbert Poul | |||
| Tags | |||||
| 2007-08-12 19:46:32 by Herbert Poul | 2007-08-13 20:49:20 by Herbert Poul | ||||
|---|---|---|---|---|---|
| 18 | ## Rendering of posts | 18 | ## Rendering of posts | ||
| 19 | 19 | ||||
| 20 | - Use UBB Code and smileys in posts (powered by an | 20 | - Use UBB Code and smileys in posts (powered by an | ||
| > | implementation borrowed from [Zyons](http://svn.z | > | implementation borrowed from [Zyons](http://svn.z | ||
| > | yons.python-hosting.com/trunk/zilbo/common/text/bb | > | yons.python-hosting.com/trunk/zilbo/common/text/bb | ||
| > | code.py) where it was contributed by [Luke Plant]( | > | code.py) where it was contributed by [Luke Plant]( | ||
| > | http://lukeplant.me.uk/) - thanks to them.. and go | > | http://lukeplant.me.uk/) - thanks to them.. and go | ||
| > | ogle for finding it ;) | > | ogle for finding it ;) | ||
| 21 | - Optionally allow markdown as markup language for | 21 | - Optionally allow markdown as markup language for | ||
| > | forum posts. see [SPH_SETTINGS] | > | forum posts. see [SPH_SETTINGS] | ||
| 22 | - Use custom markup languages by simply defini | 22 | - Use custom markup languages by simply defini | ||
| > | ng your own classes (also see [SPH_SETTINGS]) | > | ng your own classes (also see [SPH_SETTINGS]) | ||
| t | t | 23 | - Administrators can annotate or hide posts withou | ||
| > | t editing them. See <http://sct.sphene.net/board/t | ||||
| > | hread/249/> for how it looks. | ||||
| 23 | 24 | ||||
| 24 | ## Security | 25 | ## Security | ||
| 25 | 26 | ||||
| 26 | - Anonymous posts with [Captcha] checking | 27 | - Anonymous posts with [Captcha] checking | ||
| 27 | - Different user privileges (still quite limited) | 28 | - Different user privileges (still quite limited) | ||
| > | - Define who can create new threads, or post repli | > | - Define who can create new threads, or post repli | ||
| > | es on a per-category basis. (Either everyone who i | > | es on a per-category basis. (Either everyone who i | ||
| > | s logged in or only admins) | > | s logged in or only admins) | ||
Powered by Sphene Community Tools
