Topic: PunJS New Posts 1.0
##
##
## Mod title: PunJS New Posts
##
## Mod version: 1.0
## Works on PunBB: 1.2
## Release date: 2005-01-22
## Author: Shawn Brown ( http://shawnbrown.com/contact )
##
## Description: Turns off new post indicators as messages are read.
## Also prevents unread messages from timing out.
##
## Affected files: include/template/main.tpl
##
## Affects DB: No
##
## Notes: This script tracks read/unread forums, topics and
## post id numbers. These numbers are derived from PunBB's
## HTML output and the web browser's environment variables.
## The information is managed in a multidimensional array
## which is serialized for storage in a cookie file. The
## read/unread indicators are manipulated using W3C DOM
## node references and methods. These are strictly
## client-side methods that require no extra work from
## the server once the script itself is downloaded.
##
## This is less of a traditional mod and more of a
## JavaScript add-on. The new_posts.js file is just
## under 26kb. A modern browser will cache this file so
## it is only retrieved once. As is, the script should
## lay seamlessly over an "out-of-the-box" install of
## PunBB 1.2.
##
## Note - If a members's ability to post replies in
## a forum is disabled, the script can not reliably
## turn off new post indicators for that forum.
##
## 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.
##
PunJS New Posts (for PunBB 1.2)
Download v1.0 here (please use new_posts.js 1.0.1dev with this package instead of the included file)
Working update: new_posts.js 1.0.1dev
- New post tracking on index page implemented
- "Sticky" topic handling implemented
- Added support for "User has posted earlier" admin option--the "·" in front of the topics
- For instalation instructions, download the 1.0 distribution
TemplarPHP - A cascading template framework for PHP.