SMFHacks.com

SMF Gallery Pro => Support => Topic started by: veldfire on January 29, 2007, 08:09:19 am

Title: Make watermark larger ?
Post by: veldfire on January 29, 2007, 08:09:19 am
Was wondering how I can change the text font and size of the watermark to
make it a tad larger ?

TIA,
Veldfire
Title: Re: Make watermark larger ?
Post by: SMFHacks on January 29, 2007, 11:55:40 am
Code: [Select]
Open Gallery.php
Find
[code
  $text_height = imagefontheight(3);
  $text_width = strlen ($modSettings['gallery_set_water_text']) * imagefontwidth(3);
Change the 3 to a larger number such as 4 and 5 in both spots.
Title: Re: Make watermark larger ?
Post by: veldfire on January 29, 2007, 12:04:18 pm
Code: [Select]
$text_height = imagefontheight(8);
  $text_width = strlen ($modSettings['gallery_set_water_text']) * imagefontwidth(8);
I've changed the code to as much as 8 and still no difference ?
Title: Re: Make watermark larger ?
Post by: veldfire on January 30, 2007, 03:27:45 pm
 ???
Title: Re: Make watermark larger ?
Post by: SMFHacks on January 30, 2007, 05:40:04 pm
Those are the lines that control the height and width the change will appear on newly uploaded pictures.
Title: Re: Make watermark larger ?
Post by: veldfire on January 30, 2007, 05:57:52 pm
Those are the lines that control the height and width the change will appear on newly uploaded pictures.
Yep, uploaded new photos over and over again and there is no difference
at all ?
Title: Re: Make watermark larger ?
Post by: veldfire on February 01, 2007, 06:46:14 am
 ???
Title: Re: Make watermark larger ?
Post by: veldfire on February 18, 2007, 08:36:02 am
Did you ever figure out a fix for this  ???
Title: Re: Make watermark larger ?
Post by: veldfire on February 27, 2007, 11:53:36 am
 ???
Title: Re: Make watermark larger ?
Post by: SMFHacks on February 27, 2007, 12:04:30 pm
I am not sure other than that line is which controls the size of the watermark.
Title: Re: Make watermark larger ?
Post by: veldfire on February 28, 2007, 02:15:46 pm
I am not sure other than that line is which controls the size of the watermark.
Well I've changed them to 15 and still nothing on any new photos.