+ Reply to Thread
Results 1 to 10 of 10

Thread: Text Watermark font size

  1. #1
    Senior Member
    Join Date
    Jun 2013
    Location
    Vietnam
    Posts
    157

    Font size of Text Watermark

    Hi Flynax,

    How to change font size for Text Watermark?

    I would like a bigger size.

    Thanks,
    Nguyen
    Last edited by Nguyen Dat tai; October 12, 2013 at 11:33 AM.

  2. #2
    Hello Nguyen,

    You cannot change font size for watermark,

    if you want I can change it for you in program code. What size do you want for it?
    Viktor,
    Flynax technical department,
    Best wishes.

  3. #3
    Senior Member
    Join Date
    Jun 2013
    Location
    Vietnam
    Posts
    157
    Hi Viktor,

    I mean which file (.tpl, .php,...) to change it?

    Thanks,

    Nguyen


    Quote Originally Posted by Viktor View Post
    Hello Nguyen,

    You cannot change font size for watermark,

    if you want I can change it for you in program code. What size do you want for it?
    Nguyen Dat Tai
    Mobile: +84.909933020
    Web: www.dangbanxe.com

  4. #4
    Hello Nguyen,

    Please see it here: ftp://includes>>classes>>rlResize.class.php

    method: saveImage()

    and find line:
    PHP Code:
    Only registered members can view the code
    2-nd parameter for font size. Higher number corresponds to a larger font.
    Viktor,
    Flynax technical department,
    Best wishes.

  5. #5
    Senior Member
    Join Date
    Jun 2013
    Location
    Vietnam
    Posts
    157
    HI Viktor,
    I change 5 to 8. But it is not working.

    Thanks, Nguyen

    imagestring($watermark, 2, 8, 4, $w_text, $tc);
    Thanks,
    Nguyen

    Quote Originally Posted by Viktor View Post
    Hello Nguyen,

    Please see it here: ftp://includes>>classes>>rlResize.class.php

    method: saveImage()

    and find line:
    PHP Code:
    Only registered members can view the code
    2-nd parameter for font size. Higher number corresponds to a larger font.
    Nguyen Dat Tai
    Mobile: +84.909933020
    Web: www.dangbanxe.com

  6. #6
    Nguyen,

    I hope you do not think that these changes are applied also for exists images with watermarks?
    This will work only for a new images

    Other than that happy coding...
    Flynax Technical Department

  7. #7
    Senior Member
    Join Date
    Jun 2013
    Location
    Vietnam
    Posts
    157
    Hi Alex,

    I have recently added a new listing http://www.autoclassi.com/oto/ford/r...trieu-210.html.
    But it is still not working.

    Why?

    Thanks,
    Nguyen
    Last edited by Nguyen Dat tai; October 11, 2013 at 11:53 AM.
    Nguyen Dat Tai
    Mobile: +84.909933020
    Web: www.dangbanxe.com

  8. #8
    Senior Member
    Join Date
    Jun 2013
    Location
    Vietnam
    Posts
    157
    Hi.

    I've followed this guide from John http://www.flynax.com/forum/showthre...watermark-text

    Thanks,
    Nguyen

  9. #9
    Hello Nguyen Dat tai,

    I have changed color for your watermark text and it works good. Please try to add new photos in listing again and you will see it.

    color you can change at the same place 2 line above:
    PHP Code:
    Only registered members can view the code
    change 255, 255, 255 to your color in RGB format. for example red: 206, 2, 2
    Last edited by Viktor; October 14, 2013 at 09:21 AM.
    Viktor,
    Flynax technical department,
    Best wishes.

  10. #10
    Senior Member
    Join Date
    Jun 2013
    Location
    Vietnam
    Posts
    157
    OK Viktor,

    Thank u so much!

+ Reply to Thread