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.

Ошибка на аватаре пользователя в теме

Featured Replies

Posted

Добрый день.

У меня ошибка на моем форуме( _cspromo-games.ru) 

В теме пытаюсь сделать размер аватара 250px, все вроде бы не чего но есть проблема с надписями(они остаются на месте и косячится весь шаблон сразу

Как быть ?

post-6157-0-96905600-1401168946_thumb.pn

post-6157-0-53268500-1401168948_thumb.pn

Попробуйте сделать это:

Зайти в includertl и найти это:

<if test="hasMemberTopicMax:|:$this->settings['member_topic_avatar_max']">
    <!-- Forces topic photo to show without thumb -->
    <style type='text/css'>
        .ipsUserPhoto_variable { max-width: {parse expression="intval($this->settings['member_topic_avatar_max'])"}px !important; }
        <if test="RTLMargin:|:$this->isRtlLang">
            .post_body { margin-right: {parse expression="((intval($this->settings['member_topic_avatar_max'] + 25 ) < 185 ) ? 185 : intval($this->settings['member_topic_avatar_max'] + 25 ) )"}px !important; }
        <else />
            .post_body { margin-left: {parse expression="((intval($this->settings['member_topic_avatar_max'] + 25 ) < 185 ) ? 185 : intval($this->settings['member_topic_avatar_max'] + 25 ) )"}px !important; }
        </if>
    </style>
</if>

Зайти в includertl и найти это: <- где находится :) ?

Код из шаблона includeRTL

Но это не то.

Ищите в ipb_styles.css 

.avatar {
margin: 3px auto;
border: 1px solid double;
width: 98px;
height: 98px;
}

и удаляйте ширину и высоту вместе со значениями

Guest
This topic is now closed to further replies.

Последние посетители 0

  • No registered users viewing this page.

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.