Code: Select all
########################################################
## MOD Title: Forum Icon with ACP Control (Default)
## MOD Version: 1.0.7
## MOD Author: Mac (Y.C. LIN) < ycl6@users.sourceforge.net > http://macphpbbmod.sourceforge.net/
##
## MOD Description: This mod allow admin to give each forum a icon in the ACP
## Icons will show on index, viewforum and viewtopic
##
## Installation Level: Easy
## Installation Time: 10 Minutes
##
## Files To Edit: 10
## index.php
## viewforum.php
## viewtopic.php
## admin/admin_forums.php
## language/lang_english/lang_admin.php
## templates/subSilver/admin/forum_admin_body.tpl
## templates/subSilver/admin/forum_edit_body.tpl
## templates/subSilver/index_body.tpl
## templates/subSilver/viewforum_body.tpl
## templates/subSilver/viewtopic_body.tpl
##
## Included Files: n/a
##
#################################################################
## For Security Purposes, Please Check: http://www.phpbb.com/mods/ for the
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered
## in our MOD-Database, located at: http://www.phpbb.com/mods/
##############################################################
## Author Notes:
## Tested on 2.0.10. Can be used in 2.0.6+
##
## If you wish to using the LIST BOX option,
## you have to follow the instruction in Forum_Icon_ListBox_en.txt.
## Please DO NOT using the below code! Both options CANNOT be used together.
##
##############################################################
## MOD History:
##
## 2003-11-04 - Version 1.0.0
## - Initial Release
##
## 2003-11-08 - Version 1.0.1
## - Checked for 2.0.6 competibility, no change in coding
##
## 2003-11-15 - Version 1.0.2
## - Corrections were made for phpBB MOD Database submission
##
## 2003-12-01 - Version 1.0.3
## - Forum icon selectable using list box (Option 2)
## - Add forum icon image to Forum Administration main panel
## - Add forum icon image to viewforum.php
##
## 2004-02-11 - Version 1.0.4
## - Fix ListBox no-picture problem when icon is slected for the first time
## People using the default option DOES NOT need to upgrade
##
## 2004-03-13 - Version 1.0.5
## - Fix ListBox no-picture problem when create new forum
## People using the default option DOES NOT need to upgrade
##
## 2004-05-29 - Version 1.0.6
## - Corrections in MOD template were made for phpBB MOD Database submission
##
## 2004-08-15 - Version 1.0.7
## - Add forum icon image to viewtopic.php
## - Change in lang_admin.php
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################


=====
Ok, V1.0.6 has now been officially released here
http://www.phpbb.com/phpBB/viewtopic.ph ... highlight=
=====
~Mac