Jump to content

Custom Icons?


Saulo Caetano

Recommended Posts

In Forums -> frond -> forums -> topicRow is a pice of code like that

{{if $row->unread()}}
    <a href='{$row->url( 'getNewComment' )}' title='{lang="first_unread_post"}' data-ipsTooltip>
        <span class='ipsItemStatus'><i class="fa {{if in_array( $row->$idField, $iposted )}}fa-star{{else}}fa-circle{{endif}}"></i></span>
    </a>
{{else}}

You need to change the span here.

Link to comment
Share on other sites

In Forums -> frond -> forums -> topicRow is a pice of code like that

{{if $row->unread()}}
    <a href='{$row->url( 'getNewComment' )}' title='{lang="first_unread_post"}' data-ipsTooltip>
        <span class='ipsItemStatus'><i class="fa {{if in_array( $row->$idField, $iposted )}}fa-star{{else}}fa-circle{{endif}}"></i></span>
    </a>
{{else}}

You need to change the span here.

​Thanks <3

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...