3.2 & 3.3 Extensions Database 3.2 / 3.3Image Upload

<span class="qte-attr qte_32_33-qte">3.2.x & 3.3.x</span>
User avatar

martin
Admin
Admin
Posts: 5105
Joined: 06 Apr 2014, 16:12
    Linux Chrome

Re: Image Upload

Post by martin »

Yw that pop up will be in other exts soon enough also. :cool:
Image

User avatar

Scanialady
Users
Users
Posts: 310
Joined: 06 Apr 2015, 18:04
    Windows 10 Chrome

Re: Image Upload

Post by Scanialady »

Download of German language translation v 1.1.8 you can find on my Assembla
-
If you want to get German translations for extensions: ask me.

User avatar

clight77
Donator
Donator
Posts: 502
Joined: 24 Sep 2015, 16:23
    Windows 10 Chrome

Re: Image Upload

Post by clight77 »

Yep love the center popup, never liked the open in same page. :)

User avatar

faroud
Users
Users
Posts: 141
Joined: 11 Jul 2015, 11:08
    Windows 10 Firefox

Re: Image Upload

Post by faroud »

That extension has an error
white page
you can see it at
user panel img upload tab
regards :wall: :whistl:

User avatar

SpIdErPiGgY
Users
Users
Posts: 117
Joined: 04 Feb 2021, 23:54
    Windows 10 Firefox

Re: Image Upload

Post by SpIdErPiGgY »

Nope, no error on my forum
Image

User avatar

clight77
Donator
Donator
Posts: 502
Joined: 24 Sep 2015, 16:23
    Windows 10 Chrome

Re: Image Upload

Post by clight77 »

No error on my forum either.

User avatar

jam_rs
Users
Users
Posts: 8
Joined: 27 Aug 2018, 16:07
    Mac OS X Safari

Re: Image Upload

Post by jam_rs »

Hi,

Im using this on a 3.3.1 board, extension version 1.1.7 - all working as intended.

Tried using on another board, 3.3.0, extension version 1.1.8, as soon as enabled, board index goes blank, can still access admin, once turned off, normal service resumes! (www.fiestamk7.com)

Any ideas to resolve?

TIA

User avatar

clight77
Donator
Donator
Posts: 502
Joined: 24 Sep 2015, 16:23
    Windows 10 Chrome

Re: Image Upload

Post by clight77 »

Me and Martin added the popup long time back, what else is new in ACP ? :)

By the way this popup makes this ext adorable.

User avatar

martin
Admin
Admin
Posts: 5105
Joined: 06 Apr 2014, 16:12
    Linux Chrome

Re: Image Upload

Post by martin »

Pop up option and disable navbar icon and a button for mchat image upload and code update.


Also a small lang fix

open /ext/dmzx/imageupload/language/en/acp_imageupload.php and replace all with this

Code: Select all

<?php
/**
*
* @package phpBB Extension - Image Upload
* @copyright (c) 2017 dmzx - https://www.dmzx-web.net
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
*/

/**
* DO NOT CHANGE
*/
if (!defined('IN_PHPBB'))
{
	exit;
}

if (empty($lang) || !is_array($lang))
{
	$lang = [];
}

// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct
//
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
// equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
//
// Some characters you may want to copy&paste:
// ’ » “ ” …
//

