3.2 & 3.3 Extensions Database 3.2 / 3.3 ⇒ Image Upload
-
Scanialady
- Users

- Posts: 310
- Joined: 06 Apr 2015, 18:04
Re: Image Upload
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.
If you want to get German translations for extensions: ask me.
-
clight77
- Donator

- Posts: 502
- Joined: 24 Sep 2015, 16:23
Re: Image Upload
Yep love the center popup, never liked the open in same page. :)
-
faroud
- Users

- Posts: 141
- Joined: 11 Jul 2015, 11:08
Re: Image Upload
That extension has an error
white page
you can see it at
user panel img upload tab
regards

white page
you can see it at
user panel img upload tab
regards
-
clight77
- Donator

- Posts: 502
- Joined: 24 Sep 2015, 16:23
Re: Image Upload
No error on my forum either.
-
jam_rs
- Users

- Posts: 8
- Joined: 27 Aug 2018, 16:07
Re: Image Upload
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
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
-
clight77
- Donator

- Posts: 502
- Joined: 24 Sep 2015, 16:23
Re: Image Upload
Me and Martin added the popup long time back, what else is new in ACP ? :)
By the way this popup makes this ext adorable.
By the way this popup makes this ext adorable.
-
martin
- Admin

- Posts: 5105
- Joined: 06 Apr 2014, 16:12
Re: Image Upload
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
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',
]);-
jam_rs
- Users

- Posts: 8
- Joined: 27 Aug 2018, 16:07
Re: Image Upload
Likewise, did you resolve?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![]()
![]()
-
martin
- Admin

- Posts: 5105
- Joined: 06 Apr 2014, 16:12
Re: Image Upload
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)
-
SpIdErPiGgY
- Users

- Posts: 117
- Joined: 04 Feb 2021, 23:54
Re: Image Upload
I fixed Faroud his problem on his forum.
Just disabled the ext, re-uploaded the ext files
Enabled the ext, and all works again.
Just disabled the ext, re-uploaded the ext files
Enabled the ext, and all works again.
-
dmzx Online
- Founder

- Posts: 6466
- Joined: 13 Jan 2014, 21:45
Re: Image Upload
Thanks for the feedback.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.
-
martin
- Admin

- Posts: 5105
- Joined: 06 Apr 2014, 16:12
Re: Image Upload
How was the ext uploaded by ftp or ext uploader ? I'm gonna say ftp but it skipped a file.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.
-
ivailo95
- Users

- Posts: 918
- Joined: 02 Feb 2018, 12:04
Re: Image Upload
Or he can use cPanel 
Feed like a disease
And bring them to their knees
They'll pay for their deceit
And bring them to their knees
They'll pay for their deceit

