Topic: AJAX post preview 1.0.2
##
##
## Mod title: AJAX post preview
##
## Mod version: 1.0.2
## Works on PunBB: 1.2, 1.2.10
## Release date: 2005-12-22
## Author: bedroom
##
## 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
## edit.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.
##
##
This release (finally) fixes problems with Unicode characters displayed incorrectly. All languages will now display just fine in the preview box !
(pun_trim() was a bit too aggressive with the french "à", replaced by trim() )
1.0.1 users : just grab the post.server.php from this release, that's all you need to update.