Jump to content

Edit Signature


CPC900

Recommended Posts

I know where it is located, but not sure.....do I add some kind of align= code? Again, the code that is there confuses me as to what to add?!

Line 1122:

$text = 'powered by phpvms, '. SITE_NAME.' ';

Sorry, but I am not sure?! I know it is probably easy, but....

Link to comment
Share on other sites

  • Administrators

Find this line:

imagestring($img, $font, $width-(strlen($text)*imagefontwidth($font)), 

This determines the starting point from the right side, and substract it to get the right width. Change it to:

imagestring($img, $font, 10, 

Which will start it from 10 pixel from the left.

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