English Support Forum

icon
Avatar
jrariasf
Posts: 53
With ME 1.6.1 and Joomla 1.5.14

If you put a 0 in "Max. images per object" in Gallery configuration (See attachment "001 - Gallery configuration.jpg), then:
- Edit an object;
- Go to "Gallery" tag and try to bind an image.
- When pressing "Save" button appears a message wit this text: "Maximum Reached - NoMore Images Linkable!"

Solution:
- I think it's neccesary to make this change in line 79 of "components\com_misterestate\includes\gallery\gallery.php" file:
Change:
iconphp:
 
if($pn == $me_maxpics){
 


To:

iconphp:
 
if($pn == $me_maxpics && $me_maxpics > 0){
 
16.01.2010 12:36
icon