Wicher's phpBB2 Mods Forum Index Wicher's phpBB2 Mods
On this board you will find all phpBB2 mods that i have created over the years. Most mods are on this board installed. Before asking for support, be sure to have your board updated to the latest phpBB2 version.
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 Simple db_update generatorSimple db_update generator   Advanced db_update generatorAdvanced db_update generator 
 This board is protected by Phpbbantispam 

ReportSystem

 
Board Alert Board Message
There are in this topic 61 posts to view if you are logged in.

You can log in or register via the login / registerlink here or in the header.
Back to top  Login here and be redirected to this TopicLogin here and be redirected to this Topic RegisterRegister
Reply to topic    Wicher's phpBB2 Mods Forum Index -> Wicher's phpBB Mods Was this Topic Helpful?  
Points for this topic: 3
Topic gradiation: 
View previous topic :: View next topic  
Author ReportSystem
Wicher
Site Admin


Joined: 16 Dec 2005
Posts: 1144
User's local time:
2024 Mar 19 - 5:11 AM
Country IP         : Netherlands
Country of choice: Netherlands


Was This Post Helpful?

 
Users postingpoints:
58
Posts points:
0
Post gradiation:
PostPosted: Thu May 24, 2007 11:33 am    Post subject: Reply with quote

Code:
  1. #################################################################
  2. ## MOD Title: ReportSystem
  3. ## MOD Author: Wicher < N/A > (N/A) http://www.wichersmods.nl
  4. ## MOD Description:  This mod adds an reportbutton at every posting.
  5. ##                   Reports are viewable by the admin in the ACP.
  6. ##                   This mod is a spinoff from PostOptions MOD.
  7. ##                   
  8. ## MOD Version: 1.0.9   
  9. ##
  10. ## Installation Level: easy
  11. ## Installation Time:  20 minutes
  12. ##
  13. ## Files To Edit:    viewtopic.php
  14. ##                   admin/admin_board.php
  15. ##                   admin/index.php
  16. ##                   includes/constants.php
  17. ##                   includes/page_header.php
  18. ##                   includes/functions.php
  19. ##                   
  20. ##                   language/lang_english/lang_main.php
  21. ##                   templates/subSilver/overall_header.tpl
  22. ##                   templates/subSilver/subSilver.cfg
  23. ##                   templates/subSilver/subSilver.css
  24. ##                   templates/subSilver/viewtopic_body.tpl
  25. ##                   templates/subSilver/admin/board_config_body.tpl
  26. ##
  27. ## Included Files: report.php
  28. ##                 report_mod_users.php
  29. ##                 reports_mod.php
  30. ##                 admin/admin_reports.php
  31. ##                 templates/subSilver/report_body.tpl
  32. ##                 templates/subSilver/reports_mod_body.tpl
  33. ##                 templates/subSilver/report_user_edit_body.tpl
  34. ##                 templates/subSilver/admin/reports_body.tpl
  35. ##                 templates/subSilver/images/lang_english/icon_report.gif
  36. ##                 templates/subSilver/images/report.gif
  37. ##                 templates/subSilver/images/reportstatus_red.gif
  38. ##                 templates/subSilver/images/reportstatus_orange.gif
  39. ##                 templates/subSilver/images/reportstatus_blue.gif
  40. ##                 templates/subSilver/images/celpic1small.gif
  41. ##
  42. ## License:      http://opensource.org/licenses/gpl-license.php GNU General Public License v2
  43. ##
  44. ##############################################################
  45. ## For security purposes, please check: http://www.phpbb.com/mods/
  46. ## for the latest version of this MOD. Although MODs are checked
  47. ## before being allowed in the MODs Database there is no guarantee
  48. ## that there are no security problems within the MOD. No support
  49. ## will be given for MODs not found within the MODs Database which
  50. ## can be found at http://www.phpbb.com/mods/
  51. ##############################################################
  52. ## Author Notes:   
  53. ##         This mod has been tested on phpbb 2.0.23
  54. ##
  55. ##############################################################
  56. ## MOD History:
  57. ##
  58. ##   2009-04-19 Version 1.0.9
  59. ##    Added a moderator reports page.
  60. ##    Added some more options in reports page.
  61. ##   2009-03-27 Version 1.0.8
  62. ##    Added a little notebook in admin reports
  63. ##    When a reported post has been deleted, there will be no link anymore to the reported post.
  64. ##    And one or two more little fixes.
  65. ##   2007-08-10 Version 1.0.7
  66. ##    Added choice wether to let multiple users report the same post and show the reported message in the post only to admins and mods.
  67. ##   2007-06-05 Version 1.0.6
  68. ##    'New reports link'. in header did not go directly to the admin/reports page
  69. ##     when there was no admin session,
  70. ##    Fixed some security issues
  71. ##   2007-06-05 Version 1.0.5
  72. ##    New reports link in header now goes directly to the reports page in acp.
  73. ##   2007-05-30 Version 1.0.4
  74. ##    Few fixes in report.php
  75. ##   2007-05-29 Version 1.0.3
  76. ##    Few fixes
  77. ##   2007-05-28 Version 1.0.2
  78. ##    Added sid's in report.php
  79. ##   2007-05-25 Version 1.0.1
  80. ##    Added possibility to remove the message "reported post"
  81. ##    from the reported post without deleting the post..
  82. ##   2007-05-10 Version 1.0.0
  83. ##    Created this spinoff.
  84. ##
  85. ##############################################################
  86. ## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
  87. ##############################################################
  88.  


Download: ReportSystem1.0.9.zip

Demo's

ACP and Moderater page are similar:


Viewtopic:

_________________

Wicher's phpBB2 Mods | Wicher's phpBB3 Mods | Statistics Mod 4.x.x


Last edited by Wicher on Sun Apr 19, 2009 6:54 pm; edited 13 times in total
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Post new topic    Reply to topic    Wicher's phpBB2 Mods Forum Index -> Wicher's phpBB Mods
Author ReportSystem Replies
Display posts from previous:   
Post new topic   Reply to topic    Wicher's phpBB2 Mods Forum Index -> Wicher's phpBB Mods All times are GMT

Was this Topic Helpful?  
Points for this topic: 3
Topic gradiation: 
Page 1 of 4

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum

This board is protected by Phpbbantispam
Powered by phpBB © 2001, 2005 phpBB Group

Googlepage: GooglePullerPage
IP Country Flag 2.9.4 © 2005, 2007 - 3Di (aka 3D)