News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

Post icons in SVG

Started by Mitsi, April 27, 2020, 12:26:47 PM

Previous topic - Next topic

Mitsi

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.

Antes

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)

Mitsi


Advertisement: