[MOD] Lock topic by topic creator
Geplaatst: 26 mar 2004, 17:15
Ik heb (mijn eerste echte) een mod gemaakt waarbij de starter van het topic zelf het topic kan sluiten en weer openen. Hiervoor komt een button te staan naast de edit button. Het nut ervan is dat mensen niet meer hoeven te zeggen van "hier kan een slotje op" als ze geholpen zijn, maar dat dan zelf kunnen doen.
Ik heb het zelf getests op mijn eigen pc, met een admin account en een gebruikers account.
De hele mod is hier te downen.
//edit: let op, deze mod is veranderd toen ik hem op phpbb.com hem gezet, dit is dus de officieele versie 1.0.1!
Ik heb het zelf getests op mijn eigen pc, met een admin account en een gebruikers account.
Code: Selecteer alles
########################################################
## MOD Title: Lock topic by topic creator
## MOD Author: Luuk < luukweerens@home.nl > Luuk Weerens
## MOD Description: This mod creates a button like one from the mod cp for locking a topic.
## Members get the oppertunity to lock their own topics. The admin can choose
## in what forum.
## MOD Version: 1.0.1
##
## Installation Level: Easy
## Installation Time: 10 Minutes
##
## Files To Edit: 8
## admin/admin_forumauth.php
## admin/admin_forums.php
## admin/admin_ug_auth.php
## viewtopic.php
## includes/auth.php
## includes/constants.php
## includes/topic_review.php
## templates/subSilver/viewtopic_body.tpl
##
## Included Files: None
##
##############################################################
## This MOD is released under the GPL License.
## Intellectual Property is retained by the MOD Author(s) listed above
##############################################################
## For Security Purposes, Please Check: http://www.phpbb.com/mods/downloads/ 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/downloads/
##############################################################
## Author Notes:
## The mod is created and tested on phpBB 2.0.7a, but it must work on all versions.
##
##############################################################
## MOD History:
##
## v1.0.0 (27st of Marth, 2004)
## - Initial Release
## v1.0.1 (28st of Marth, 2004)
## - Security Fix
## - Admin Control Over Locks
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
//edit: let op, deze mod is veranderd toen ik hem op phpbb.com hem gezet, dit is dus de officieele versie 1.0.1!