| ## Rendering of posts | | ## Rendering of posts |
| | | |
| - Use UBB Code and smileys in posts (powered by an | | - 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 ;) |
| - Optionally allow markdown as markup language for | | - Optionally allow markdown as markup language for |
| forum posts. see [SPH_SETTINGS] | | forum posts. see [SPH_SETTINGS] |
| - Use custom markup languages by simply defini | | - 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 | - Administrators can annotate or hide posts withou |
| | | t editing them. See <http://sct.sphene.net/board/t |
| | | hread/249/> for how it looks.
|
| | | |
| ## Security | | ## Security |
| | | |
| - Anonymous posts with [Captcha] checking | | - Anonymous posts with [Captcha] checking |
| - Different user privileges (still quite limited) | | - 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) |