Jump to content

Badge [Solved]


Morgan

Recommended Posts

Hello something very strange has happended, on my badges for my va the text color seems to be transparent, its ignoring the text color code in local.config.php file and just going the color of the background behind it :/ , no error in error log

Edited by Morgan
Link to comment
Share on other sites

the text is the same color as the faded overlay, and on a diffrent version i got rid of the faded overlay and the text become the color of the orange etc

FDB001.png

 

This is in the local.config.php

 

# Options for the signature that's generated 
Config::Set('SIGNATURE_TEXT_COLOR', '#000');
Config::Set('SIGNATURE_SHOW_EARNINGS', true);
Config::Set('SIGNATURE_SHOW_RANK_IMAGE', false);
Config::Set('SIGNATURE_SHOW_COPYRIGHT', false);

Edited by Morgan
Link to comment
Share on other sites

Is your Image 24 bit or 32 bit ? There is a BIG difference in the Alpha channels. It needs to be 24 bit  as a png file relies on a 32bit transparency for an alpha channel, so the layer it looks like for the font is not showing up because its buried under a layer. Try converting to 24 bit. Let me know how you make out.

Jimbo

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...