Position of watermark

How can I change the position of watermark from bottom-middle to bottom-right? Please help.

Quote · 15 Jan 2010

please

Quote · 15 Jan 2010

no way?

Quote · 18 Jan 2010

Hello!

In current version no way without editing code. U may try to change coordinates of watermark in inc/classes/BxDolImages.php file, lines:

$watermarkX = ($size[0] - $wtrSize[0]) / 2;
$watermarkY = $size[1] - $wtrSize[1];


Regards

Quote · 18 Jan 2010

Hello!

In current version no way without editing code. U may try to change coordinates of watermark in inc/classes/BxDolImages.php file, lines:

$watermarkX = ($size[0] - $wtrSize[0]) / 2;
$watermarkY = $size[1] - $wtrSize[1];


Regards

Thanks a lot for the reply!

Could you please tell me what variable should be changed to put the water mark towards the right end of the image?

I need to change only X coordinate?

$watermarkX = $size[0] - $wtrSize[0]; would be the correct code? Please help.

Quote · 20 Jan 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.