- Code: Select all
##############################################################
## MOD Title: Yellow card
## MOD Author: Niels < ncr@db9.dk > (Niels Chr. Rød) http://mods.db9.dk
## MOD Description: Also known as "card system", this mod will
## make 4 colored buttons beside users post:
## Red = ban, Yelow = warn, Green = unban,
## Blue = report to moderators.
## MOD Version: 1.4.11
## MOD Compatibility: 2.0.6
##
## Installation Level: Intermediate
## Installation Time: 40 minutes (1mn by EasyMOD of Nuttzy)
## Files To Edit: 22
## posting.php
## search.php
## viewforum.php
## viewtopic.php
## admin/admin_board.php
## admin/admin_forumauth.php
## admin/admin_forums.php
## admin/admin_ug_auth.php
## admin/admin_user_ban.php
## admin/admin_users.php
## includes/auth.php
## includes/constants.php
## includes/smtp.php
## includes/usercp_register.php
## language/lang_english/lang_admin.php
## language/lang_english/lang_main.php
## templates/subSilver/posting_body.tpl
## templates/subSilver/search_body.tpl
## templates/subSilver/subSilver.cfg
## templates/subSilver/viewtopic_body.tpl
## templates/subSilver/admin/board_config_body.tpl
## templates/subSilver/admin/user_edit_body.tpl
##
## Included Files: 13
## yellow_card_db_update.php
## root/card.php
## root/language/lang_english/email/ban_block.tpl
## root/language/lang_english/email/ban_reactivated.tpl
## root/language/lang_english/email/ban_warning.tpl
## root/language/lang_english/email/card_block.tpl
## root/language/lang_english/email/repport_post.tpl
## root/templates/subSilver/images/icon_bcard.gif
## root/templates/subSilver/images/icon_bhotcard.gif
## root/templates/subSilver/images/icon_gcard.gif
## root/templates/subSilver/images/icon_rcard.gif
## root/templates/subSilver/images/icon_rycard.gif
## root/templates/subSilver/images/icon_ycard.gif
##
##############################################################
## MOD History:
##
## 2003-12-27 - Version 1.4.9
## - phpBB template & EasyMOD compliance enhancement
## - Dutch & Spanish translations now provide with the MOD
##
## 2003-12-04 - Version 1.4.8
## - fixed a isue with posting.php, witch would cause a
## error to happen on specific server configurations.
##
## 2003-10-13 - Version 1.4.7
## - correction to the code in viewtopic.php about the
## java**script pop-up
##
## 2003-10-09 - Version 1.4.6
## - changed the included emails to confirm to 206 standarts,
## - updated card.php
##
## 2003-09-28 - Version 1.4.5
## - some changes into card.php regarding RY card
##
## 2003-09-02 - Version 1.4.4
## - improved admin_user_ban.php
##
## 2003-08-26 - Version 1.4.3
## - made the how-to more EM compatible with other mods installed
##
## 2003-08-24 - Version 1.4.2
## - corrected viewtopic.php and viewtopic_body.tpl to
## correctly manage warning numbers showen beside posts
##
## 2003-08-22 - Version 1.4.1
## -
##
## 2003-08-10 - Version 1.4.0
## - Merge part 1 & 2
## - Fix many instructions errors
## - Add French translation
## - Update instructions to work with 2.0.6
## - How-to rewrite to be EasyMOD compatible
##
## ????-??-?? - Version 1.3.9
## - changed the admin/admin_baord_config_body.tpl
##
## ????-??-?? - Version 1.3.8
## - minor change for 2.0.4
##
## ????-??-?? - Version 1.3.7
## - missed a change in admin_ug_auth.php
##
## ????-??-?? - Version 1.3.6
## - corrected the admin_users.php file
##
## ????-??-?? - Version 1.3.5
## - Corrected a find tag in the how-to auth.php
##
## ????-??-?? - Version 1.3.4
## - now yellow/red cards can be made/removed with-in the
## admin ban interface
##
## ????-??-?? - Version 1.3.3
## - correction of typo in the how-to - thanks to "kreativ"
##
## ????-??-?? - Version 1.3.2
## - the ADD SQL, had a syntax
##
## ????-??-?? - Version 1.3.1
## - corrected a typo in the board_config_body.tpl
##
## ????-??-?? - Version 1.3.0
## - now posible to specify the "post a report" forum ID
##
## ????-??-?? - Version 1.2.1
## - seciruty update, semi vital (recormented)
##
## ????-??-?? - Version 1.2.0
## - re-written for phpBB2 version 2.0.2.
##
## ????-??-?? - Version 1.1.4
## - lang_admin.php changed
##
## ????-??-?? - Version 1.1.3
## - history started, changed some entry in admin.php
##
## ????-??-?? - Version 1.1.0
## - release for phpBB 2.0.0.
##
## 2002-04-10 - Version 1.0.0
## - release for phpBB RC-2
##
## 2002-01-01 - Version 0.9.0
## - beta release for phpBBe RC-1
##
##############################################################
Note: block users for X minutes are a feature of the protect user account, not only the yellow card - both mods are required for this 5'te button. the how-to is not yet availble for this feature


