Jump to content

Respected

Администраторы
  • В сети

  • Количество сообщений

    13 804
  • Reputation

    7,4k Respected's Reputation

Everything posted by Respected

  1. Да, буквально вчера ставил, всё работает!
  2. Видимо ошибка в языке. На английском данный раздел будет доступен.
  3. Нужно смотреть что общего у удалённых пользователей.
  4. Наверное удаляются пользователи, имена которых содержат разные запрещённые знаки и символы.
  5. Не поверю. Доступ мне в ЛС пожалуйста в админку форума и phpmyadmin
  6. file_get_contents(/path/to/phpbb/images/avatars/upload/572ec64852bc5101b2e57e02c1980849__2.jpg Откуда это?
  7. Что говорят логи форума?
  8. @Sanshalay, перевод будет обновляться?
  9. В тех. поддержке нужно выбрать Что-то пошло не так и продолжить. Шаге на 3 система сообщит об очистке кеша.
  10. Чистить кеш нужно через раздел тех поддержки
  11. Из бесплатного отлично подойдёт только localhost
  12. Из первого поста вообще не понятно сути проблемы, но, однозначно нужно ждать завершения перестроения процессов в админке.
  13. Так может без ссылки нужно прикреплять? 21 век на дворе - есть форма прикрепления фоток к постам. Судя по скриншоту эта база не может столько весить
  14. Кеш почистить достаточно и бд прилично просядет
  15. Подождать нулл 4.1.8.1
  16. Необходимо включить режим производительности и попробовать отправку постов на нём
  17. Respected posted пост в теме in Interface
    Файл обновлён
  18. Данные в базе нормально отображаются? Которые знаками вопроса на форуме
  19. В корень форума кинуть файлик и перейти на него changeUrl.php
  20. Можно стандартным конвертером кодировки в дистрибутиве ips4
  21. IAF не согласился поработать? Я думаю для него эта работа под силу.
  22. Отредактировать шаблон core > global > plugins > recentTopicsRow Там в принципе всё просто. Для примера {{$idField = $topic::$databaseColumnId;}} {{$iPosted = isset( $topic->contentPostedIn ) ? $topic->contentPostedIn : ( $topic AND method_exists( $topic, 'container' ) AND $topic->container() !== NULL ) ? $topic->container()->contentPostedIn() : array();}} <li id='recentTopics_tid_{$topic->tid}' data-tid="{$topic->tid}" data-timestamp="{{if $topic->mapped('last_comment')}}{$topic->mapped('last_comment')}{{else}}{$topic->mapped('date')}{{endif}}" class="ipsDataItem ipsDataItem_responsivePhoto {{if $topic->unread()}}ipsDataItem_unread{{endif}} {{if method_exists( $topic, 'tableClass' ) && $topic->tableClass()}}ipsDataItem_{$topic->tableClass()}{{endif}} {{if $topic->hidden()}}ipsModerated{{endif}}"> {{if $showReadMarkers}} {{if $topic->unread()}} <div class='ipsDataItem_icon ipsPos_top'> <a href='{$topic->url( 'getNewComment' )}' title='{lang="first_unread_post"}' data-ipsTooltip> <span class='ipsItemStatus'><i class="fa {{if in_array( $topic->$idField, $iPosted )}}fa-star{{else}}fa-circle{{endif}}"></i></span> </a> </div> {{else}} {{if in_array( $topic->$idField, $iPosted )}} <div class='ipsDataItem_icon ipsPos_top'> <span class='ipsItemStatus ipsItemStatus_read ipsItemStatus_posted'><i class="fa fa-star"></i></span> </div> {{else}} <div class='ipsDataItem_icon ipsPos_top'>&nbsp;</div> {{endif}} {{endif}} {{endif}} <div class='ipsDataItem_main'> <h4 class='ipsDataItem_title ipsType_break'> {{if $topic->locked()}} <i class='fa fa-lock' data-ipsTooltip title='{lang="topic_locked"}'></i> {{endif}} {{if $topic->prefix()}} {template="prefix" group="global" app="core" params="$topic->prefix( TRUE ), $topic->prefix()"} {{endif}} <a href='{$topic->url()}' {{if $topic->canView()}}data-ipsHover data-ipsHover-target='{$topic->url()->setQueryString('preview', 1)}' data-ipsHover-timeout='1.5' {{endif}}> {{if $topic->isQuestion()}} <strong class='ipsType_light'>{lang="question_title"}:</strong> {{endif}} <span itemprop="name"> {{if $topic->mapped('title')}}{wordbreak="$topic->mapped('title')"}{{else}}<em class="ipsType_light">{lang="content_deleted"}</em>{{endif}} </span> </a> {{if $topic->mapped('pinned') || $topic->mapped('featured') || $topic->hidden() === -1 || $topic->hidden() === 1}} <span> {{if $topic->hidden() === -1}} <span class="ipsBadge ipsBadge_icon ipsBadge_small ipsBadge_warning" data-ipsTooltip title='{$topic->hiddenBlurb()}'><i class='fa fa-eye-slash'></i></span> {{elseif $topic->hidden() === 1}} <span class="ipsBadge ipsBadge_icon ipsBadge_small ipsBadge_warning" data-ipsTooltip title='{lang="pending_approval"}'><i class='fa fa-warning'></i></span> {{endif}} {{if $topic->mapped('pinned')}} <span class="ipsBadge ipsBadge_icon ipsBadge_small ipsBadge_positive" data-ipsTooltip title='{lang="pinned"}'><i class='fa fa-thumb-tack'></i></span> {{endif}} {{if $topic->mapped('featured')}} <span class="ipsBadge ipsBadge_icon ipsBadge_small ipsBadge_positive" data-ipsTooltip title='{lang="featured"}'><i class='fa fa-star'></i></span> {{endif}} </span> {{endif}} </h4> {{if $topic->commentPageCount() > 1}} {$topic->commentPagination( array(), 'miniPagination' )|raw} {{endif}} <div class='ipsDataItem_meta ipsType_reset ipsType_light ipsType_blendLinks'> {lang="byline" htmlsprintf="$topic->author()->link()"} {datetime="$topic->mapped('date')"} {{if \IPS\Request::i()->controller != 'forums'}} {lang="in"} <a href="{$topic->container()->url()}">{$topic->container()->_title}</a> {{endif}} {{if count( $topic->tags() )}} &nbsp;&nbsp; {template="tags" group="global" app="core" params="$topic->tags(), true, true"} {{endif}} </div> <ul class='ipsList_inline ipsClearfix ipsType_light'> {{if $topic->isQuestion()}} {{if $topic->topic_answered_pid}} <li class='ipsType_success'><i class='fa fa-check-circle'></i> <strong>{lang="answered"}</strong></li> {{else}} <li class='ipsType_light'><i class='fa fa-question'></i> {lang="awaiting_answer"}</li> {{endif}} {{endif}} </ul> </div> </li>
  23. То есть? Приложения в ipb3 устанавливаются только таким способом.