MyBB Community Forums

Full Version: Do you know any "watermark" plugin?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i am looking to find a Watermark Plugin ( This plugin allows you to watermark to attachment images ) . Do you have anything in your mind . I find this https://mods.mybb.com/view/watermark-plugin but does not work in 1.8.X my bb version .
there is no version for 1.8, however check this article to change the version, it works with some plugins:
https://community.mybb.com/thread-75646.html
(2019-09-29, 03:42 PM)DoctorX Wrote: [ -> ]there is no version for 1.8, however check this article to change the version, it works with some plugins:
https://community.mybb.com/thread-75646.html

I did this step 
"compatibility" => "18*",

I Have this error
warning [2] Declaration of myTemplates::get($title) should be compatible with templates::get($title, $eslashes = 1, $htmlcomments = 1) - Line: 375 - File: inc/plugins/watermark.php PHP 7.1.32 (Linux)
File	Line	Function
/inc/plugins/watermark.php	375	errorHandler->error
/inc/class_plugins.php	38	require_once
/inc/init.php	239	pluginSystem->load
/global.php	20	require_once
/index.php	18	require_once
(2019-09-30, 06:04 PM)liontaris Wrote: [ -> ]
(2019-09-29, 03:42 PM)DoctorX Wrote: [ -> ]there is no version for 1.8, however check this article to change the version, it works with some plugins:
https://community.mybb.com/thread-75646.html

I did this step 
"compatibility" => "18*",

I Have this error
warning [2] Declaration of myTemplates::get($title) should be compatible with templates::get($title, $eslashes = 1, 
$htmlcomments = 1) - Line: 375 - File: inc/plugins/watermark.php PHP 7.1.32 (Linux)
File	Line	Function
/inc/plugins/watermark.php	375	errorHandler->error
/inc/class_plugins.php	38	require_once
/inc/init.php	239	pluginSystem->load
/global.php	20	require_once
/index.php	18	require_once

Looks like the plugin may not be compatible with the version of the PHP you are using. 

A good number of older plugins will not work with PHP 7.x.x or newer.
I suppose that does not exist any other watermark plugin like this !

@Serpius thank you very much .