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.

Лидеры

  1. Silence

    Актив
    Points
    2 434
    Количество сообщений
  2. aLEX49566

    Актив
    Points
    2 720
    Количество сообщений
  3. bunster123123

    Пользователи
    Points
    28
    Количество сообщений
  4. Zero108

    Актив
    Points
    4 004
    Количество сообщений

Popular Content

Showing content with the highest reputation since 15.09.2024 в Запись Comments

  1. 2 points
    Не работает... у меня ошибка
  2. 2 points
    1. Нажмите на эту ссылку alternative to CAPTCHA .......
  3. Логин для SMTP. Чаще всего это сам емейл.
  4. Thank you for sharing this invaluable guide on creating applications for Invision Community. As someone who was actively working on developing an e-commerce application for my Invision-powered platform, I found this resource extremely helpful and comprehensive. Your contribution to the community is greatly appreciated, and I'd like to elaborate on why this guide is so valuable. I'm at my wit's end trying to find decent guides for developing applications for Invision Community. I've been working on an e-commerce app for my site, but the official forums are basically useless when it comes to actual tutorials or walkthroughs. Has anyone else noticed how terrible the official resources are? It seems like IPS expects us to just magically know how to build complex apps without any real guidance. That's why I've turned to IPBMafia instead. Their forums actually have useful info and files that the official site refuses to provide. It's crazy that we have to rely on third-party sites just to get basic development resources. Am I missing something? Is there some secret stash of dev guides hidden somewhere on the official site? Or are we all just winging it? Thanks for listening to my rant. Any tips on finding better resources would be appreciated. Also thanks to @Silence for helping me find this forum post
  5. Scroll Indicator

    SlawkA reacted to aLEX49566 for a comment

    1 point
    У меня не пашет ips 4.3 Стоп. Это шкала отображения скроллинга.. немного ошибся, прошу прощения
  6. Дополнение после выполнения вышеуказанных шагов , перейти: Шаблоны --> core --> front --> profile --> profileHeader и найти: {{if $member->pp_main_photo and ( mb_substr( $member->pp_photo_type, 0, 5 ) === 'sync-' or $member->pp_photo_type === 'custom' )}} <a href="{file="$member->pp_main_photo" extension="core_Profile"}" data-ipsLightbox class='ipsUserPhoto ipsUserPhoto_xlarge'> <img src='{$member->photo}' alt=''> </a> {{else}} <span class='ipsUserPhoto ipsUserPhoto_xlarge'> <img src='{$member->photo}' alt=''> </span> {{endif}} Изменит на : {{if $member->pp_main_photo and ( mb_substr( $member->pp_photo_type, 0, 5 ) === 'sync-' or $member->pp_photo_type === 'custom' )}} <a href="{file="$member->pp_main_photo" extension="core_Profile"}" data-ipsLightbox class='ipsUserPhoto ipsUserPhoto_xlarge'> <img src='{$member->photo}' data-groupID='{$member->member_group_id}' alt=''> </a> {{else}} <span class='ipsUserPhoto ipsUserPhoto_xlarge'> <img src='{$member->photo}' data-groupID='{$member->member_group_id}' alt=''> </span> {{endif}} В custom.css добавит: .ipsUserPhoto_xlarge img, img.ipsUserPhoto_xlarge, .ipsUserPhoto_xlarge[data-group_id="4"] { border: solid 3px #e74c3c; padding:2px;}
  7. Может добавит v css padding:2px; отделить рамку

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.