Hello Noppid,
I have tried with another water mark, but without results.
I post here my watermark, can you verify of the image is oke.
Here my vbgconfig file, I think it's good, but the image I am not certainly of that.
PHP Code:
<?php
// vBGarage 4.0.0 By Magnus
// Ugrades/congif file by noppid @ www.lakecs.com 1-23-2005
// set this to 1 to store vbgarage images in the filesystem.
// set this to 0 to store vbgarage images in the DataBase.
$vbg_use_fs = 0;
// path to files folder, include the trailing slash. Folder must be set 777 for FS mode.
// this must be set to use a watermark too. If using DB mode a read only folder is ok.
$vbg_path = "/var/www/homedir/forum/data/garage/";
// set this to 1 to enable watermarking of full size images
$vbg_use_wm = 1;
// set the name of the watermark file. It must be uploaded to the folder you set $vbg_path to point to.
// you must use a .png file.
$vbg_wm = "watermark.png";
// water mark position
// set this to 0 for top center of image OR set this to 1 for bottom center of image
$vbg_position = 0;
?>
I have put my watermark.png in the garage folder.
Here is my watermark image :