Topic: Announcements Mod 1.0
This mod removes the existing announcement system and replaces it with a system which will read threads out of a certain board as announcements.
## Mod title: Announcements
##
## Mod version: 1.0
## Works on PunBB: 1.2.5
## Release date: 2005-05-02
## Author: Jamie (reines@gmail.com)
##
## Description: This mod removed the existing announcement system and
## replaces it with a system which will read posts out of
## a board as announcements.
##
## Affected files: include/common.php
## header.php
## admin_options.php
## viewtopic.php
## delete.php
## edit.php
## help.php
## moderate.php
## post.php
## profile.php
## style/imports/base.css
##
## Affects DB: Yes
##
## Notes: This mod involves removing all calls to the parser and
## adding it into common.php, this is maybe not as efficient
## as it could be, though it saves alot of work.
##
## 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.
Edit: Added in what Connorhd suggested to delete the cache.