############################################################## ## MOD Title: No flood control on edit ## MOD Author: Graham < phpbb@grahameames.co.uk > (Graham Eames) http://www.grahameames.co.uk/phpbb/ ## MOD Description: This MOD removes the flood control when ## editing posts, allowing you to have a high flood limit to ## prevent spamming whilst not restricting the ability to edit ## posts. ## ## MOD Version: 1.0.0 ## ## Installation Level: Easy ## Installation Time: 5 Minutes ## Files To Edit: includes/functions_post.php ## 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/ ############################################################## ## MOD History: ## Oct 03, 2003 - Version 1.0.0 ## - Initial Release ############################################################## ## Author Notes: ## ############################################################## ## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD ############################################################## # #-----[ OPEN ]------------------------------------------ # includes/functions_post.php # #-----[ FIND ]------------------------------------------ # if ($mode == 'newtopic' || $mode == 'reply' || $mode == 'editpost') # #-----[ IN-LINE FIND ]------------------------------------------ # || $mode == 'editpost') # #-----[ REPLACE WITH ]------------------------------------------ # ) # #-----[ SAVE/CLOSE ALL FILES ]------------------------------------------ # # EoM