Re: Max Image Size "bug"
Glad to hear it's getting fixed in 3.0!
In the meantime, I did a quick websearch for free online image resizers and came across two that seemed fairly straight forward, and had decent looking user interfaces. Then I added some links and a quick bit of info to the section of the theme that specifies that photos should be under 1MB, and suggested they use these 2 sites to shrink their photos and come back and try them.
It should be in your post-form.php file, around line 200:
Code:
<label for="post_tags"><?php _e('Add images','cp'); ?> (<?php _e('images must be under 1 MB','cp'); ?>)</label>
Mine now says:
Code:
<label for="post_tags"><?php _e('Add images','cp'); ?> (<?php _e('images must be under 1 MB - if your image is too large try a free online image resizer such as http://webresizer.com or http://picresize.com','cp'); ?>)</label>
Granted it's no way a perfect solution, but I find it's better than the alternative - having a potential poster leave and go elsewhere because they don't have any options to edit their photos.