Jump to content

Иконки для  форумов

2.png

Идём в свой шаблон и переходим по пути: Шаблоны -->forums --> front --> forums--> topicRow инайти:

<li class="ipsDataItem ipsDataItem_responsivePhoto {{if $row->unread()}}ipsDataItem_unread{{endif}} {{if method_exists( $row, 'tableClass' ) && $row->tableClass()}}ipsDataItem_{$row->tableClass()}{{endif}} {{if $row->hidden()}}ipsModerated{{endif}}" data-rowID='{$row->$idField}' itemprop="itemListElement" itemscope itemtype="http://schema.org/Article">

После этого, вставьте этот код:

<i class='f_icon'  data-rowID='{$row->$idField}'></i>

Перейти к вашем custom.css и поставите ето код:

.f_icon{
    width: 67px;
    height: 67px; 
}
.f_icon[data-rowid="60"] {
  background: url(https://ваша иконка.png);
float: left
}
.f_icon[data-rowid="330"] {
  background: url(http://ваша иконка.png);
float: left
}

В custom.css измените data-rowid="60' / 330  с ид ваш форум ..... ето все

User Feedback

Recommended Comments

Комментариев пока нет

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
Добавить комментарий...