Wicher Site Admin
Joined: 16 Dec 2005 Posts: 1144 User's local time: 2024 Sep 11 - 10:37 AM Country IP : Country of choice:
Was This Post Helpful?
Users postingpoints:
Posts points:
Post gradiation:
|
Posted: Thu Apr 05, 2007 1:07 pm Post subject: |
Wicher
*Delete this user
Items with prefix * are permanent. | Close |
|
|
Code: |
-
- #################################################################
- ## MOD Title: PostOptions
- ## MOD Author: Wicher < N/A > (N/A) http://www.wichersmods.nl
- ## 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.8
- ##
- ## 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.wichersmods.nl/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:
- ##
- ## 2008-02-10 Version 1.1.8
- ## Fixed bug in viewtopic.php
- ## 2008-02-07 Version 1.1.7
- ## Fixed some new issues in 2 included files
- ## 2008-02-06 Version 1.1.6
- ## Fixed showing users email in urls.
- ## 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
- ##
- ##############################################################
- ## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
- ##############################################################
|
To see the mod, click at the place where normally is the IP button located (on top of every posting).
Let me know what you think of it, and if there should be more options in it.
Feel free to test it on a testboard of your own and share your feedback with us here.
Demo ACP/General config screen:
Demo PostOptionsBox Admin and mod all permissions:
Demo PostOptionsBox Admin and mod limited permissions:
Demo PostOptionsBox options when banned and in trashforum:
Demo PostOptionsBox options when user is a guest:
Demo Report Screen:
Demo Admin Report Screen:
[1.1.8 BETA] Download: PostOptions1.1.8.zip
________________________________________________________
Image for Censored posts, contributed by Mork vom Ork
________________________________________________________
Image for Censored posts, contributed by Lugsciath
After downloading it, rename it to censored.gif
________________________________________________________
Arabic language submitted by abouhayan
lang_arabic.zip _________________
Wicher's phpBB2 Mods | Wicher's phpBB3 Mods | Statistics Mod 4.x.x
Last edited by Wicher on Sat Jul 19, 2008 1:39 pm; edited 29 times in total |
|