Jump to content

Прошу помощи с Префиксами

Featured Replies

Добрый день!

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

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

Link to comment
https://ipbmafia.ru/topic/10479-proshu-pomoshi-s-prefiksami/
Share on other sites

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>
Link to comment
https://ipbmafia.ru/topic/10479-proshu-pomoshi-s-prefiksami/?&do=findComment&comment=80332
Share on other sites

Огромное третье спасибо!)

Link to comment
https://ipbmafia.ru/topic/10479-proshu-pomoshi-s-prefiksami/?&do=findComment&comment=80336
Share on other sites
Guest
This topic is now closed to further replies.

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

  • No registered users viewing this page.