Comment Image With Multiple Images Test

by Stefano on November 12, 2009
in Serious

Take a moment to subscribe my newsletter:

This post is just to test Comment Image plugin with a configurable numer of images!

Freely try it!

My excuses for my bad english but it's the only way I have to communicate with you. Would you suggest a correction? Leave a comment, thank you!

Comments

13 Responses to “Comment Image With Multiple Images Test”
  1. Stefano says:

    Ok, this is a test…

  2. Stefano says:

    Test number two… three…

  3. Stefano says:

    Great, it works!!! Or not???

  4. Stefano says:

    Arghhhh….

  5. RogerLee says:

    Another great plugin !

    Not only nice for photos but can be very useful for sites about softs/systems when screen copies are needed.
    By the way, just a small error in the admin panel, the sentence : “The label you want to be displayed near the image selection field” under “Miniature max width” should be replaced by something like “Indicate the max width (in pixels) for photos before being automatically resized”

    Ok so let’s now upload another hot chick :-)

  6. Jon says:

    Stefano, I’ve installed your postcard plug-in, but can’t get it to work. I went to the help page and got a 404 error. I really want to get this working since next week we’ll be selling our product (a novelty calendar). If I can get this to work I’d happily contribute $.

  7. it is not working on my website, I only get one image.

    Is there somewhere an explantion how to do this right? If I look to the code of this side it looks tatally different then mine so I do not understand it.

    Ofcourse one image is nice already but i would like to give the possibility of adding more then on image.

  8. Hi Stefano,

    I still do not get the possibility to add more then one image at a time. I use now the Java-script injection and I looked on the source code of this page and copied it. But it is still not working. Please can you, or anybody else help me?

    Greetings Walter

    Below the javescript code I used:

    for (i=0; i<document.forms.length; i++) {
    var f = document.forms[i];
    if (f.comment_post_ID) {
    f.encoding = "multipart/form-data";

    var l = f.getElementsByTagName("textarea");
    l = l[0].parentNode;

    var p = document.createElement("p");
    var t = document.createElement("input");
    t.setAttribute("name", "image5");
    t.setAttribute("type", "file");
    t.setAttribute("style", "width: auto");
    p.appendChild(t);
    p.appendChild(document.createTextNode("Add your pic here (JPEG only)"));
    l.parentNode.insertBefore(p, l.nextSibling);

    var p = document.createElement("p");
    var t = document.createElement("input");
    t.setAttribute("name", "image4");
    t.setAttribute("type", "file");
    t.setAttribute("style", "width: auto");
    p.appendChild(t);
    p.appendChild(document.createTextNode("Add your pic here (JPEG only)"));
    l.parentNode.insertBefore(p, l.nextSibling);

    var p = document.createElement("p");
    var t = document.createElement("input");
    t.setAttribute("name", "image3");
    t.setAttribute("type", "file");
    t.setAttribute("style", "width: auto");
    p.appendChild(t);
    p.appendChild(document.createTextNode("Add your pic here (JPEG only)"));
    l.parentNode.insertBefore(p, l.nextSibling);

    var p = document.createElement("p");
    var t = document.createElement("input");
    t.setAttribute("name", "image2");
    t.setAttribute("type", "file");
    t.setAttribute("style", "width: auto");
    p.appendChild(t);
    p.appendChild(document.createTextNode("Add your pic here (JPEG only)"));
    l.parentNode.insertBefore(p, l.nextSibling);

    var p = document.createElement("p");
    var t = document.createElement("input");
    t.setAttribute("name", "image");
    t.setAttribute("type", "file");
    t.setAttribute("style", "width: auto");
    p.appendChild(t);
    p.appendChild(document.createTextNode("Add your pic here (JPEG only)"));
    l.parentNode.insertBefore(p, l.nextSibling);

    break;
    }
    }

  9. pzstm says:

    I hope we can download the plugin soon. Very useful.

    Greets,
    Zsolti

  10. none says:

    prueva 1

Share Your Thoughts

Add an image