Members Can't Download Attachments RUS
### Название ###: Members can't download Attachments Before Reply RUS (Перевод Лео) .
### Описание ###: Создаёт условие: пользователь не может скачивать/просматривать аттачи пока не ответит в теме.
### Поддержка версий ###: vB 3.8.x
### Установка ###:
Импортировать продукт
Product-Can't See Attach.xml в необходимой кодировке.
Открыть файл
attachment.php
НАЙТИ:
Код:
// check if there is a forum password and if so, ensure the user has it set
ДОБАВИТЬ ВЫШЕ:
Код:
if ( !$vbulletin->db->query_first ( "SELECT postid FROM " . TABLE_PREFIX . "post WHERE userid='".$vbulletin->userinfo[userid]."' AND threadid=$threadinfo[threadid]" ) ) :
eval('print_output("' . fetch_template('MARCO1 Cant See Attach') . '");');
endif ;
Сохранить
attachment.php
Перевод: 1 фраза.
В архиве:
- Продукт utf8 и cp1251
- Скрин
- Инструкция