Главная Форум Поиск Пользователи Регистрация Добрый вечер, Гость Вход


Главная


Форум torrenpier который уже живет
это сообщество владельцев форумов на phphBB2, торрент-трекеров на движках torrentpier и SVN всех версий.
Здесь можно найти решение своих проблем на своем сайта.
Здесь можно скачать полезные и нужные моды torrenpier, phpBB2 и svn.
Наш форум - это место для общения и обмена опытом между любителей движков, создателей модов на заказ и владельцев сайтов!
[FULL] Report Posts 1.2  
Начать новую тему   Ответить на тему    Главная -> Модификация (mod's) -> Моды (full)
Автор Сообщение
Andrey
Зарегистрирован: 2010-08-28
Сообщ.: 100
Сообщение 19-Апр-11 17:43 #1  
[FULL] Report Posts 1 . 2

Код:
##############################################################
## MOD Title: Report Posts
## MOD Author: wGEric < mods@best-dev.com > (Eric Faerber) http://mods.best-dev.com
## MOD Author: chatasos < chatasos@psclub.gr > (Tassos Chatzithomaoglou) http://www.psclub.gr
## MOD Description: This mod allows registered users to report posts to moderators. It adds a page where all reports can be displayed and the option to email the moderators when a report is made. Moderators can also write some comments about their actions on reported posts and full history of report actions is stored.
## MOD Version: 1.2.3c
##
## Installation Level: Intermediate
## Installation Time: 20 minutes
## Files To Edit: admin/admin_board.php
##                includes/constants.php
##                viewtopic.php
##                includes/page_tail.php
##                language/lang_english/lang_main.php
##                templates/subSilver/admin/board_config_body.tpl
##                templates/subSilver/subSilver.cfg
##                templates/subSilver/viewtopic_body.tpl
##                templates/subSilver/overall_footer.tpl
## Included Files:
##               viewpost_reports.php
##               includes/functions_report.php
##               language/lang_english/email/report_posts.tpl
##               templates/subSilver/report_post.tpl
##               templates/subSilver/report_comment.tpl
##               templates/subSilver/reports_view.tpl
##               templates/subSilver/images/icon_report.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:
##  - In the contrib folder you will find the following files:
##
##    1) put_report_CP_link_in_header.txt
##       Contains instructions for putting the Report Control Panel link at the header instead of the footer.
##
##    2) update_102_to_123.txt
##       Contains instructions for updating from wGEric's 1.0.2 version to 1.2.3.
##
##    3) viewtopic_body_and_other_mods.txt
##       Contains instructions for changes in viewtopic_body.tpl when you have other mods installed that might conflict with this one.
##
##    4) report_posts_and_ch.txt
##       Contains instructions when installing and you have CH (Categories Hierarchy) already installed
##
##  - Versions 1.2.3 (a,b,c) do not change anything since 1.2.3, so there is no need to update. You can see the history for details.
##
##  - The original author (until 1.0.2) is wGEric. After that version, he gave me (chatasos) the permission to continue with his mod.
##
##############################################################
## MOD History:
##
##   2005-09-22 - Version 1.2.3c
##  - (There is no need to install over 1.2.3)
##  - Changed a template var in order not to mess while installing other mods in viewtopic.php
##  - Updated file "report_posts_and_ch.txt"
##
##   2005-08-30 - Version 1.2.3b
##  - (There is no need to install over 1.2.3)
##  - Changed some contrib files in order to follow mod-db guidelines
##
##   2005-08-26 - Version 1.2.3a
##  - (There is no need to install over 1.2.3)
##  - Corrected a tiny error in sql in file update_102_to_123.txt file
##  - Added instructions for avoiding conflicts in file viewtopic_body.tpl with other mods
##  - Added instructions when installing with CH already installed (not tested)
##
##   2005-08-17 - Version 1.2.3
##  - Added feature to automatically delete any leftover reports which are pointing to non-existent (deleted) posts
##  - Moved constants defined in functions_report.php into the phpbb constants.php file
##  - Moved the code for creating comments into a new function
##  - Minor changes in the main page template
##  - Added various array declarations where needed
##
##   2005-08-11 - Version 1.2.2
##  - Fixed bug where admins were getting emails although they had opted out
##  - Changed some opt-in/out sql code from "user_report_optout <> 1" to "user_report_optout = 0"
##  - Removed the "Display only" option from main page template since it wasn't needed
##  - Moved the action drop-down menu outside of the main table in main page template
##
##   2005-08-04 - Version 1.2.1
##  - Added colored link to report CP when open reports exist
##  - Optimized the code when showing reports
##  - Fixed cleanup error where reports from forums the users weren't moderators were deleted
##  - Fixed the number of reports shown at the bottom to show only the reports for the forums the users are moderators in
##  - Fixed some XHTML compliancy issues
##  - Fixed some template issues
##
##   2005-07-29 - Version 1.2.0a
##  - Fixed bug with 2 missing $lang vars
##  - Fixed bug with missing report link
##
##   2005-07-24 - Version 1.2.0
##  - (wGEric gave me the permission to continue on his mod)
##  - The moderators can write some comments when they perform an action on a single report
##    On multiple reports selection (throught the checkbox & drop-down menu) a default comment is entered
##  - Only admins can delete the reports
##  - Users cannot report posts that are already reported
##  - Added some $lang vars in order to solve problems in specific languages (ex. Greek)
##  - Added different messages for number of open reports on report CP link
##  - Moved the report CP link outside the admin link
##  - Fixed return link (after user reports a post) so the reported post is shown instead of the topic
##  - Fixed bug when selecting action with no checkbox selected
##  - Fixed bug where the "select action" submit button was confused with "select display" submit button
##  - Fixed bug in templates where {S_ACTON} was written instead of {S_ACTION}
##  - Fixed report image size and transparency issues
##
##   2005-06-03 - Version 1.0.2
##  - Fixed message_die bug on posting screen (Thanks to the multiple people that reported this)
##  - Fixed bug where if you delete the post before the report (Thanks Mayhem)
##
##   2005-04-22 - Version 1.0.1
##  - Fixed implode bug (Thanks to the multiple people that reported this)
##  - Added flood interval (Thanks FuNEnD3R)
##  - Added language for Config page in ACP (Thanks bbcentral)
##  - Report post link displays the number of reports (Thanks Nuladion)
##
##   2005-04-12 - Version 1.0.0
##      - First Stable release.
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################


report_posts_1.2.zip
 Описание файла:  
Скачать файл
 Имя файла:  report_posts_1.2.zip
 Размер файла:  25.18 KB
 Скачан:  351 раз(а)
Вернуться к началу
    
Заголовок новой темы
Форум для новой темы
 
Страница 1 из 1
Показать сообщения:   
Начать новую тему   Ответить на тему    Главная -> Модификация (mod's) -> Моды (full) Часовой пояс: GMT + 4

 

Перейти:  
Вы не можете начинать темы
Вы не можете отвечать на сообщения
Вы не можете редактировать свои сообщения
Вы не можете удалять свои сообщения
Вы не можете голосовать в опросах
Вы не можете прикреплять файлы к сообщениям
Вы можете скачивать файлы
Все материалы сайта представлены только для ознакомления. При копировании материала ссылка на torrentpier-download.ru обязательна!

sitemap     карта форума | Статистика визитов поисковых ботов | Выдача в поисковиках



Powered by phpBB © 2001, 2011 phpBB Group
| ©2011-2024 - Воронеж |


Нравится