Jump to content
View in the app

A better way to browse. Learn more.

IPBMafia.ru - поддержка Invision Community, релизы, темы, плагины и приложения

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Respected

Администраторы
  • Регистрация

  • В сети

Everything posted by Respected

  1. Значит нужно перестроить кэш в админцентре и попробовать протестировать форум снова.
  2. Settings --> Global --> Global Configuration --> Shoutbox: Long time format: %d %B %Y - %H:%M:%S Today time format: %H:%M:%S Настройки --> Advanced --> Date, Time and Number Formats: Long date method: %d %B %Y - %H:%M Short date method: %b %d %Y %H:%H:%M Joined date method: %d.%m.%y
  3. Отключить полностью все хуки, перестроить кэш и с помощью Инструментов в IP.Downloads создать темы поддержки. 100% должно работать.
  4. Да, для каждого стиля прописываются свои цвета линий цитаты. Цвета можно взять со старого ipb_commons. Закрыто
  5. Данный в первом сообщении видеоролик присутствует на страницах форума?
  6. .gif добавлен в список допустимых расширений?
  7. vitalik-vit,да, пока все сняты со своих должностей. Будем проводить набор заново.
  8. CaMa3BaH,портфолио есть? Don_Pedro_Sangre, к сожалению набор временно закрыт, им будет заниматься _Dark_.
  9. Работает, необходимо очистить кэш браузера и обновить страницу со ссылкой.
  10. Добрый вечер. Проблема заключается в том, что не все файлы были загружены на сервер, либо был изменён регистр файлов или папок при копировании дистрибутива форума на сервер.
  11. Приветствую. Для решения данной проблемы необходимо поправить ipb_commons.css: Инструкция: Найти: .post.entry-content ul, ul.bbc { list-style: disc outside; margin: 12px 0 12px 40px; } .post.entry-content ul,ul.bbc ul.bbc { list-style-type: circle; } .post.entry-content ul,ul.bbc ul.bbc ul.bbc { list-style-type: square; } .post.entry-content ul.decimal,ul.bbcol.decimal { margin: 12px 0 12px 40px; list-style-type: decimal; } Заменить на: .post.entry-content ul, ul.bbc, .as_content ul { list-style: disc outside; margin: 12px 0 12px 40px; } .post.entry-content ul,ul.bbc ul.bbc, .as_content ul { list-style-type: circle; } .post.entry-content ul,ul.bbc ul.bbc ul.bbc, .as_content ul { list-style-type: square; } .post.entry-content ul.decimal,ul.bbcol.decimal, .post.entry-content ol, .post_body ol, .as_content ol { margin: 12px 0 12px 40px !important; list-style-type: decimal !important; } Найти и удалить: pre.prettyprint { padding: 5px; background: #f8f8f8; border: 1px solid #c9c9c9; overflow: auto; margin-left: 10px; font-size: 11px; line-height: 140%; } Найти: .signature a img.bbc_img { cursor: pointer; } Добавить ниже: pre.prettyprint, code.prettyprint { background-color: #fafafa !important; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px; color: #000000; padding: 5px; border: 1px solid #c9c9c9; overflow: auto; margin-left: 10px; font-size: 13px; line-height: 140%; font-family: monospace !important; } pre.prettyprint { width: 95%; margin: 1em auto; padding: 1em; /* white-space: pre-wrap; */ } /* LEGACY @todo remove in IPS4 */ div.blockquote { font-size: 12px; padding: 10px; border-left: 2px solid #989898; border-right: 2px solid #e5e5e5; border-bottom: 2px solid #e5e5e5; -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; background: #f7f7f7; } div.blockquote div.blockquote { margin: 0 10px 0 0; } div.blockquote p.citation { margin: 6px 10px 0 0; } Найти: p.citation { font-size: 12px; padding: 8px 10px; border-left: 2px solid #989898; /*background: #f3f3f3 */ background: #f6f6f6; background: -moz-linear-gradient(top, #f6f6f6 0%, #e5e5e5 100%); /* firefox */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e5e5e5)); /* webkit */ border-top: 2px solid #e5e5e5; border-right: 2px solid #e5e5e5; -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; font-weight: bold; } Заменить на: p.citation { font-size: 12px; padding: 8px 10px; border-left: 2px solid #989898; /*background: #f3f3f3 */ background: #f6f6f6; background: -moz-linear-gradient(top, #f6f6f6 0%, #e5e5e5 100%); /* firefox */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e5e5e5)); /* webkit */ border-top: 2px solid #e5e5e5; border-right: 2px solid #e5e5e5; -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; font-weight: bold; overflow-x: auto; } Найти: div.blockquote { font-size: 12px; padding: 10px; border-left: 2px solid #989898; border-right: 2px solid #e5e5e5; border-bottom: 2px solid #e5e5e5; -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; background: #f7f7f7; } div.blockquote div.blockquote { margin: 0 10px 0 0; } div.blockquote p.citation { margin: 6px 10px 0 0; } Заменить на: blockquote.ipsBlockquote { font-size: 12px; padding: 10px; border: 2px solid #e5e5e5; border-left: 2px solid #989898; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; background: #f7f7f7; margin: 0 0; overflow-x: auto; } blockquote.ipsBlockquote blockquote.ipsBlockquote { margin: 0 10px 0 0; } blockquote.ipsBlockquote p.citation { margin: 6px 10px 0 0; } blockquote.ipsBlockquote.built { border-top: none; -moz-border-top-right-radius: 0px; -webkit-border-top-left-radius: 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; }
  12. Кэш браузера, но это не обязательно. Закрыто!
  13. По-моему проще переименовать папку
  14. Данная проблема решается с помощью отключения несовместимого хука. Необходимо отключать каждый хук по очереди и смотреть на результат.
  15. Мы переехали на новый сервер, теперь с доступностью форума проблем не будет
  16. Какие именно проблемы? У нас установлена версия 2.5.2 и никаких проблем, как видите, не наблюдается.
  17. veu2003,Добрый день. Необходимо поправить пути в Настройки --> General Configuration: Path to 'upload' directory и Upload URL
  18. У нас не стоит анонимайзер. Как вариант можно покопаться в настройках Настройки --> Forums --> Topics, Posts and Polls --> URL Filtering Options, например включить настройку Add rel="nofollow" to posted links. Можно запретить пользоваться bb-кодом Ссылка для определённых групп. Вариантов множество..
  19. Насколько я знаю, чат отображает время с форума. У него есть только время архива своё.
  20. Возможно логин и отображаемое имя разные.
  21. text-transform: capitalize; - Первый символ каждого слова в предложении будет заглавным. Остальные символы свой вид не меняют. Найти и обезвредить.
  22. Если протестирована главная страница, значит она использует при загрузке эти ссылки. В исходном коде нет ничего похожего по слову youtube?
  23. BBCode Popup popup.zip

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.