- Code: Select all
##############################################################
## MOD Title: Global announcement
## MOD Author: Niels < ncr@db9.dk > (Niels Chr. Rød) http://mods.db9.dk
## MOD Description: This mod, makes it posible to post global
## announcements viewable in all forums.
## MOD Version: 1.2.8
## MOD Compatibility: 2.0.6
##
## Installation Level: Intermediate
## Installation Time: 15 Minutes (1mn by EasyMOD of Nuttzy)
## Files To Edit: 14
## index.php
## modcp.php
## posting.php
## search.php
## viewforum.php
## admin/admin_forumauth.php
## admin/admin_ug_auth.php
## includes/auth.php
## includes/constants.php
## includes/functions.php
## language/lang_english/lang_admin.php
## language/lang_english/lang_main.php
## templates/subSilver/subSilver.cfg
## templates/subSilver/viewforum_body.tpl
##
## Included Files: 3
## global_announcement_db_update.php
## root/templates/subSilver/images/folder_global_announce.gif
## root/templates/subSilver/images/folder_global_announce_new.gif
##
##############################################################
## MOD History:
##
## 2003-12-13 - Version 1.2.8
## - phpBB template & EasyMOD compliance enhancement
## - Chinese Traditional Taiwan, Dutch, Estonian, French,
## German, Hungarian, Icelandic, Italian, Lithuanian
## Polish & Spanish translations now provide with the MOD
##
## 2003-08-05 - Version 1.2.7
## - corrected the how-to header
##
## ????-??-?? - Version 1.2.6
## - corrected some problem in the how-to related to EM - if other mods was installed
## - posting.php updated, as the code hade changed slightly
##
## ????-??-?? - Version 1.2.5
## - verifyed for 2.0.6. and EM ready
##
## ????-??-?? - Version 1.2.4
## - improved the code into search.php thanks to the user "FX"
##
## ????-??-?? - Version 1.2.3
## - includes images for "fi apple" template
##
## ????-??-?? - Version 1.2.2
## - fixed that the "hidden" cattegory "global_announcement" was showen in drop-down box
##
## ????-??-?? - Version 1.2.1
## - folder URL of folder_global_announce_new.gif was wrong
##
## ????-??-?? - Version 1.2.0
## - now confirmed on phpBB2 ver 2.0.2, minor changes needed
##
## ????-??-?? - Version 1.0.7
## - makes it posible to make a hidden category, so global announcement can be controlled more exact
##
## ????-??-?? - Version 1.0.6
## - one more typo fixed in the admin_ug_auth.php
##
## ????-??-?? - Version 1.0.5
## - History started, fixed a error in admin_ug_auth.php
##
## ????-??-?? - Version 1.0.0
## - initial release
##
## ????-??-?? - Version 0.9.0
## - initial beta
##
##############################################################


