Closed (duplicate)
Project:
Media Gallery
Version:
7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Jul 2012 at 19:29 UTC
Updated:
19 Jun 2013 at 01:42 UTC
Jump to comment: Most recent file
Comments
Comment #1
c0ldfury commentedok, so other modules deal with this by doing something like:
But that isn't acceptable in this case, because it ruins the gallery list.
Comment #2
selinav commentedI have the same problem when I override taxonomy display in views.
Comment #3
jsagotsky commentedI'm not a fan either. I made a patch that comments out the taxonomy shenanigans. It removes the menu_alter that hijacks /taxonomy and prevents hook_install from creating taxonomy and terms. I don't expect this to be applied to master, but it might help someone who wants to use media_gallery without the taxonomy business.
Comment #4
lsolesen commentedClosing as a duplicate of #1333674: Conflicts with other modules so media_gallery_collection not called which creates Huge Images On Main Gallery Page
Comment #5
selinav commented#3 thanks for the patch.
I've seen that you replace the type media of media_gallery_media field by a type file. Is it still compatible with plupload?
Comment #6
jsagotsky commentedselinav, not sure. I haven't tried plupload. Let me know what you find.
Comment #7
selinav commentedIt doesn't work with plupload. If I uninstall plupload, I can't add image, the media selector is displayed but when I save, the modal box close and doesn't save my images.
I have also a problem with colorbox which is not resize (not cause by your patch). I will uninstall this module and create my content type gallery with a media field and make a view to see all galleries.
It's a shame, I liked the drag and drop, the plupload integration and the design.
Comment #8
jsagotsky commentedRerolled against current version.
Comment #9
jsagotsky commentedThat last one didn't even work... rerolling.
Comment #10
caspercash commentedHow about the #9 patch? Is it working?