Version: 1.00, by Ntfu2
Developer Last Online: Jan 2010
Version: 3.5.4
Rating:
Released: 04-11-2006
Last Update: Never
Installs: 146
No support by the author.
This plugin will watermark attached images on your forums. works on 3.5.3 for sure, probably works on others as well.
Simply upload new Plugin, Then Edit the Three Following lines, then Activate plugin.
Edit this line to match your watermark file:
$WATERMARK_PNG_FILE = '/home/ntfu2/public_html/watermark.png';
Edit this line for bottom or centered
$WATERMARK_POSITION = 'bottom_left';
You can test with your userid only first, Edit this line
$VB_USER_ID = 0;
ATTACHMENTS MUST BE IN FILESYSTEM
does not support .gif since it will stop any animated gif from playing. watermarks, .jpg and .jpeg You can probably add code to watermark others.
If you use it click install, i'll try to give support, but only to those who install
Edit: UkJimbo made this modification for me, i paid for it, so therefore i am releasing it to the public
Enjoy!
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
// the path to the PNG file that you want to overlay with
// must be on the local machine, not an http:// URL
$WATERMARK_PNG_FILE = '/home2/loveyahu/public_html/forum/watermark.png';
// how you want to position the watermark enter either center or bottom_left
$WATERMARK_POSITION = 'bottom_left';
// user you want to see watermarking on - this is just for testing
// set to 0 to work for all users
$VB_USER_ID = 807;
// end variables - you shouldn't need to edit below here
Yea UkJim coded it, but i paid for the modification and was under the impression that since i paid for the code essentially i could release it, and whats wrong with asking for a donation to recoup some of the cost?
// the path to the PNG file that you want to overlay with
// must be on the local machine, not an http:// URL
$WATERMARK_PNG_FILE = '/home2/loveyahu/public_html/forum/watermark.png';
// how you want to position the watermark enter either center or bottom_left
$WATERMARK_POSITION = 'bottom_left';
// user you want to see watermarking on - this is just for testing
// set to 0 to work for all users
$VB_USER_ID = 807;
// end variables - you shouldn't need to edit below here
I have 3.5.4 and it is not working for me. Anyone on this version have it working? If so, what type of PNG do you have (i.e. PNG 8, PNG 32, GIF, JPG) and did you have to do something else besides edit those 3 lines.
Forgot to Add Make sure you have GD2+ in the vBulletin options.
I'll add a watermark file i know works later today when i get a chance for people to test.
If anyone wishes to have me take a look at it if it doesnt work, simply add a admin account with privlages over the plugin system for a couple of minutes.