Jump to content

Board icons

Featured Replies

Posted

Is there a way to change these icons? If so where are they located?

Thanks

icons.png

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

  • Author

Thanks Andy, your help is always appreciated!

Gene

this is what i have  see the heart

icon.png.b8a61d21002b7c270dea0017d99598b5.png

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.  

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.

Archived

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

Recently Browsing 0

  • No registered users viewing this page.