Jump to content

Recommended Posts

Posted

Signature font are diffrent sizes and i dunno why

heres my signature from my old site

LAV001.png

and heres one from my new site

LAV001.png

this is odd

hope someone can shed a light on this for me

cheers

michael

CEO Luxury Airways Virtual

Posted

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

Posted

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.

Posted

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

Posted

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.

Posted

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.

Posted

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.

Of course, that's exactly what to do. Reset them in the Admin Panel.

Posted

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

  • Administrators
Posted

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.

  • 2 weeks later...
  • Moderators
Posted

I'm not sure if that's helping but change "true" to "false" in the following line and see if it makes any differences:

Config::Set('SIGNATURE_USE_CUSTOM_FONT', true);

Not Tested though, so don't know. :D

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