для отключения поддержки всего кроме [hide=thanks] надо раскомментировать строку define('BBHIDE_THANKS_ONLY', 1); в файле myMods/includes/functions_bbHide.php
Заметка: [hide], [hide=] и [hide=0] равносильны
Заметка: возможно также использование [hide=gx][/hide], где x это id группы, которая может видеть сообщение. равносильно [hide="group"][/hide]
Просьба быть честными, и оставить все копирайты, исключением могут быть только HTML комментарии (хотя и это не желательно).. пример, ниже..
Код: Выделить всё
<!-- bbHide m157y, (c) 2006-2007 ** [R: R@m$e$ :U], (c) 2005 //-->
не ознакомленность с папкой /docs/ не моя проблема, на вопросы описанные в /docs/faq.txt отвечать не буду...
Мод является продолжением мода: [hide] BB-Code от [R: R@m$e$ :U]
Код: Выделить всё
## easymod compliant ############################################################## ## MOD Title: bbHide ## MOD Author: m157y < ru.m157y@gmail.com > (Andrey) n/a ## MOD Author: [R: R@m$e$ :U] < Ramses@FromRU.com > (Ramses) http://www.phpbbguru.net ## MOD Description: This MOD allows users to hide a part of message via [hide][/hide] ## or [hide=x][/hide] or [hide="group"][/hide] or [hide=gx][/hide] or ## [hide=thanks][/hide] BBCodes. To see the hidden message, user must ## be a logged member or if used [hide=x], where x > 0 user also must ## have x posts, if used [hide="group"], user must be at group with ## name "group", if used [hide=gx] user must be in group with id x, ## if used [hide=thanks] user must say thanks for post ## You can limit x from ACP, also you can disable ability to use ## [hide="group"][/hide]([hide=gx][/hide]) and [hide=thanks][/hide] ## or you can disable tags except [hide=thanks][/hide] at this ## situation [hide][/hide] will be parsed like [hide=thanks][/hide] ## NOTE: You also can use [hide=] in addition of [hide=0] and [hide] ## You also can use [hide="x"], in addition of [hide=x] ## MOD Version: 1.0.0 alpha #18 ## ## Installation Level: Easy ## Installation Time: ~30 Minutes ## Files To Edit: (11) ... ## Included Files: (15) ... ############################################################## ## MOD History: ## ## 2007-06-01 - Version 1.0.0 alpha #18 ## - Added addon for Extended Quote Tag by Acyd Burn < acyd.burn@gmx.de > ## Thanks for idea to dnk ## - Fixed error with wrong parsing [hide=thanks] in topic review ## Thanks for report to traa ## - Fixed error with parsing of [hide="group"]/[hide=gx] for hidden groups ## Thanks for report to Yevg001 ## - Fixed error with always reloadable language vars, even it not need ## - Fixed errors in install guide ## - Fixed errors in upgrade guides ## - Fixed errors in addons guides ## - Updated install guide ## - Updated upgrade guides ## - Updated addons guides ## - Updated FAQ ## - Updated Thanks ## - Updated TODO ## - Version renumbering ## - MOD History moved to /docs/changelog.txt ## Now only in install guide you can see information about latest version ## all other guides linked to /docs/changelog.txt ## ## See full MOD History at /docs/changelog.txt ...






