YSF Reflector Dashboard Icon

Help with YSF / Fusion issues
Post Reply
User avatar
AK2L
Posts: 14
Joined: Wed Apr 11, 2018 3:07 pm
Location: Tucson, Arizona, USA
Contact:

YSF Reflector Dashboard Icon

Post by AK2L »

I would like to add an icon to my reflector's dashboard.

What size must it be?

What formats are supported (GIF, JPEG, BMP...)?

Thanks.

David, AK2L
User avatar
VK7HSE
Posts: 229
Joined: Sun Apr 15, 2018 6:35 pm
Contact:

Re: YSF Reflector Dashboard Icon

Post by VK7HSE »

Do you mean that you're hosting your own and want to change the default? Or do you mean within pi-star?

Sent from my Pixel 2 XL using Tapatalk

User avatar
AK2L
Posts: 14
Joined: Wed Apr 11, 2018 3:07 pm
Location: Tucson, Arizona, USA
Contact:

Re: YSF Reflector Dashboard Icon

Post by AK2L »

I am hosting my own YSF reflector. I had used the term icon but meant LOGO as in the config script below:

date_default_timezone_set('UTC');
define("YSFREFLECTORLOGPATH", "/var/log/YSFReflector");
define("YSFREFLECTORLOGPREFIX", "YSFReflector");
define("YSFREFLECTORINIPATH", "/etc");
define("YSFREFLECTORINIFILENAME", "YSFReflector.ini");
define("YSFREFLECTORPATH", "/usr/local/bin");
define("TIMEZONE", "America/Phoenix");
define("LOGO", "");
define("REFRESHAFTER", "60");
define("SHOWPROGRESSBARS", "on");
define("SHOWOLDMHEARD", "10");
define("TEMPERATUREALERT", "on");
define("TEMPERATUREHIGHLEVEL", "60");
define("SHOWQRZ", "on");

Thanks for your help.

David, AK2L
User avatar
VK7HSE
Posts: 229
Joined: Sun Apr 15, 2018 6:35 pm
Contact:

Re: YSF Reflector Dashboard Icon

Post by VK7HSE »

The double "" after logo is where you can define the path to the the logo...

define("LOGO", "");

for example /var/www/db/image.png

define("LOGO", "/var/www/db/image.png");

You can also define the rendered size of the image file in index.php under the section...

<div id="Logo" width="250px" style="width:250px;

Simply edit the value of width and style width from 250px to water looks best.

However this is outside of pistar support!

Sent from my Pixel 2 XL using Tapatalk




Post Reply