vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - Attached Image Watermarking PLUS Guest Viewing of Thumbnails (https://vborg.vbsupport.ru/showthread.php?t=141883)

Kahuna900 01-26-2009 07:30 PM

Still working for me in 3.8.0.

Afrika 02-24-2009 10:02 AM

Works in 3.8.1 but if guest rights are no attachment, they can view the pic
maybe this ist to modyfy:
original:
PHP Code:

($hook vBulletinHook::fetch_hook('attachment_display')) ? eval($hook) : false

replaced without hook
PHP Code:

if (!$vbulletin->GPC['thumb'] AND defined('WATERMARKED'))
{
    
imagejpeg($attachimage);
    
imagedestroy($attachimage);
    
imagedestroy($watermark);


or there
org
PHP Code:

($hook vBulletinHook::fetch_hook('attachment_complete')) ? eval($hook) : false

replace with
PHP Code:

exit; 


geevest.com 02-26-2009 07:22 AM

may i know about the url path?
if my site : www.abc.com/forum/

dragtech 03-22-2009 06:13 AM

Works with 3.8.1 but you have to turn off Lightbox. Would really like for it work with Lightbox, any chance of that happening?

MikesSite 04-16-2009 04:24 AM

followed directions exactly. It works every now and then on 3.8.2 but sometimes says error on page and when you click the attachment it only shows a big black empty transparent box.

z0diac 05-04-2009 01:08 AM

HOLY smokes... I really need a watermarker (just text) but the process for this mode is just WAAAY to long.

Does anyone know of a simple upload-subdirectory-import-xml type mod for placing simple text on say the bottom right of every uploaded image?

Forensic 05-28-2009 04:52 PM

Copy and paste a few lines and its done. How much easier do you want?
I just installed it in less than 15 minutes and that was while staying on top of my normal job.

Great Mod btw, I wanted something that would not only watermark new images but also existing (a couple gigs worth). This is exactly what I was looking for.

Thank you!!

z0diac 05-28-2009 05:14 PM

Actually I just installed this one, very quick (no editing required):
https://vborg.vbsupport.ru/showthread.php?t=201972

EDIT ^^ the above watermark add-on is EASY to install *BUT* - it stops your "Times Viewed" counter from working (when you hover over thumbnails).

I may just try the add-on in this thread now. Except I have a 'guests can view thumbnails' add-on already and am scared that this mod will clash with it and mess the settings up since this one has the same feature.

Zaki Shafqat 08-23-2009 05:04 PM

is this code work on 3.8.4? please confirm

Vibhor 03-04-2010 03:54 AM

Hello, Does this mod works on 3.8.3 version? Also, Could anyone try to add a check/un-check option on Manage Attachments window where the user can select whether to watermark the specific image(s) or not.


All times are GMT. The time now is 01:58 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01370 seconds
  • Memory Usage 1,739KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete