Simple Machines Community Forum

SMF Support => SMF 2.1.x Support => Topic started by: Mitsi on April 27, 2020, 12:26:47 PM

Title: Post icons in SVG
Post by: Mitsi on April 27, 2020, 12:26:47 PM
Greetings

I wonder if it's possible to have post icons, like for example the poll icon, in SVG instead of PNG? For those icons in particular I wasn't able to find a way to edit with CSS. I got no knowledge of PHP, but if it's possible I'd like to know which PHP file and what to add or edit.

Thank you in advance.
Title: Re: Post icons in SVG
Post by: Antes on April 27, 2020, 01:00:43 PM
Well, you can go each file in /Sources/ -listed below

* Display.php
* Load.php
* MessageIndex.php
* Post.php
* Recent.php
* Search.php

change the file ending from .png to .svg


If this doesn't feel good... you can always hack like me and use ['icon'] element to get the icon name and hack template files with it (Ref: https://github.com/XinYenFon/Lunarfall/wiki/Adding-Custom-Post-Icons)
Title: Re: Post icons in SVG
Post by: Mitsi on April 27, 2020, 01:10:46 PM
Thank you!