第 1 頁 (共 1 頁)
[討論]postoptions
發表於 : 2007-09-07 10:26
由 飞鹰007
无意中找到这个mod,这是一个增强版主可管理项目的mod,装上去蛮费时间,中文化也蛮费时间,不过似乎功能蛮多,大家可以装上试一试。
我可能是在phpbb.com下载的,或是在phpbbhacks.com下载的,自己搜索一下。
作者的论坛:
http://www.detecties.com/modforum
發表於 : 2007-09-07 10:27
由 飞鹰007
代碼: 選擇全部
#################################################################
## MOD Title: PostOptions
## MOD Author: Wicher < N/A > (N/A) http://www.detecties.com/modforum
## MOD Description: This mod replaces the IP button at every posting with
## an optionbutton with several links to do things by moderators for that post like:
## viewing poster IP's,
## banning the poster,
## banning the posters IP,
## banning the posters email,
## UN-banning all
## Censoring messages.
## deleting the poster,
## removing all posters posts per topic,
## removing all posters posts board wide,
## deleting the poster and removing all posters posts board wide,
## moving posts to trashforum,
## moving posts from trashforum back to original topic,
## moving topic to trashforum,
## moving topic from trashforum back to original forum,
## Reporting posts/poster to admin
## Clicking on the button opens a little screen with the links
## without closing the viewtopic screen.
## You are able to set several of the actions trough the ACP
##
## MOD Version: 1.1.5
##
## Installation Level: easy
## Installation Time: 45 minutes
##
## Files To Edit: common.php
## modcp.php
## posting.php
## viewtopic.php
## admin/index.php
## admin/pagestart.php
## includes/constants.php
## includes/functions_post.php
## includes/page_header.php
## includes/prune.php
## includes/topic_review.php
## templates/subSilver/modcp_body.tpl
## templates/subSilver/overall_header.tpl
## templates/subSilver/subSilver.cfg
## templates/subSilver/subSilver.css
## templates/subSilver/viewtopic_body.tpl
##
## Included Files: posts_options_userban.php
## posts_options_userdel.php
## posts_options_reports.php
## admin/admin_reports.php
## includes/post_options_functions.php
## includes/posts_options_include.php
## templates/subSilver/report_body.tpl
## templates/subSilver/preview.css
## templates/subSilver/preview.js
## templates/subSilver/bbcodetextarea.js
## templates/subSilver/admin/reports_body.tpl
## templates/subSilver/images/lang_english/icon_options.gif
## templates/subSilver/images/lang_english/icon_report.gif
## templates/subSilver/images/lang_english/censored.gif
## templates/subSilver/images/report.gif
## templates/subSilver/images/reportstatus_red.gif
## templates/subSilver/images/reportstatus_orange.gif
## templates/subSilver/images/reportstatus_blue.gif
## templates/subSilver/images/mess_no.gif
## templates/subSilver/images/mess_yes.gif
## templates/subSilver/images/celpic1small.gif
##
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2
##
##############################################################
## For security purposes, please check: http://www.phpbb.com/mods/
## for the latest version of this MOD. Although MODs are checked
## before being allowed in the MODs Database there is no guarantee
## that there are no security problems within the MOD. No support
## will be given for MODs not found within the MODs Database which
## can be found at http://www.phpbb.com/mods/
##############################################################
## Author Notes:
## This mod has been tested on phpbb 2.0.22
## Example board http://www.detecties.com/TestphpBB
## Original idea came from Alphacarbon
## Thanks to Brf for helping with some code.
##
## For being able to use the trashforum option, you need to
## setup such a forum and go to the ACP/General Config and put the
## trashforum ID in there.
##
##############################################################
## MOD History:
##
## 2007-07-07 Version 1.1.5
## Fixed some aproval issues.
## Added one new post option
## 2007-07-07 Version 1.1.4
## Fixed bug with <br />'s in viewtopic.php.
## 2007-06-13 Version 1.1.3
## Fixed broken javascript when using a browser like FF.
## Changed modmess form name because some reply mods out there had the same form name.
## 2007-06-12 Version 1.1.2
## Fixed some bugs thanks to femu.
## Added bbcode buttons to modmessbox.
## 2007-06-12 Version 1.1.1
## Now modmessbox implemented in template system.
## Added attachmentMOD addon (see contrib folder)
## 2007-06-11 Version 1.1.0
## Added censoring subjects and signatures.
## Added choosing from defined censors when adding a mod message.
## 2007-06-10 Version 1.0.9
## Additional mod message now goes two lines below the original message.
## 2007-06-08 Version 1.0.8
## 'New reports link'. in header did not go directly to the admin/reports page
## when there was no admin session,
## Fixed some security issues
## Reorganized some bbcode things.
## 2007-06-07 Version 1.0.7
## Took out a few bugs.
## Added some more functionality
## 2007-06-05 Version 1.0.6
## New reports link in header now goes directly to the reports page in acp.
## Moderators now can add there own message to a post
## Fixed viewing censored posts when replying to a topic.
## 2007-06-02 Version 1.0.5
## Gave postoptions config its own table, predefined censored can now be 3000 characters long.
## 2007-05-31 Version 1.0.4
## Added multiple censor messages.
## 2007-05-30 Version 1.0.3
## Fix in posts_options_reports.php.
## 2007-05-29 Version 1.0.2
## Some Fixes.
## 2007-05-28 Version 1.0.1
## Added sid's to reportsystem
## Removed quote button for censored posts
## Some Fixes.
## 2007-04-26 Version 1.0.0
## Stable release.
## 2007-04-23 Version 0.1.2
## Fix in viewtopic.php.
## Fix in viewtopic_body.tpl.
## 2007-04-22 Version 0.1.1
## Fix in viewtopic.php.
## Config on separate page
## 2007-04-21 Version 0.1.0
## Different handeling of the censored post message, now possible to use bbcode.
## 2007-04-20 Version 0.0.9
## Added no posting when a post has been censored for a certain timeframe.
## Timeframe can be set in ACP.
## A view other fixes
## 2007-04-19 Version 0.0.8
## Several changes.
## Added moving posts back to original topic from trashforum
## 2007-04-17 Version 0.0.7
## Added pagination in reports admin.
## Added admin choice whether to let reg users use the report system
## plus several other changes. enjoy.
## 2007-04-13 Version 0.0.6
## Several changes.
## Added Post/poster report system
## 2007-04-12 Version 0.0.5
## Several changes.
## Added confirmation for deleting users
## 2007-04-10 Version 0.0.4
## Changed a few things, most important change (bug) is that mods cannot delete admins anymore.
## 2007-04-10 Version 0.0.3
## Took bug out viewtopic.php
## Added more ACP settings
## Added security stuff
## 2007-04-04 Version 0.0.2
## Added moving posts to trashforum
## Added ACP Settings
## 2007-04-04 Version 0.0.1
## First [dev] release
## 2007-03-01 Version 0.0.0
## Started thinking on how to do things
##
##############################################################
發表於 : 2007-09-07 18:51
由 Mac
phpBB3 對於權限控管比較有彈性
升級成 phpBB3 比較實際一點
~Mac
發表於 : 2007-09-17 16:47
由 飞鹰007
phpbb3还在rc中,不敢用,待其为正式版后再用它。