| Code: |
##############################################################
## MOD Title: Disallow editing replied posts
## MOD Author: markus_petrux < phpbb.mods@phpmix.com > (Markus) http://www.phpmix.com
## MOD Description: Disallows editing replied posts, except for Admins and Moderators. It also adds a new
## forum permissions setting to allow Admins to define who have rights to edit replied posts.
## MOD Version: 1.1.0
##
## Installation Level: Intermediate
## Installation Time: 30 Minutes
## Files To Edit: 9
## posting.php
## viewtopic.php
## admin/admin_forums.php
## admin/admin_forumauth.php
## admin/admin_ug_auth.php
## includes/auth.php
## includes/constants.php
## language/lang_english/lang_admin.php
## language/lang_english/lang_main.php
## Included Files: 0
##############################################################
## 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:
##
## *** CREDITS ***
##
## Initial idea to create this MOD was posted by Jacobus here:
## http://www.phpbb.com/phpBB/viewtopic.php?t=223802
##
##
## *** WARNING ***
##
## General:
## This MOD updates your database (it adds 2 fields to existing tables).
## Please, make backups BEFORE installing this MOD.
## This MOD can be installed with EasyMOD. Please, try it. It works. :-)
##
## Manual installation:
## Please, carefully follow installation instructions detailed in this MOD script.
## If something goes wrong, please take the time to check the changes made again.
## Specially, take care of the IN-LINE actions. You might want to check this tutorial:
## How to install MODs -> http://www.phpbb.com/kb/article.php?article_id=150
## Before asking for support, try to restore your backups and re-try. It should work.
## Thanks for you understanding and collaboration. :-)
##
## Known Issues:
## This MOD is NOT compatible with Categories Hierarchy MOD, yet!
##
##############################################################
## MOD History:
##
## 2004/10/06 - 1.1.0
## - Added support for forum permissions (all, reg, private, etc).
##
## 2004/09/09 - 1.0.0
## - Just changed version number to submit to MODs Database.
##
## 2004/09/08 - 0.0.1
## - Initial Beta Release
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
############################################################## |
| Code: |
##############################################################
## MOD Title: Disallow edit.replied addon for Forum Perm.List
## MOD Author: markus_petrux < phpbb.mods@phpmix.com > (Markus) http://www.phpmix.com
## MOD Description: This MOD integrates support for the Disallows editing replied posts MOD v1.1.0
## into the Forum Permissions List MOD.
## MOD Version: 1.1.0
##
## Installation Level: Easy
## Installation Time: 5 Minutes
## Files To Edit: 1
## admin/admin_forumauth_list.php
## Included Files: 0
##############################################################
## 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:
##
## These instructions assume that you already have both MODs
## installed on your forum.
##
##############################################################
## MOD History:
##
## 2004/10/06 - 1.1.0
## - Initial Release for this add-on
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
############################################################## |