Jump to content

Message, выделить раздел форума

Featured Replies

Приветствую.

1. Как сделать такой Message?

Спойлер

Screenshot_8.png

2. Как выделить другим цветом целый раздел форума?

Link to comment
https://ipbmafia.ru/topic/14839-message-vydelit-razdel-foruma/
Share on other sites
33 минут назад, Escape сказал:

1. Как сделать такой Message?

Где-то было на форуме, поиск в помощь :) 

 

Link to comment
https://ipbmafia.ru/topic/14839-message-vydelit-razdel-foruma/?&do=findComment&comment=109718
Share on other sites
24 минут назад, Redneck сказал:

Где-то было на форуме, поиск в помощь

Тоже помню, что видел. Но, как видишь не нашел

Link to comment
https://ipbmafia.ru/topic/14839-message-vydelit-razdel-foruma/?&do=findComment&comment=109719
Share on other sites
3 часа назад, Escape сказал:

2. Как выделить другим цветом целый раздел форума?

custom.css

li[data-categoryid="ID категории"] .ipsAreaBackground_reset, li[data-categoryid="ID категории"] li.ipsDataItem {background:#e5eaeb;}
/* Убираем эффект зебры */
.ipsDataList.ipsDataList_zebra .ipsDataItem:nth-child(2n):not(.ipsDataItem_selected):not(.ipsModerated):not(.ipsDataItem_new):not(.ipsDataItem_success):not(.ipsDataItem_warning):not(.ipsDataItem_error):not(.ipsDataItem_info):not(.ipsDataItem_status) {
    background: none !important;
}

А первое не могу найти ¬¬

Link to comment
https://ipbmafia.ru/topic/14839-message-vydelit-razdel-foruma/?&do=findComment&comment=109727
Share on other sites
3 часа назад, Escape сказал:

2. Как выделить другим цветом целый раздел форума?

li[data-categoryid="3"] > ol > li {
    background-color: #34495e !important;
}

2016-07-10_18-05-19.png

Link to comment
https://ipbmafia.ru/topic/14839-message-vydelit-razdel-foruma/?&do=findComment&comment=109728
Share on other sites

UPP.

Кто нибудь поможет сделать такой же Message?

Link to comment
https://ipbmafia.ru/topic/14839-message-vydelit-razdel-foruma/?&do=findComment&comment=109830
Share on other sites
3 часа назад, Escape сказал:

Кто нибудь поможет сделать такой же Message?

Ответил в ЛС

Link to comment
https://ipbmafia.ru/topic/14839-message-vydelit-razdel-foruma/?&do=findComment&comment=109837
Share on other sites

Шаблон forums > index > index:

Код после заголовка h2:

{{if $category->_id == "ID_категории"}}
                <span class='ipsMessage ipsMessage_warning' style='background: #CEE1EA; color: #615E5A; display: block; margin-top: 10px; margin: 10px 0px; border-bottom: 1px solid #C4D7E0;'>ТЕКСТ</span>
                {{endif}}

 

Link to comment
https://ipbmafia.ru/topic/14839-message-vydelit-razdel-foruma/?&do=findComment&comment=109842
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

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

  • No registered users viewing this page.