Jump to content

Silence

Актив
  • Регистрация

  • В сети

Everything posted by Silence

  1. Попробуйте - скачать uploads папку через FTP ..... использовать эту программу для удаления потерянные файлы DuplicateCleanerPro4_setup.exe
  2. Удали все кеш форума: System > Tools & Settings > Cache Management > Recache All
  3. Go to : ACP > Customization > Themes > Ur theme > HTML & CSS Codes > forums > front > index > forumRow и найти : {{if $forum->hasChildren()}} <ul class="ipsDataItem_subList ipsList_inline"> {{foreach $forum->children() as $subforum}} <li class="{{if \IPS\forums\Topic::containerUnread( $subforum )}}ipsDataItem_unread{{endif}}"> <a href="{$subforum->url()}">{{if \IPS\forums\Topic::containerUnread( $subforum )}}<span class='ipsItemStatus ipsItemStatus_tiny {{if !\IPS\forums\Topic::containerUnread( $subforum ) && !$subforum->redirect_on}}ipsItemStatus_read{{endif}}'><i class="fa fa-circle"></i></span>&nbsp;{{endif}}{$subforum->_title}</a> </li> {{endforeach}} </ul> {{endif}} Удалит его и найти: {{if $forum->description}} <div class="ipsDataItem_meta ipsType_richText">{$forum->description|raw}</div> {{endif}} затем вставить этот код: {{if $forum->hasChildren()}} <ol class='ipsList_inline ipsType_small subforums2'> {{foreach $forum->children() as $subforum}}</ol> <ol class='ipsList_inline ipsType_small subforums3'> {{if \IPS\forums\Topic::containerUnread( $subforum )}} <li class='unread'> {{endif}} {{if !\IPS\forums\Topic::containerUnread( $subforum )}} <li> {{endif}} {{endforeach}} </ol> <ol class='ipsList_inline ipsType_small subforums'> {{foreach $forum->children() as $subforum}}</ol> <ol class='ipsList_inline ipsType_small subforums1'> {{if \IPS\forums\Topic::containerUnread( $subforum )}}<li class='unread'> {{endif}} {{if !\IPS\forums\Topic::containerUnread( $subforum )}} <li> {{endif}} <a href="{$subforum->url()}">{$subforum->_title}</a></li> {{endforeach}}</ol> {{endif}} Перейти к custom.css и вставить этот код: ol.subforums1 { margin-top: 3px; float: left; width: 33%; } ol.subforums1 li { background: url('http://ваш–форум/subforum_vechis.png') no-repeat 0 50%; padding: 0 15px 0 15px; margin: 0; float: left; } .subforums1 li.unread { font-weight: bold; background-image: url('http://ваш–форум/subforum_now.png'); } ol.subforums2 { width: 33%; overflow: hidden; } ol.subforums2 li { background: url('http://ваш–форум/subforum_vechis.png') no-repeat 0 50%; padding: 0 15px 0 15px; margin: 0; float: left; } .subforums2 li.unread { font-weight: bold; background-image: url('http://ваш–форум/subforum_now.png'); } ol.subforums3 { width: 33%; overflow: hidden; } ol.subforums3 li { background: url('http://ваш–форум/subforum_vechis.png') no-repeat 0 50%; padding: 0 15px 0 15px; margin: 0; float: left; } .subforums3 li.unread { font-weight: bold; background-image: url('http://ваш–форум/subforum_now.png'); } Для того, чтобы изменить образ чтения подфорума вы должны изменить эту ссылку везде, где вы нашли его на верхней CSS код: http://ваш–форум/subforum_vechis.png И изменить образ непрочитанных подфорума вы должны изменить эту ссылку везде, где вы нашли его на верхней CSS код: http://ваш–форум/subforum_now.png .ipsDataItem_subList{ overflow: hidden; } html[dir="ltr"] .ipsApp .ipsDataItem_subList, html[dir="rtl"] .ipsApp .ipsDataItem_subList{ background: none; line-height: 220%; padding-left: 0 !important; padding-right: 0 !important; padding-bottom: 4px; } .ipsDataItem_subList li{ float: left; width: calc(100% / 1 - 5px); } html[dir="rtl"].ipsDataItem_subList li{ float: right; } .ipsDataItem_subList li a:after{ display: none; } html[dir="rtl"] .ipsDataItem_subList.ipsList_inline > li{ margin-left: 0; padding-bottom: 4px;} width: calc(100% / 1 - 5px); = 1 изменить столбец 1 по 2 для 2 или 3 колонки для 3 колонки
  4. System Settings > Forums > Темы, Сообщения и Опросы > Прикрепленные изображения
  5. ACP > System Settings > System > General Configuration > Meta tag: image_src
  6. Попробуй: cd /var/lib/mysql/ваша–база_database myisamchk -r -v -f ./ваша–таблицу_repair
  7. Silence posted пост в теме in Interface
    Так учиться, человек
  8. https://invisionpower.com/files/file/7911-points-economy/ points-1.0.7.tar
  9. Silence posted пост в теме in Interface
    Я об этом, и отказался
  10. 1. Скачайте скрипт гирлянды. 2. Скопируйте (залейте) содержимое архива в корневой ваш форум 3. Подключите javascript и добавьте код гирлянды. Перед тегом </body> вставляем (подкючение javascript) и коде: Сохраняем изменения. new_year.rar
  11. выберите скины, который будет использоваться
  12. Silence posted пост в теме in Interface
    Я не силен в работе с веб-хосты - для меня это что-то новое и сложное - Спасибо за ответы
  13. Silence posted пост в теме in Interface
    Я изплзваю споден хостинг
  14. Silence posted пост в теме in Interface
    Не панимаю - какой порт должно я поставит ..... попробувал 3000 - 2100 .... не работает ..... я установил Bable и на живой форум ..... не работает
  15. Инструкция по использованию.txt Инструкция по созданию кнопки хайда в редакторе.txt Инструкция по установке.txt
  16. Silence posted пост в теме in Interface
    Проблема в connected to the node server я поставил localhost:80 как мой порт в bable.js изменил порт на 80 .... но не работает ...... можно моя ошибка ....
  17. IPBHide.rar
  18. Silence posted пост в теме in Interface
    Установляется без проблем .... имеет боле настройки .... проблема у меня один - Babble is not connected to the node server, please contact the administrator! Please enter the URL for your node server, if it is on the same server as your site, it will be http://mysite.com:3000 (use the port you configured in the babble.js script here instead if it differs from the default).
  19. Silence posted пост в теме in Interface
    В настоящее время я испытываю его на локале
  20. Я буду стараться сделать что-то
  21. У вас ест - либо приложения или хуки? Steam Logins .... ? Выключите их и попробуйте