4 of 4
4
Stand-Alone Image Editor
Posted: 20 August 2008 09:42 AM   [ Ignore ]   [ # 55 ]  
Lab Assistant
Avatar
RankRank
Total Posts:  250
Joined  09-29-2007

version 1.1 addresses an issue with error reporting when file upload preferences are not satisfied.  anyone who was having problems with max file size should update to the latest version.

 Signature 

* Get FireMail for EE 2.0 and manage and track emails in real-time. Get the Sitemap Module and improve your site’s SEO

More Add-ons: Multi Language, Exchange Rates, Stand-Alone Image Editor, Landing Page, iWebApp, LogMeIn, Loop Plugin, Session Variables

Profile
 
 
Posted: 16 October 2008 01:12 PM   [ Ignore ]   [ # 56 ]  
Grad Student
Rank
Total Posts:  73
Joined  01-19-2008

Hi Ben,

I’m very happy with the image editor, however since version 1.2 I encounter a problem when uploading a image to an existing entry. My code worked perfect with 1.1. Reinstalling this version solves my problem but I want the size limit of version 1.2.
Entering an image with the EE CP goes fine. The message I get is the EE “There is a problem uploading your file”. Any idea where to look? It is a single entry page.

<hr>
<
strong>Afbeeldingen:</strong> (maximale afmetingen 300x300 pixels)
{exp:weblog:entries weblog="{my_weblog}" disable="trackbacks"}
<table>
  <
tr>
   <
td valign="top">
    
{exp:image_editor:display entry_id="{entry_id}" max_images="3" field_name="ma_image_1" upload_destination="7"} <br/>
   </
td>
  </
tr>
</
table>
{/exp:weblog:entries}
Profile
 
 
Posted: 04 November 2008 09:55 AM   [ Ignore ]   [ # 57 ]  
Research Assistant
RankRankRank
Total Posts:  432
Joined  05-21-2007

I can upload 3 images with the ENTRY uploader but on the edit I cant add any (I can delete) and get the same error as the user above. any ideas anyone. Also can you resize the user image with this extension? And finally does how do you show just one of the images you have uploaded I can get all three at the same time but I only want one to work with image sizer. Then I will be a very happy man!

regards


Adam

Profile
 
 
Posted: 05 November 2008 11:29 AM   [ Ignore ]   [ # 58 ]  
Summer Student
Total Posts:  11
Joined  08-04-2008

Hi Ben-
We are using a hard-coded SAEF and are wanting to use the SAIE to place images into the entry. This is where we are at now. The form works beautifully when we don’t have the image uploade area, but adding it causes an error in the post. In the edit area of the CP, the post is there, but when you click to edit it says that the weblog does not exist. Since the SAIE seems to be the trouble, thought you might have a suggestion. Thanks!

<?php
global $LOC;
$future_time={current_time}+2592000;
$expiration_2months = $LOC->decode_date('%Y-%m-%d %g:%i', $future_time);
$expiration_2months_human = $LOC->decode_date('%F %j, %Y', $future_time);
?>

<?php

if (isset($_POST['field_id_30'])) {
$field_id_30
= $_POST['field_id_30'];
}

else {
$field_id_30
= '';
}

if (isset($_POST['field_id_34'])) {
$field_id_34
= $_POST['field_id_34'];
}

else {
$field_id_34
= '';
}

if (isset($_POST['field_id_43'])) {
$field_id_43
= $_POST['field_id_43'];
}

else {
$field_id_43
= '';
}

if (isset($_POST['field_id_44'])) {
$field_id_44
= $_POST['field_id_44'];
}

else {
$field_id_44
= '';
}

?>

{exp
:weblog:entry_form weblog="ads_opau" return="site/index" preview="site/entry"}

<fieldset>
<
legend>Select a Category</legend>  
<
ol>  
{category_menu}  
<li>  
<
label for="name">Category:</label>  
<
select name="category[]" class="text" >
{select_options}
</select>
</
li>
{/category_menu}
</ol>
</
fieldset>

<
fieldset>  
<
legend>Ad Information</legend>  
<
ol>  
<
li>  
<
label for="field_id_34">Asking Price:</label>  
<
input id="field_id_34" name="field_id_34" class="text" type="text" value="<?php echo $field_id_34;?>"/>
<
input type='hidden' name='field_ft_34' value='none' />  
</
li>
<
input type="hidden" name="url_title" id='url_title' value="{url_title}"  />
<
li>  
<
label for="title">Ad Title:</label>  
<
input id="title" name="title" value="{title}" class="text" type="text">  
</
li>  
<
li>  
<
label for="field_id_30">Descriptive Text:</label>
<
textarea name="field_id_30" id="field_id_30" cols="10" rows="10" class="textarea" value="<?php echo $field_id_30;?>"></textarea>
<
input type='hidden' name='field_ft_30' value='none' />
</
li>  
</
ol>  
</
fieldset>  

<
fieldset>  
<
legend>Add Photos &amp; Video</legend>  
<
ol>

<
input type="hidden" name="upload_field" value="field_id_44" />
<
input type="hidden" name="upload_destination" value="1" />

  <
input id="field_id_44" type="file" name="file1" class="text" /><br/>
  <
input id="field_id_44" type="file" name="file2" class="text" /><br/>
  <
input id="field_id_44" type="file" name="file3" class="text" /><br/>

<
input type='hidden' name='field_ft_44' value='none' />  

<
li>  
<
label for="videolink">Video Link:</label>  
<
input id="field_id_43" name="field_id_43" class="text" type="text" value="<?php echo $field_id_43;?>"/>
<
input type='hidden' name='field_ft_43' value='none' />  
</
li>


</
ol>  
</
fieldset>  

<
fieldset>  
<
legend>Expiration &amp; Terms</legend>  

<
input type="hidden" name="entry_date" value="{entry_date}" maxlength="23" size="25" /></p>

Your entry will expire on <br /><strong><?php echo $expiration_2months_human; ?></strong>
<
input type="hidden" name="expiration_date" value=" <?php echo $expiration_2months; ?> " />

<
input type="hidden" name="sticky" value="n" {sticky} />
<
input type="hidden" name="allow_comments" value="n" {allow_comments} />
<
input type="hidden" name="allow_trackbacks" value="n" {allow_trackbacks} />
<
input type='hidden' name='dst_enabled' value='y' {dst_enabled} />
<
input type="hidden" name="entry_date" value="{entry_date}" maxlength="23" size="25" />
<
input type="hidden" name="comment_expiration_date" value="{comment_expiration_date}" maxlength="23" size="25" />
</
fieldset>

<
fieldset class="submit">  
<
input class="submit" type="submit"  
value="Submit" />  
</
fieldset>

{/exp:weblog:entry_form}
Profile
 
 
Posted: 07 November 2008 12:44 PM   [ Ignore ]   [ # 59 ]  
Lab Assistant
Avatar
RankRank
Total Posts:  250
Joined  09-29-2007

apologies for not replying to your questions sooner, i have been away for the past couple of weeks. i am working on these issues now and will post as soon as i have a solution.

ben

 Signature 

* Get FireMail for EE 2.0 and manage and track emails in real-time. Get the Sitemap Module and improve your site’s SEO

More Add-ons: Multi Language, Exchange Rates, Stand-Alone Image Editor, Landing Page, iWebApp, LogMeIn, Loop Plugin, Session Variables

Profile
 
 
Posted: 10 November 2008 06:11 AM   [ Ignore ]   [ # 60 ]  
Lab Assistant
Avatar
RankRank
Total Posts:  250
Joined  09-29-2007

hi all, i’ve updated the module to fix all errors you might have been having with version 1.2, plus have added a couple of requested features. so please upgrade to version 1.3 when you get a chance.

and thanks for your patience on this!!

 Signature 

* Get FireMail for EE 2.0 and manage and track emails in real-time. Get the Sitemap Module and improve your site’s SEO

More Add-ons: Multi Language, Exchange Rates, Stand-Alone Image Editor, Landing Page, iWebApp, LogMeIn, Loop Plugin, Session Variables

Profile
 
 
Posted: 12 November 2008 01:26 PM   [ Ignore ]   [ # 61 ]  
Grad Student
Rank
Total Posts:  73
Joined  01-19-2008

Hi Ben,

I have upgraded to version 1.3 and everything seems to work fine now. Thanks for this nice tool.

Profile
 
 
Posted: 30 December 2008 05:22 PM   [ Ignore ]   [ # 62 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  343
Joined  01-23-2006

Anyone know how to get this to work on a SAEF with preview?

 Signature 

jeremy douglas media design | twitter

Profile
 
 
Posted: 10 March 2009 10:48 AM   [ Ignore ]   [ # 63 ]  
Grad Student
Rank
Total Posts:  48
Joined  07-03-2008

Bought a copy of this… and made a mod to the code so it prepends the upload url to the image (when saved in the field) as its something i needed to fit in with how the site i installed it on works. 

Would be cool if this was an option on the extension settings screen… smile

Brilliant tool that saved me loads of time nonetheless

Profile
 
 
Posted: 18 March 2009 04:39 AM   [ Ignore ]   [ # 64 ]  
Summer Student
Total Posts:  12
Joined  09-06-2008

I have the latest version of the image editor. I have the following issue:

Every time I submit my changes the first image is deleted.

This is my template code:

{embed="includes/header"}
<body class="home">
{embed="includes/main_navigation"}
<div class="content_wrapper">
<
div class="entry">
<
div class="section form">
{exp:weblog:entries weblog="Portfolio" author_id="CURRENT_USER" limit="1" status="Draft|Pending|Open"}
<h1 id="title">Portfolio: Add/delete images</h1>
<
h3>Please add or delete images:</h3>
<
h3>{title}</h3>
<
fieldset id="saef-form">
    
{exp:weblog:entry_form weblog="Portfolio" limit="1" return="portfolio/add-images-to-my-portfolio/{url_title}" status="{status}"}
        
<p>
            
{exp:image_editor:display entry_id="{entry_id}" max_images="20" field_name="portfolio_image_upload" upload_destination="4"}        
        
</p>
        <
p><input type="submit" value="Submit"></p>
        <
input type="hidden" name="title" id="title" value="{title}" size="50" maxlength="100">
        <
input type="hidden" name="url_title" id='url_title' value="{url_title}" maxlength="75" size="50" />
        <
input type="hidden" name="entry_id" value="{entry_id}" />
    
{/exp:weblog:entry_form}
</fieldset>
{/exp:weblog:entries}
</div>
</
div>
<
div class="clear"></div>
{embed="includes/footer"}
</div>
</
body>
</
html>


I have no clue, can anyone help me out with this problem?

Profile
 
 
Posted: 18 March 2009 05:39 AM   [ Ignore ]   [ # 65 ]  
Summer Student
Total Posts:  12
Joined  09-06-2008

Sorry, I found the problem: The extra submit button is the problem, you don’t need it

thx,

Jorgen

Profile
 
 
Posted: 08 April 2009 09:12 AM   [ Ignore ]   [ # 66 ]  
Grad Student
Avatar
Rank
Total Posts:  50
Joined  04-26-2008

Can anyone confirm whether the Stand-Alone Image Editor plugin works with the LogMeIn plugin from the same author? 

Thanks

 Signature 

Ed Hebert | The Blue Ocean Design & Communications | Massachusetts, USA

Profile
 
 
Posted: 21 April 2009 05:00 PM   [ Ignore ]   [ # 67 ]  
Grad Student
Avatar
Rank
Total Posts:  93
Joined  03-14-2007

I’m trying to get this plugin to work with Lumis’ imgsizer.  Has anyone been able to get the two to work together?  If so, could you share the code / how it works?

 Signature 

ActiveMelody.com - an online community for guitar players who wish to play, discuss, and learn guitar.  Featuring the beginner guitar course

Profile
 
 
Posted: 24 April 2009 09:47 AM   [ Ignore ]   [ # 68 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  483
Joined  12-08-2007

Is this plugin MSM compatible?

 Signature 

You’re unique! Just like everybody else.

Profile
 
 
Posted: 28 September 2009 03:59 PM   [ Ignore ]   [ # 69 ]  
Grad Student
Rank
Total Posts:  73
Joined  01-19-2008

Hi Ben,

I’m using image editor for about 1,5 year now. Always needed to upload only one image in one weblog entry. Yet I want to upload multiple images but somehow the images are not displayed within the ‘{exp:image_editor:display ...’ tag. The buttons to remove the images are also displayed but the images themselves not. I have tried every possible way, double checked my path setting but all seems OK.

The ‘{exp:image_editor:images…} works fine and displays multiple images.

This goes fine (last_segment is the entry id):

{exp:image_editor:images entry_id="{last_segment}" field_name="nw_image_multi" upload_destination="3" }
{count}
. <img src="{image_source}" />
{/exp:image_editor:images}

But this not:

<hr>
{exp:weblog:entries weblog="{my_weblog}" entry="{last_segment}" status="Concept" author_id="CURRENT_USER"}
{title}
<br />
{exp:image_editor:display entry_id="{entry_id}" max_images="10" field_name="nw_image_multi" upload_destination="3"}
{
/exp:weblog:entries}

In the html code of the page I can see that the remove buttons have the right image names. Somehow your tag does not produce the image src html tag. Why?

Profile
 
 
   
4 of 4
4
 
Post Marker Legend
New Topic New posts Hot Topic Hot Topic with new posts New Poll New Poll Moved Topic Moved Topic Sticky Topic Sticky topic
Old Topic No new posts Hot Old Topic Hot Topic with no new posts Old Poll Old Poll Closed Topic Closed Topic Announcement Announcements
Theme
Change Theme
Visitor Statistics
The most visitors ever was 1743, on December 02, 2009 03:47 PM
Total Registered Members: 120475 Total Logged-in Users: 52
Total Topics: 126551 Total Anonymous Users: 30
Total Replies: 665399 Total Guests: 296
Total Posts: 791950    
Members ( View Memberlist )