didn't play with modx-dropbox yet.
No idea currently, if the issue is MIGX or modx-dropbox related.
You can create an issue at
https://github.com/MODX-Club/modx-Dropbox/issues
-
☆ A M B ☆
- 91 Posts
Quote from: Bruno17 at Apr 07, 2015, 02:18 PMhttps://github.com/MODX-Club/modx-Dropbox/blob/master/core/components/dropbox/model/dropbox/dropboxmediasource.class.php#L1275
seems for whatever reason
isn't a context-object at this time.
Source have to be initialized.
Sent PR.
Thanks Nikolay
@louveblr
does it work with this mod to getImageList?
-
☆ A M B ☆
- 91 Posts
Quote from: Bruno17 at Apr 08, 2015, 08:41 AMThanks Nikolay
@louveblr
does it work with this mod to getImageList?
Now yes
Bruno tell me please. My Gallery involves a huge amount of images. How do I make it better? Through MigxDB?
Sorry for my english. This Google translator...
If you have a lot of images and you need to categorize, sort and filter them, it might be a good idea to have them collected in a custom - table.
This could be a start to manage them.
http://rtfm.modx.com/extras/revo/migxdb/migxdb.tutorials/migxdb.create-a-basic-gallery-management-from-scratch-with-migxdb
If you want to have multiple galleries connected to resources, you can use a MIGXdb - TV like in that Tutorial.
Or you can create a MIGXdb - CMP or a combination of both.