can't get watermark to work. I've tried everything!!!! I'm thinking my path isn't correct, but then what is? the watermark is here
www.mysite.com/forum/images/watermark/777/
then the image .png is in there, but I put that in the vbgconfig.php and it still doesn't work.. any suggestions?
also, how do you edit it so instead of vBGarage it's just "Garage"?
Heres the entire coding:
Quote:
<?php
// vBGarage 4.0.0 By Magnus
// Ugrades/congif file by noppid @ www.lakecs.com 1-18-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.
// this must be set to use a watermark too. If not using FS mode A read only folder is ok.
$vbg_path = "/forum/images/watermark/";
// 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 your images folder.
// 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 = 1;
?>
|
the png file i'm trying to use is this:
http://www.mysite.com/forum/images/w.../watermark.png
and nothing works!