Posted 3 февраля, 20177 yr comment_122020 Здравствуйте. Нужно в иконках разделов форума разместить свое изображение в место иконки fontawesome. Возможно ли поставить только картинку, а сам круг иконки оставить как есть в css? Как должно быть: Link to comment https://ipbmafia.ru/topic/16518-ikonki-razdelov/ Share on other sites Больше вариантов
3 февраля, 20177 yr comment_122022 Quzask, можно конечно. Иконки нужные из fontawesome или со стороны? Link to comment https://ipbmafia.ru/topic/16518-ikonki-razdelov/?&do=findComment&comment=122022 Share on other sites Больше вариантов
3 февраля, 20177 yr Author comment_122023 Иконка очки в виде картинки. Круг нужно оставить стандартным, который выполнен посредством css. Link to comment https://ipbmafia.ru/topic/16518-ikonki-razdelov/?&do=findComment&comment=122023 Share on other sites Больше вариантов
3 февраля, 20177 yr comment_122025 Попробуй Так или так: Перейти 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 Больше вариантов
3 февраля, 20177 yr comment_122027 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: РАЗМЕР%;"> Спойлер Link to comment https://ipbmafia.ru/topic/16518-ikonki-razdelov/?&do=findComment&comment=122027 Share on other sites Больше вариантов
3 февраля, 20177 yr comment_122029 3 минуты назад, rustav сказал: Quzask, замени в шаблоне <span class="ipsItemStatus ipsItemStatus_large cForumIcon_normal ipsItemStatus_read"> <i class="fa fa-comments"></i> </span> на <img src="АДРЕС КАРТИНКИ" style="width: РАЗМЕР%;"> Показать контент так все раздели с одинакой картинок Link to comment https://ipbmafia.ru/topic/16518-ikonki-razdelov/?&do=findComment&comment=122029 Share on other sites Больше вариантов
3 февраля, 20177 yr comment_122030 Silence, да. Я понял ему всё надо одной картинкой. Link to comment https://ipbmafia.ru/topic/16518-ikonki-razdelov/?&do=findComment&comment=122030 Share on other sites Больше вариантов
3 февраля, 20177 yr Author comment_122031 rustav, Silence, Спасибо Link to comment https://ipbmafia.ru/topic/16518-ikonki-razdelov/?&do=findComment&comment=122031 Share on other sites Больше вариантов
3 февраля, 20177 yr Author comment_122039 rustav, а за что отвечает шаблон "forumGridItem"? А то там подобное есть. Link to comment https://ipbmafia.ru/topic/16518-ikonki-razdelov/?&do=findComment&comment=122039 Share on other sites Больше вариантов
3 февраля, 20177 yr comment_122040 Quzask, тебе forumRow шаблон нужен Link to comment https://ipbmafia.ru/topic/16518-ikonki-razdelov/?&do=findComment&comment=122040 Share on other sites Больше вариантов
3 февраля, 20177 yr Author comment_122041 rustav, я уже сделал Просто интересуюсь, что это за шаблон, раз подобное там присутствует. 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.