##
##
## Mod title: AJAX post preview
##
## Mod version: 1.0
## Works on PunBB: 1.2, 1.2.10
## Release date: 2005-12-08
## Author: bedroom (miklos.aubert@free.fr)
##
## Description: This mod uses the xajax library to quickly display the
## preview of a post (or errors in the post)
##
## (see: http://xajax.sourceforge.net)
##
## Nothing fancy, it does what the "Preview" button does,
## only without posting the form and reloading the page.
##
## Note that if javascript is disabled, the "Preview"
## button will still work the usual way (This is called
## graceful degradation, folks :) )
##
## Affected files: header.php
## post.php
##
## Affects DB: No
##
## Notes: Tested with Firefox 1.5, Internet Explorer 6.0,
## Opera 8.51
##
## DISCLAIMER: Please note that "mods" are not officially supported by
## PunBB. Installation of this modification is done at your
## own risk. Backup your forum database and any and all
## applicable files before proceeding.
##
##