Jump to content

Signature font diffrent size


LuxuryCEO

Recommended Posts

Your signature settings are in your local.config.php

i know that

ive edited them but it doesnt solve why the font is small

LAV001.png

heres my code >>

# Options for the signature that's generated

Config::Set('SIGNATURE_TEXT_COLOR', '#00FFFF');
Config::Set('SIGNATURE_USE_CUSTOM_FONT', true);
Config::Set('SIGNATURE_FONT_PATH', SITE_ROOT.'/lib/fonts/tahoma.ttf');
Config::Set('SIGNATURE_FONT_SIZE', '100'); [color=#ff0000]<< This should be 10 though its set at 100 and still no change[/color]
Config::Set('SIGNATURE_X_OFFSET', '10');
Config::Set('SIGNATURE_Y_OFFSET', '17');
Config::Set('SIGNATURE_FONT_PADDING', 5);
Config::Set('SIGNATURE_SHOW_EARNINGS', true);
Config::Set('SIGNATURE_SHOW_RANK_IMAGE', false);
Config::Set('SIGNATURE_SHOW_COPYRIGHT', false);

am not able to file Pireps eather i can book flights bust when i try to file them i cant

it says

PIREPs List

No reports have been found

and thats it

regards

Link to comment
Share on other sites

Are you sure that is in your local.config.php? If it is in your app.config.php then that will make no difference, you need to copy that code you have above into your local.config.php, so replace your existing signature settings code in your local.config.php with the signature settings in the app.config.php.

Link to comment
Share on other sites

Are you sure that is in your local.config.php? If it is in your app.config.php then that will make no difference, you need to copy that code you have above into your local.config.php, so replace your existing signature settings code in your local.config.php with the signature settings in the app.config.php.

yep it is in my local.config.php file

Link to comment
Share on other sites

No idea then, but at least try putting it back to 10, make sure it is this:

# Options for the signature that's generated
Config::Set('SIGNATURE_TEXT_COLOR', '#00FFFF');
Config::Set('SIGNATURE_USE_CUSTOM_FONT', true);
Config::Set('SIGNATURE_FONT_PATH', SITE_ROOT.'/lib/fonts/tahoma.ttf');
Config::Set('SIGNATURE_FONT_SIZE', '100');
Config::Set('SIGNATURE_X_OFFSET', '10');
Config::Set('SIGNATURE_Y_OFFSET', '17');
Config::Set('SIGNATURE_FONT_PADDING', 5);
Config::Set('SIGNATURE_SHOW_EARNINGS', true);
Config::Set('SIGNATURE_SHOW_RANK_IMAGE', false);
Config::Set('SIGNATURE_SHOW_COPYRIGHT', false);

Make sure that the comment you had isn't in there about it being set to 100 and still not working.

Link to comment
Share on other sites

Some fonts styles are small regardless of the size. When making a change to the sig, make sure to do a sig reset in t he admin panel. As it sometimes runs off a cached version.

just done that

Generating signatures...

Generating signature for Michael Phillips

Generating signature for Jordan Barber

Done

But no cigar ... -_-

LAV001.png

Link to comment
Share on other sites

  • Administrators

I would have to guess that you have the signature config set twice in your local config and the second one (which would override any previous declarations) is set to a much smaller font. That, or you have the font size hard coded into the module.

Link to comment
Share on other sites

  • 2 weeks later...

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...