Jump to content

Board icons


Genestoy

Recommended Posts

Not sure how much help this is going to be. :) I'm no skinner.

The forum ones are in (once you get the theme templates up) > Forums > Forums > TopicRow

Look for:

                            {{if in_array( $row->$idField, $table->contentPostedIn )}}
                                <span class='ipsItemStatus ipsItemStatus_read ipsItemStatus_posted'><i class="fa fa-star"></i></span>
                            {{else}}
                                &nbsp;
                            {{endif}}

The class fa fa-star is the 'star' itself. Its probably quite easy to replace that with img src= (something else) if required:

<img src="url to image here/image.etc">

Link to comment
Share on other sites

11 hours ago, AndyF said:

Not sure how much help this is going to be. :) I'm no skinner.

The forum ones are in (once you get the theme templates up) > Forums > Forums > TopicRow

Look for:

 


                            {{if in_array( $row->$idField, $table->contentPostedIn )}}
                                <span class='ipsItemStatus ipsItemStatus_read ipsItemStatus_posted'><i class="fa fa-star"></i></span>
                            {{else}}
                                &nbsp;
                            {{endif}}

 

The class fa fa-star is the 'star' itself. Its probably quite easy to replace that with img src= (something else) if required:

 


<img src="url to image here/image.etc">

 

Nominating this for Tip of the Week.  

Link to comment
Share on other sites

13 hours ago, Joel R said:

Nominating this for Tip of the Week.  

I did not think it was that helpful. :) But thank you! :thumbsup:

Was just a 'quick thought on how to easily change these' without too much trauma or resorting to a plugin to modify them.

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...