1.12.7 i starsze - Zamrożenie licznika postów użytkownika
krystianr - 13-06-2010, 16:17 Temat postu: Zamrożenie licznika postów użytkownika
Pozwala administratorowi na zamrożenie licznika postów danego użytkownika. Licznik nie będzie zwiększany ani zmniejszany.
Kod: | ##############################################################
## MOD Title: Freeze User Post Count
## MOD Author: Craven- < craven@coderx.net > (Jamie Brookes) N/A
## MOD Adapted : krystianr < krystianr93@wp.pl > Krystian Rudnicki www.e-gry.xaa.pl
## MOD Description: Allows the forum administrator to freeze a users post
## count, stopping it from increasing/decreasing.
##
## MOD Version: 2.0.0
##
## Installation Level: (Easy)
## Installation Time: ~ 5 Minutes
##
## Files To Edit:
##
## includes/functions_post.php,
## admin/admin_users.php,
## language/lang_english/lang_admin.php,
## language/lang_polish/lang_admin.php
## templates/subSilver/admin/user_edit_body.tpl,
##
## Included Files: freeze_posts_update.php
##
##############################################################
## 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:
##
## IMPORTANT - READ:
##
## After copying freeze_posts_update.php to your phpBB root directory,
## execute it (browse to it in your web browser), and follow the instructions.
##
## NOTE: freeze_posts_update.php only updates your database,
## it does NOT install the entire MOD for you!
## You must follow the MOD instructions below!
##
## If successfully installed, an extra option will appear in the users
## profile in User Management Admin. This will allow you to set whether
## their post count is frozen or not.
##
## This MOD does not stop a user from posting, it stops their post count
## from increasing/decreasing.
##
##############################################################
## MOD History:
##
## 2003-06-09
## - First Written, Beta Testing.
##
## 2004-03-21
## - Updated for latest versions of phpBB, Modified
## freeze_posts_update.php SQL slightly, now using phpBB
## message function for update form. Submitted.
##
## 2004-08-22
## - Fixed small bug in install.txt.
##
## 2010-06-13
## - Mod Version 2.0.0
## - Update do phpbb2 by przemo
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
############################################################## |
MagicalFire - 13-06-2010, 17:29
przydał by sie taki mod do czasu spedzonego na forum
|
|
|