The old thread for Ed Image Resizer is closed, so I’d like to start one here. Erksine Design’s Image Sizer Plugin for EE2 is here.
I’m running EE2.1 (Build 20100712) and wondering if my full server path is correct in pi.ed_imageresizer.php.
Under Admin > General Configuration my “themes” path is:
/home/barnett/public_html/themes
So does that mean this is correct? My cache image directory is 777’d.
private $server_path = '/home/barnett/public_html'; // no trailing slash
private $cache_path = '/home/barnett/public_html/images/sized/'; // with trailing slashI’m testing the image sizer here with this code and nothing is showing up.
{exp:channel:entries channel="products" category_group="1" category="1" dynamic="no" show_future_entries="yes" orderby="product-reorder" sort="asc"}
{title}
{photo-1}
***Insert resized image below ****
{exp:ed_imageresizer image="{photo-1}" maxWidth="70"}
***End resized image***
{/exp:channel:entries}My images are just not showing up. Another person was having the same issue w/ his images not showing up. He tried both Lumis’ and ED’s and got the Lumis version to work. That thread is here.