Skip 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.
Планы на 2026 год

Len

Пользователи
  • Joined

  • Last visited

Posts posted by Len

  1. Настроил все через SMPT при попытке отправить письмо через тестер просто загружается страница, и через минуты две пишется  Could not open a socket to the SMTP server (110:Время ожидания соединения истекло)

    Когда настраиваю через PHP Mail пишет невозможно отправить письмо!

    Что делать ?

  2. Вообщем такая проблема, при входе в АЦ вылазит окно которое требует логин и пароль после ввода которого только перекидывает на страницу входа в АЦ! 

    Вопрос в том, как сменить пароль от этого Окна авторизации!

  3. Привет все, может кто знает как решить проблему? При входе в АЦ просто кидает на главную страницу сайта, даже если перейти по адресу saite.ru/admin/index.php все равно кидает на главную! Случилось это после смены домена .biz на .us

  4.             {{if $comment->author()->member_title && $comment->author()->member_id}}
                    <li class='ipsResponsive_hidePhone'>{$comment->author()->member_title}</li>
                {{elseif $comment->author()->rank['title'] && $comment->author()->member_id}}
                    <li class='ipsResponsive_hidePhone'>{$comment->author()->rank['title']}</li>
                {{endif}}

     

    Спасибо) примерно правильно сказали просто снизу еще код вот это все убрал и норм

     {{if $comment->author()->member_title && $comment->author()->member_id}}
                    <li class='ipsResponsive_hidePhone'>{$comment->author()->member_title}</li>
                {{elseif $comment->author()->rank['title'] && $comment->author()->member_id}}
                    <li class='ipsResponsive_hidePhone'>{$comment->author()->rank['title']}</li>
                {{endif}}
                {{if $comment->author()->rank['image'] && $comment->author()->member_id}}
                    <li class='ipsResponsive_hidePhone'>{$comment->author()->rank['image']|raw}</li>
                {{endif}}

     Спасибо, можно закрывать!

  5. Вообщем, хочу установить звания из кс го) но надо так, чтобы они отображались только в профиле а они в добавок еще и в темах отображаются!  Знаю что надо в коде редактировать, но увы, я всю жизнь работал с xenForo и в IPB нуждаюсь в помощи!

    Вот мой postContainer

    {{$idField = $comment::$databaseColumnId;}}
    {{$itemClassSafe = str_replace( '\\', '_', mb_substr( $comment::$itemClass, 4 ) );}}
    {{if $comment->isIgnored()}}
        <div class='ipsComment ipsComment_ignored ipsType_light' id='elIgnoreComment_{$comment->$idField}' data-ignoreCommentID='elComment_{$comment->$idField}' data-ignoreUserID='{$comment->author()->member_id}'>
            {lang="ignoring_content" sprintf="$comment->author()->name"} <a href='#elIgnoreComment_{$comment->$idField}_menu' data-ipsMenu data-ipsMenu-menuID='elIgnoreComment_{$comment->$idField}_menu' data-ipsMenu-appendTo='#elIgnoreComment_{$comment->$idField}' data-action="ignoreOptions" title='{lang="see_post_ignore_options"}' class='ipsType_blendLinks'>{lang="options"} <i class='fa fa-caret-down'></i></a>
            <ul class='ipsMenu ipsHide' id='elIgnoreComment_{$comment->$idField}_menu'>
                <li class='ipsMenu_item ipsJS_show' data-ipsMenuValue='showPost'><a href='#'>{lang="show_this_post"}</a></li>
                <li class='ipsMenu_sep ipsJS_show'><hr></li>
                <li class='ipsMenu_item' data-ipsMenuValue='stopIgnoring'><a href='{url="app=core&module=system&controller=ignore&do=remove&id={$comment->author()->member_id}" seoTemplate="ignore"}'>{lang="stop_ignoring_posts_by" sprintf="$comment->author()->name"}</a></li>
                <li class='ipsMenu_item'><a href='{url="app=core&module=members&controller=ignore" seoTemplate="ignore"}'>{lang="change_ignore_preferences"}</a></li>
            </ul>
        </div>
    {{endif}}

    <a id='comment-{$comment->$idField}'></a>
    <article itemscope {{if $item->isQuestion() && !$comment->new_topic}}itemprop="suggestedAnswer {{if $comment->post_bwoptions['best_answer']}}acceptedAnswer{{endif}}" itemtype="http://schema.org/Answer"{{else}}itemtype="http://schema.org/Comment"{{endif}} id='elComment_{$comment->$idField}' class='cPost ipsBox {{if $otherClasses}}{$otherClasses}{{endif}} ipsComment {{if settings.reputation_highlight and $comment->reputation() >= settings.reputation_highlight}}ipsComment_popular{{endif}} ipsComment_parent ipsClearfix ipsClear ipsColumns ipsColumns_noSpacing ipsColumns_collapsePhone {{if $comment->isIgnored()}}ipsHide{{endif}} {{if $comment->hidden()}}ipsModerated{{endif}}'>
        {{if $item->isQuestion() and !$comment->new_topic}}
            {template="postRating" group="topics" app="forums" params="$item, $comment, $votes"}
        {{endif}}
        <aside class='ipsComment_author cAuthorPane ipsAreaBackground_light ipsColumn ipsColumn_medium'>
            <h3 class='ipsType_sectionHead cAuthorPane_author ipsType_blendLinks ipsType_break' itemprop="creator" itemscope itemtype="http://schema.org/Person"><strong itemprop="name">{$comment->author()->link( $comment->warningRef() )|raw}</strong> <span class='ipsResponsive_showPhone ipsResponsive_inline'>&nbsp;&nbsp;{template="reputationBadge" group="global" app="core" params="$comment->author()"}</span></h3>
            <ul class='cAuthorPane_info ipsList_reset'>
                {{if $comment->author()->member_title && $comment->author()->member_id}}
                    <li class='ipsResponsive_hidePhone'>{$comment->author()->member_title}</li>
                {{elseif $comment->author()->rank['title'] && $comment->author()->member_id}}
                    <li class='ipsResponsive_hidePhone'>{$comment->author()->rank['title']}</li>
                {{endif}}
                {{if $comment->author()->rank['image'] && $comment->author()->member_id}}
                    <li class='ipsResponsive_hidePhone'>{$comment->author()->rank['image']|raw}</li>
                {{endif}}

                <li class='cAuthorPane_photo'>
                    {template="userPhoto" app="core" group="global" params="$comment->author(), 'large', $comment->warningRef()"}
                </li>
                <li>{expression="\IPS\Member\Group::load( $comment->author()->member_group_id )->formattedName" raw="true"}</li>
                {{if \IPS\Member\Group::load( $comment->author()->member_group_id )->g_icon }}
                    <li class='ipsResponsive_hidePhone'><img src='{file="$comment->author()->group['g_icon']" extension="core_Theme"}' alt='' class='cAuthorGroupIcon'></li>
                {{endif}}
                {{if $comment->author()->member_id}}
                    <li class='ipsResponsive_hidePhone'>{template="reputationBadge" group="global" app="core" params="$comment->author()"}</li>
                    <li class='ipsType_light'>{lang="member_post_count" pluralize="$comment->author()->member_posts"}</li>
                    {{if $comment->author()->reputationImage()}}
                        <li class='ipsPad_half ipsResponsive_hidePhone'>
                            <img src='{file="$comment->author()->reputationImage()" extension="core_Theme"}' title='{{if $comment->author()->reputation()}}{$comment->author()->reputation()}{{endif}}' alt=''>
                        </li>
                    {{endif}}
                    {template="customFieldsDisplay" group="global" app="core" params="$comment->author()"}
                {{endif}}
            </ul>
        </aside>
        <div class='ipsColumn ipsColumn_fluid'>
            {template="post" group="topics" app="forums" params="$item, $comment, $item::$formLangPrefix . 'comment', $item::$application, $item::$module, $itemClassSafe"}
        </div>
    </article>

     

    А вот скрин 

    1.thumb.png.84762ce0e83e0f2ee9ecb251601f

    Прошу помочь с кодом))

Account

Navigation

Search

Search

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.