projects / org / ezproject2010 / ezmultiupload / forum / general / ezmultiupload and admin int...
Find the Exponential Software extensions you want
You need to be logged in to post messages in the forums. New users may register here.
Member since: Posts: 8 |
Thursday 07 May 2009 3:00:30 am Hi,
Could you explain me why this very usefull and very expected extension is not compatible with the admin interface ? More over, for sites which are not based upon website, it becomes not really easy to implement this multiupload functionality. Can we expect this extension will work one day in the admin interface ? Pascal |
|
Member since: Posts: 28 |
Thursday 07 May 2009 3:08:38 am Hi Pascal,
This extension is fully compatible with eZ Publish administration interface. However due to some errors in eZ Publish 4.1.0 you need eZ Publish 4.1.1 to make it work. Tested and verified. Cheers! Personal website -> http://serwatka.net |
|
Member since: Posts: 8 |
Thursday 07 May 2009 3:54:29 am Hi Łukasz,
Sorry. My post was consecutive with the read of this article: http://projects.ez.no/ezmultiupload I have an updated site from 4.1.0 to 4.1.1 were I have installed the ezmultiupload extension. But this site is not build upon Website. However, the extension works fine ! I have not sought yet, but can we configure the image class used by the extension ? In other words, can we use a customized image class (with a customized identifer) ? Pascal |
|
Member since: Posts: 28 |
Thursday 07 May 2009 4:28:22 am Hi again,
eZ Publish 4.1.1 was released few days ago. I have updated project page where it says that eZ Publish 4.1.1 or higher is required. It should not be confusing any longer. About custom image class. Yes, it is of course possible. All what you have to do is map an mime type to your custom image class. This extension uses eZContentUpload class which can be configured via settings/upload.ini.[CreateSettings].MimeClassMap. By default 'image' class is used for images. Hope this help. Personal website -> http://serwatka.net |
|
Member since: Posts: 8 |
Thursday 07 May 2009 6:45:36 am Thanks a lot Lukasz.
I have understandood how does this stuff works. And I can now use my own image class. The only thing a bit strange is that with my own class, the thumbnails are empty (once the images are uploaded). But the objects are well created with the right classe. Of course, NameAttribute=nom_image is the right attribute. Thanks again, Pascal |
|
Member since: Posts: 28 |
Thursday 07 May 2009 6:54:50 am Actually it is correct. The preview thumbnail is template base. So you need to look on the settings/override.ini.append.php in the ezmultiupload extension. You can create your own pre-view template. That is why you can't see it, as you are using custom class.
Or you can add your match rule as
Personal website -> http://serwatka.net |
|
Member since: Posts: 8 |
Thursday 07 May 2009 7:08:58 am Thank you very much, Łukasz.
|
|
Member since: Posts: 28 |
Thursday 07 May 2009 7:14:46 am You are welcome :) Have fun!
Personal website -> http://serwatka.net |
|
Member since: Posts: 7 |
Thursday 02 July 2009 1:32:04 pm Hi there Lukasz,
I sent you a personal message from the main EZ site but wanted to try here just in case someone else has the same problem and can point me in the direction of fixing it. I'm getting a parse error when I try to run the shell command Parse error: syntax error, unexpected ')' expecting '(' in (path to my file) on line 72 |
You need to be logged in to post messages in the forums. New users may register here.