Topic: New Post Indicator Management (volunteers?)
During an earlier discussion about new post indicator tracking, I decided to make a JavaScript-only new post manager.
I have a working version of this now--I'm calling it PunJS New Posts. If anyone's feeling brave--and would like new post indicator management--you can install it on your forum but be warned that it's only been tested with a single account on an untrafficked test forum. That said, I don't expect it to behave too badly and since it's client-side script it can't cause any real harm.
To install it, copy new_posts.js into your forum directory (PunBB 1.2 only please!) and add a simple script tag in main.tpl to load it as an external file...
<script type="text/javascript" src="http://yoursite.com/forum/new_posts.js"></script>
If anyone installs this, let me know how it works out--and if you have problems with it.
Note: This isn't the final version but I don't have enough traffic on my own forum to give it any more of a test than I already have.
Issues:
- If you've modded your install of PunBB and added extra tables inside the punwrap DIV, you may encounter problems (but maybe not).
- If user-posting is disabled in a forum, the script might not be able to mark that forum's new posts as having been read.
TemplarPHP - A cascading template framework for PHP.