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

Добрый день!

Хочу изменить префиксы на картинки:

1. Горячая тема

post-20678-0-66367400-1423408173_thumb.p

2. В очереди (премодерация)

post-20678-0-28671000-1423408173_thumb.p

3. Вопрос решён

post-20678-0-24761100-1423408172_thumb.p

Префикс "закреплено" я уже нашёл по пути: 

Внешний вид  >  Управление стилями и шаблонами  >  Управление шаблонами в (ваш шаблон) > Список тем форума > TopicPrefixWrap

интересуют пути кода для остальных.

Edited by ozersk

1. Внешний вид - Ваш стиль - Список тем форума - topic

        <if test="isHot:|:$data['folder_img']['is_hot'] && !$this->lang->words['topic_is_archived']">
            <span class='ipsBadge ipsBadge_orange'>{$this->lang->words['topic_is_hot']}</span>
        </if>

2. Внешний вид - Ваш стиль - Список тем форума - topic

        <if test="topicUnapproved:|:$data['approved'] == 0">
            <span class='ipsBadge ipsBadge_orange'>{$this->lang->words['f_queued_badge']}</span>
        <else />
            <if test="queuedpostsImg:|$this->memberData['is_mod'] AND $data['_hasqueued'])">
                <a href='{parse url="showtopic={$data['tid']}&amp;modfilter=invisible_posts" seotitle="{$data['title_seo']}" template="showtopic" base="public"}' title='{$this->lang->words['view_uapproved_posts']}' data-tooltip="{parse expression="sprintf( $this->lang->words['topic_queued_count'], $data['topic_queuedposts'] )"}"><span class='ipsBadge ipsBadge_orange'>{$this->lang->words['f_queued_badge']}</span></a>
            </if>
        </if>

3. Внешний вид - Ваш стиль - Список тем форума - topic

        <if test="solvedBadge:|:$data['_answeredPid'] !== false">
            <a href="{parse url="app=forums&amp;module=forums&amp;section=findpost&amp;pid={$data['_answeredPid']}" base="public"}"><span class='ipsBadge has_icon ipsBadge_green'><img class='icon' src="{$this->settings['img_url']}/icon_check_white_8px.png"> {$this->lang->words['topic_solved']}</span></a>
        </if>
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.