Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
June 5, 20177 yr 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}} {{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">
June 6, 20177 yr 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}} {{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.
June 6, 20177 yr 13 hours ago, Joel R said: Nominating this for Tip of the Week. I did not think it was that helpful. But thank you! 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.