Закрыть ссылки от гостей
-
- phpBB 1.2.1
- Сообщения: 26
- Стаж: 19 лет 2 месяца
Закрыть ссылки от гостей
Подскажите есть ли такой мод в природе, с помощью которого можно закрыть все внешние ссылки от гостей и картинки, т.е. для того что бы увидеть ссылки и картинки на форуме необходимо зарегиться.
-
- phpBB 1.4.2
- Сообщения: 55
- Стаж: 18 лет 11 месяцев
- Откуда: Ангарск
#################################################################закрыть все внешние ссылки от гостей
## Mod Title: Hide Links
## Mod Author: Nome < nome@bk.ru > 162783614
## Mod Version: 2.1.0
## Mod Description: This mod will prevent links from being shown
## to unregistered users. Instead they'll be
## advised to register or login.
## Mod Features:
## - hide http links and email from unregistered users
##
## Installation Level: Very Easy
## Installation Time: 3 Minutes
##
## Files To Edit: 2
## includes/bbcode.php
## language/lang_english/lang_main.php
## language/lang_russian/lang_main.php
##
#################################################################
## Author's notes:
## In order to change the thing you get instead of a link
## edit $replacer. By default there is a quotelike box.
## Pay attention to the fact that the second block of $replacers
## has a space in the first line, it's a must there

#################################################################
#################################################################
## History
## - 2.1.0 - Updated with latest bugfixes from phpbb groupe
## - 2.0.0 - Fixed a bug with [url] links
## - 1.0.0 - First released
#################################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
#################################################################