$lang = array_merge($lang, [
	'ACP_IMAGEUPLOAD_SAVED'								=> 'Image Upload settings saved',
	'ACP_IMAGEUPLOAD_VERSION'							=> 'Version',
	'ACP_IMAGE_UPLOAD_CONFIGURATION'						=> 'Image Upload Configuration',
	'ACP_IMAGEUPLOAD_ENABLE'							=> 'Enable Image Upload',
	'ACP_IMAGEUPLOAD_ENABLE_EXPLAIN'						=> 'Global setting to enable Image Upload.',
	'ACP_IMAGEUPLOAD_INDEX_ENABLE'							=> 'Enable Images on index',
	'ACP_IMAGEUPLOAD_INDEX_ENABLE_EXPLAIN'					        => 'Global on/off of images on index for all members.<br />Members can set in UCP if they want to see uploaded images on index.',
	'ACP_IMAGEUPLOAD_NUMBER'							=> 'Size of upload',
	'ACP_IMAGEUPLOAD_NUMBER_EXPLAIN'						=> 'Set size of upload in MB default is 2 MB.',
	'ACP_IMAGEUPLOAD_NEW_DOWNLOAD_SIZE'						=> 'The maximum size your php.ini allows is <strong>%1$s %2$s</strong>!',
	'ACP_IMAGEUPLOAD_REALLY_DELETE_IMAGE'					        => 'Really delete image?',
	'ACP_IMAGEUPLOAD_TITLE'								=> 'Image name',
	'ACP_IMAGEUPLOAD_TITLE_REAL'							=> 'Image real name',
	'ACP_IMAGEUPLOAD_PREVIEW'							=> 'Preview',
	'ACP_IMAGEUPLOAD_WIDTH_HEIGHT'							=> 'Width/Height',
	'ACP_IMAGEUPLOAD_FOLDER_SIZE'							=> 'Total folder size',
	'ACP_IMAGEUPLOAD_USERNAME'							=> 'Uploaded by',
	'ACP_IMAGEUPLOAD_SIZE'								=> 'Size',
	'ACP_MULTI_IMAGES'		=>	[
		1 => '%s image',
		2 => '%s images',
	],
	'ACP_IMAGEUPLOAD_SORT_USERNAME'							=> 'Username',
	'ACP_IMAGEUPLOAD_SORT_DATE'							=> 'Date',
	'ACP_IMAGEUPLOAD_NOT_SELECTED'							=> 'Not selected any images',
	'ACP_IMAGEUPLOAD_CHAT_ENABLE'							=> 'Enable mChat image posting',
	'ACP_IMAGEUPLOAD_CHAT_ENABLE_EXPLAIN'					        => 'Set to yes to insert uploaded images on index with onclick insert.',
	'ACP_IMAGEUPLOAD_POST_ENABLE'							=> 'Enable image upload button on posting pages',
	'ACP_IMAGEUPLOAD_POST_ENABLE_EXPLAIN'					        => 'Set to yes to show upload button on posting pages.',
	'ACP_IMAGEUPLOAD_POSTTAB_ENABLE'						=> 'Enable users images on posting pages',
	'ACP_IMAGEUPLOAD_POSTTAB_ENABLE_EXPLAIN'				        => 'Global on/off for images on posting pages.',
	'ACP_IMAGEUPLOAD_EXT'								=> 'Allowed extensions',
	'ACP_IMAGEUPLOAD_EXT_EXPLAIN'							=> 'Allowed extensions to include, separated by a comma (Example: gif,jpeg,jpg,png)',
	'ACP_IMAGE_UPLOAD_LINK_SETTINGS'						=> 'Image Upload Link Settings',
	'ACP_IMAGEUPLOAD_ENABLE_DIRECT_LINK'					        => 'Enable Direct Link URL',
	'ACP_IMAGEUPLOAD_ENABLE_DIRECT_LINK_EXPLAIN'			                => 'Direct url to image.',
	'ACP_IMAGEUPLOAD_ENABLE_URL_LINK'						=> 'Enable URL tags',
	'ACP_IMAGEUPLOAD_ENABLE_URL_LINK_EXPLAIN'				        => '[url=FILENAME]SITENAME[/url]',
	'ACP_IMAGEUPLOAD_ENABLE_IMG_LINK'						=> 'Enable IMG tags',
	'ACP_IMAGEUPLOAD_ENABLE_IMG_LINK_EXPLAIN'				        => '[img]FILENAME[/img]',
	'ACP_IMAGEUPLOAD_ENABLE_URL_IMG_LINK'					        => 'Enable URL-IMG tags',
	'ACP_IMAGEUPLOAD_ENABLE_URL_IMG_LINK_EXPLAIN'			                => '[url=FILENAME][img]FILENAME[/img][/url]',
	'ACP_IMAGEUPLOAD_MULTI_ENABLE'							=> 'Enable multiple upload',
	'ACP_IMAGEUPLOAD_MULTI_ENABLE_EXPLAIN'					        => 'Global on/off for multiple upload images.',
	'ACP_IMAGEUPLOAD_CENTER_ENABLE'					                => 'Enable popup center',
	'ACP_IMAGEUPLOAD_CENTER_ENABLE_EXPLAIN'				                => 'Enables a pop up on the same page',
	'ACP_IMAGEUPLOAD_NAV_ENABLE'					                => 'Enables the navbar icon',
	'ACP_IMAGEUPLOAD_NAV_ENABLE_EXPLAIN'				                => 'Turns on/off the navbar link',
	'ACP_IMAGEUPLOAD_MCHAT_ENABLE'					                => 'Enable image upload button in mchat',
	'ACP_IMAGEUPLOAD_MCHAT_ENABLE_EXPLAIN'				                => 'Enables mchats image upload button',
]);

User avatar

jam_rs
Users
Users
Posts: 8
Joined: 27 Aug 2018, 16:07
    Mac OS X iPhone

Re: Image Upload

Post by jam_rs »

faroud wrote: 23 Jul 2021, 19:16 that extension has an error
white page
you can see it at
user panel img upload tab
regards :wall: :whistl:
Likewise, did you resolve?

User avatar

martin
Admin
Admin
Posts: 5105
Joined: 06 Apr 2014, 16:12
    Linux Chrome

Re: Image Upload

Post by martin »

Pm me a site link and an account and il take a look it hard to work out an error with out seeing it. (the error will be server side not ext side)

User avatar

SpIdErPiGgY
Users
Users
Posts: 117
Joined: 04 Feb 2021, 23:54
    Windows 10 Firefox

Re: Image Upload

Post by SpIdErPiGgY »

I fixed Faroud his problem on his forum.
Just disabled the ext, re-uploaded the ext files
Enabled the ext, and all works again.

User avatar

Topic Author
dmzx Online
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Re: Image Upload

Post by dmzx »

Onnozel Manneke wrote: 24 Aug 2021, 00:27 I fixed Faroud his problem on his forum.
Just disabled the ext, re-uploaded the ext files
Enabled the ext, and all works again.
Thanks for the feedback.

User avatar

martin
Admin
Admin
Posts: 5105
Joined: 06 Apr 2014, 16:12
    Android Chrome

Re: Image Upload

Post by martin »

Onnozel Manneke wrote: 24 Aug 2021, 00:27 I fixed Faroud his problem on his forum.
Just disabled the ext, re-uploaded the ext files
Enabled the ext, and all works again.
How was the ext uploaded by ftp or ext uploader ? I'm gonna say ftp but it skipped a file.

User avatar

ivailo95
Users
Users
Posts: 918
Joined: 02 Feb 2018, 12:04
    Windows 10 Firefox

Re: Image Upload

Post by ivailo95 »

Or he can use cPanel :thumbup:
Feed like a disease
And bring them to their knees
They'll pay for their deceit

Post Reply Previous topicNext topic