Jump to content

Иконки разделов

Featured Replies

Здравствуйте. Нужно в иконках разделов форума разместить свое изображение в место иконки fontawesome. Возможно ли поставить только картинку, а сам круг иконки оставить как есть в css?

Как должно быть:

Безымянный.jpg

Link to comment
https://ipbmafia.ru/topic/16518-ikonki-razdelov/
Share on other sites

Quzask, можно конечно.  Иконки нужные из  fontawesome или со стороны?

Link to comment
https://ipbmafia.ru/topic/16518-ikonki-razdelov/?&do=findComment&comment=122022
Share on other sites

Иконка очки в виде картинки. Круг нужно оставить стандартным, который выполнен посредством css.

Link to comment
https://ipbmafia.ru/topic/16518-ikonki-razdelov/?&do=findComment&comment=122023
Share on other sites

Попробуй

Так

Untitled.png

или так:

Перейти forums > front > index > forumRow и найти:

В конце каждого экземпляра пролета с классом ipsItemStatus:

<span class='ipsItemStatus

Вам нужно будет добавить немного кода перед закрытием ">".

data-forumID="{$forum->_id}"

в custom.css postavit:

/* ==========================================================================FORUM ICONS========================================================================== *//*== [Category Name] ==*/span.ipsItemStatus.ipsItemStatus_large[data-forumid=1] > i:before{ content: "\f015" }span.ipsItemStatus.ipsItemStatus_large[data-forumid=2] > i:before{ content: "\f059" }span.ipsItemStatus.ipsItemStatus_large[data-forumid=3] > i:before{ content: "\f188" }span.ipsItemStatus.ipsItemStatus_large[data-forumid=4] > i:before{ content: "\f0f4" }span.ipsItemStatus.ipsItemStatus_large[data-forumid=5] > i:before{ content: "\f135" }span.ipsItemStatus.ipsItemStatus_large[data-forumid=6] > i:before{ content: "\f007" }

измени content с background

Link to comment
https://ipbmafia.ru/topic/16518-ikonki-razdelov/?&do=findComment&comment=122025
Share on other sites

Quzask, замени в шаблоне   <span class='ipsItemStatus ipsItemStatus_large cForumIcon_normal {{if !\IPS\forums\Topic::containerUnread( $forum ) && !$forum->redirect_on}}ipsItemStatus_read{{endif}}'>  <i class="fa fa-comments"></i> 

замени на

<img src="АДРЕС КАРТИНКИ" style="width: РАЗМЕР%;">

Спойлер

01.png

 

Link to comment
https://ipbmafia.ru/topic/16518-ikonki-razdelov/?&do=findComment&comment=122027
Share on other sites
3 минуты назад, rustav сказал:

Quzask, замени в шаблоне <span class="ipsItemStatus ipsItemStatus_large cForumIcon_normal ipsItemStatus_read">
                            <i class="fa fa-comments"></i>
                        </span>

на

<img src="АДРЕС КАРТИНКИ" style="width: РАЗМЕР%;">

  Показать контент

01.png

 

так все раздели с одинакой картинок

Link to comment
https://ipbmafia.ru/topic/16518-ikonki-razdelov/?&do=findComment&comment=122029
Share on other sites

Silence, да. Я понял ему всё надо одной картинкой.

Link to comment
https://ipbmafia.ru/topic/16518-ikonki-razdelov/?&do=findComment&comment=122030
Share on other sites

rustav, Silence, Спасибо 9_9

Link to comment
https://ipbmafia.ru/topic/16518-ikonki-razdelov/?&do=findComment&comment=122031
Share on other sites

rustav, а за что отвечает шаблон "forumGridItem"? А то там подобное есть.

Link to comment
https://ipbmafia.ru/topic/16518-ikonki-razdelov/?&do=findComment&comment=122039
Share on other sites

Quzask, тебе forumRow шаблон нужен

Link to comment
https://ipbmafia.ru/topic/16518-ikonki-razdelov/?&do=findComment&comment=122040
Share on other sites

rustav, я уже сделал 9_9 Просто интересуюсь, что это за шаблон, раз подобное там присутствует.

Link to comment
https://ipbmafia.ru/topic/16518-ikonki-razdelov/?&do=findComment&comment=122041
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.