-
☆ A M B ☆
- 3,112 Posts
Quote from: Phantom at Sep 14, 2010, 06:50 AM
Regarding the comment feature, I think it is useful as a replacement for the MaxiGallery+Jot solution.
Yep.
Quote from: Phantom at Sep 14, 2010, 06:50 AM
Some things I’d personally like to see in the future:
1) An easy way to not include any libs. Of course this can be quickly accomplished as it is right now, but I think it would be nice if there were a ’none’ option built-in.
2) Remove the markup for the css/table layout options from the module and make it templatable, or include a ’none’ option. I use the module only for image management and I had to hack the code to remove the markup.
It has been managed for the next release.
Quote from: Phantom at Sep 14, 2010, 06:50 AM
3) Manual image sorting. E.g. something that works like the drag-and-drop menu_index sorting that the Doc Manager offers would be great.
This is the one the still under development.
Rico
Genius is one percent inspiration and ninety-nine percent perspiration.
Thomas A. Edison
MODx is great, but knowing how to use it well makes it perfect!
www.virtudraft.com
Security, security, security! |
Indonesian MODx Forum |
MODx Revo's cheatsheets |
MODx Evo's cheatsheets
Author of
Easy 2 Gallery 1.4.x,
PHPTidy,
spieFeed,
FileDownload R,
Upload To Users CMP,
Inherit Template TV,
LexRating,
ExerPlan,
Lingua,
virtuNewsletter,
Grid Class Key,
SmartTag,
prevNext
Maintainter/contributor of
Babel
Because it's hard to follow all topics on the forum, PING ME ON TWITTER
@_goldsky if you need my help.
I have Easy 2 version 1.3.5 installed on 2 sites but have not been able to install 1.4.0. I get this error:
Fatal error: PCRE is not compiled with UTF-8 support in /xxxx/xxxx/xxxx/assets/modules/easy2/includes/utf8/utf8.php on line 49
I ran a php info and get = PCRE Library Version 8.02 2010-03-19
Apache version 2.2.11
PHP version 5.2.14
Any knowledge of this problem with this PCRE version?
Thanks!
-
☆ A M B ☆
- 3,112 Posts
try to disable the utf8 dynamic loader:
assets/modules/easy2/index.php, line 26
<?php //highlighting only
//require_once E2G_MODULE_PATH . 'includes/utf8/utf8.php';
Rico
Genius is one percent inspiration and ninety-nine percent perspiration.
Thomas A. Edison
MODx is great, but knowing how to use it well makes it perfect!
www.virtudraft.com
Security, security, security! |
Indonesian MODx Forum |
MODx Revo's cheatsheets |
MODx Evo's cheatsheets
Author of
Easy 2 Gallery 1.4.x,
PHPTidy,
spieFeed,
FileDownload R,
Upload To Users CMP,
Inherit Template TV,
LexRating,
ExerPlan,
Lingua,
virtuNewsletter,
Grid Class Key,
SmartTag,
prevNext
Maintainter/contributor of
Babel
Because it's hard to follow all topics on the forum, PING ME ON TWITTER
@_goldsky if you need my help.
Downloading images properly handled the height. In the settings tab "Picture Settings" are set to width: 958 height: 640. When I load the image is reduced to 958 pixels in width but the height is greater than 640 pixels! In addition, if set width: 0 Height: 640 - picture is not resized to 640 pixels in height. Ie the "height" is ignored.
Also a problem when showing a slide show. Put method of changing the resize. Portraits are reduced correctly. Landscape images are cropped at a large ratio of width to height. Paramenty & ss_w & ss_h and exhibited 958 and 640, respectively. Landscape images are cropped to the width of the left image is added to the vertical white stripe, and displays the height of 640 pixels. Changing the setting & ss_allowedratio not give any results (cache cleared).
Easy 2 Gallery 1.4.0-RC1-r268
MODx 1.0.4
Tried on the local server and hosting.
-
☆ A M B ☆
- 24,524 Posts
No thumbnails generated, and debug mode has "is NOT a valid folder, probably a file" errors three times for each image uploaded.
E2G version 1.4.0 RC1 r268 - default installation, no changes to any settings.
PHP 5.2.14 CGI/FastCGI
Hostmonster
-
☆ A M B ☆
- 3,112 Posts
Quote from: sottwell at Sep 22, 2010, 02:10 AM
No thumbnails generated, and debug mode has "is NOT a valid folder, probably a file" errors three times for each image uploaded.
It’s only a confirmation, not exactly a fatal error.
just turn off the debug mode.
Rico
Genius is one percent inspiration and ninety-nine percent perspiration.
Thomas A. Edison
MODx is great, but knowing how to use it well makes it perfect!
www.virtudraft.com
Security, security, security! |
Indonesian MODx Forum |
MODx Revo's cheatsheets |
MODx Evo's cheatsheets
Author of
Easy 2 Gallery 1.4.x,
PHPTidy,
spieFeed,
FileDownload R,
Upload To Users CMP,
Inherit Template TV,
LexRating,
ExerPlan,
Lingua,
virtuNewsletter,
Grid Class Key,
SmartTag,
prevNext
Maintainter/contributor of
Babel
Because it's hard to follow all topics on the forum, PING ME ON TWITTER
@_goldsky if you need my help.
-
☆ A M B ☆
- 3,112 Posts
I just made an update for some minor bug fixes and a new option as the solution of different method of image resizing (see attachment).
e2g-1.4.0-rc1-r272.zip
Changes:
- bugfix the deleted files column
- added the image orientation switch option
- refix the image resizing method
- updated the language file
Rico
Genius is one percent inspiration and ninety-nine percent perspiration.
Thomas A. Edison
MODx is great, but knowing how to use it well makes it perfect!
www.virtudraft.com
Security, security, security! |
Indonesian MODx Forum |
MODx Revo's cheatsheets |
MODx Evo's cheatsheets
Author of
Easy 2 Gallery 1.4.x,
PHPTidy,
spieFeed,
FileDownload R,
Upload To Users CMP,
Inherit Template TV,
LexRating,
ExerPlan,
Lingua,
virtuNewsletter,
Grid Class Key,
SmartTag,
prevNext
Maintainter/contributor of
Babel
Because it's hard to follow all topics on the forum, PING ME ON TWITTER
@_goldsky if you need my help.
-
☆ A M B ☆
- 3,112 Posts
Rico
Genius is one percent inspiration and ninety-nine percent perspiration.
Thomas A. Edison
MODx is great, but knowing how to use it well makes it perfect!
www.virtudraft.com
Security, security, security! |
Indonesian MODx Forum |
MODx Revo's cheatsheets |
MODx Evo's cheatsheets
Author of
Easy 2 Gallery 1.4.x,
PHPTidy,
spieFeed,
FileDownload R,
Upload To Users CMP,
Inherit Template TV,
LexRating,
ExerPlan,
Lingua,
virtuNewsletter,
Grid Class Key,
SmartTag,
prevNext
Maintainter/contributor of
Babel
Because it's hard to follow all topics on the forum, PING ME ON TWITTER
@_goldsky if you need my help.
-
☆ A M B ☆
- 3,112 Posts
Kristalin,
didn’t you resolve this one time ago?
or mconsidine?
what is the JS lib?
Rico
Genius is one percent inspiration and ninety-nine percent perspiration.
Thomas A. Edison
MODx is great, but knowing how to use it well makes it perfect!
www.virtudraft.com
Security, security, security! |
Indonesian MODx Forum |
MODx Revo's cheatsheets |
MODx Evo's cheatsheets
Author of
Easy 2 Gallery 1.4.x,
PHPTidy,
spieFeed,
FileDownload R,
Upload To Users CMP,
Inherit Template TV,
LexRating,
ExerPlan,
Lingua,
virtuNewsletter,
Grid Class Key,
SmartTag,
prevNext
Maintainter/contributor of
Babel
Because it's hard to follow all topics on the forum, PING ME ON TWITTER
@_goldsky if you need my help.