• The ImageManager plugin integrates the stand alone PHP ImageManager + Editor with WordPress.
    No edits to the WordPress source is required.
    Just extract the ImageManager.zip into your WordPress plugins directory, follow the instructions in the configuration tool (accessible from the Plugins page) and then Activate it.
    The plugin replaces the img quicktag, so .. to use it, click on the img quicktag.
    BTW, bugs in the plugin I can fix, but bugs in PHP ImageManager + Editor you have to report at https://www.zhuo.org/htmlarea/
    This is my first WordPress plugin, so please be nice ??

Viewing 15 replies - 46 through 60 (of 67 total)
  • Thread Starter Per S?derlind

    (@pers)

    Have you tried it in other browsers than Firefox ?
    And, could you post your config.inc.php ?

    Thread Starter Per S?derlind

    (@pers)

    $IMConfig[‘base_dir’] and $IMConfig[‘base_url’] must have a trailing slash.
    Are you sure that the base url is correct ? When I try to access it I get an access denied (403)
    Ref, qucktags.js and so on, no you don’t have to do anything with the WP source.

    Trailing slash? What’s that?
    I’ll look after the URL in a moment…

    Thread Starter Per S?derlind

    (@pers)

    the paths should end with a slash like this
    ‘/home/httpd/vhosts/spoenk.nl/httpdocs/weblog/archives/
    https://www.spoenk.nl/weblog/archives/‘;

    Is there any possibility to get this plugin working together with hrmlarea (or any of the other WYSIWYG editors)?
    E.g. like on the referenced site https://www.zhuo.org/htmlarea/

    It IS working on basis of htmlarea and included in the plugin. So if you install this you’ll have both. And let me know if you got it working and h?3w it works, because I’m still puzzling why it doesn’t work on my site…

    This is a great plugin. I installed it, there are someting I don’t understand. Someone can tell me what does this mean?I don’t know which file should I put.Thanks!
    ———————————————
    # To activate the plug-in, add a new line in the javascript before HTMLArea is initialized. For example <script type=”text/javascript”>
    //load the ImageManage + Editor plug-in
    HTMLArea.loadPlugin(“ImageManager”);
    var editor = new HTMLArea(“editor”);
    //the rest of your HTMLArea initialisation.
    </script>

    This is a stunning plug-in and does just what I wanted. But one tiny thing. I have around 2000+ small images in my Images folder from archived posts over the years, and loading them into the manager breaks the browser. Badly. ?? Would there be any way of disabling the display of existing images in the folder so that I could just use the great upload facility on its own? Thanks. ??

    I keep getting this error in the popup window…
    “Invalid base directory: C:/Aeonserv/webroot/images/”
    Does anyone know why?

    ehy

    I changed the onclick=pop() to a onclick=window.open in the ImageManger.php and if fixed the popup behaviour.
    If it helps anyone.

    tinuviel

    (@tinuviel)

    I’m having some trouble with the thumbnails. How long does it take a server to create them?
    Sometimes I wait a while and they suddenly appear. Sometimes they never do… so I’m wondering what’s going on, and am thoroughly confused. The only thing I can think is that it takes a few minutes for the thumbnails to be created.
    Currently, I have my directories set up as:
    $IMConfig[‘base_dir’] = ‘/home/intrinz/public_html/sulwyn/images/’;
    $IMConfig[‘base_url’] = ‘https://www.sulwyn.net/images/&#8217;;
    $IMConfig[‘thumbnail_dir’] = ‘thumbs’;
    So that the “thumbs” directory is always created in the directory under /images/ that I want (ex: images/hair/thumbs/).
    I guess the question is, why aren’t my thumbnails being created (when they are created sometimes)?
    Also, my thumbnails aren’t showing up in the Upload Image dialog box.
    Thanks for your help.

    Anonymous

    i get this error, and i cant figure out why
    Warning: open_basedir restriction in effect. File is in wrong directory in /home/httpd/vhosts/onmywaycharters.com/httpdocs/blog/wp-content/plugins/ImageManager/Classes/ImageManager.php on line 9

    hi , PerS:
    is there any editor that works fine with the ImageManger plugin ?

    btw excellent work

    you should pay attention to a security issue with the ImageManager plugin.
    Anyone can access the manager.php file and delete images.
    Add this at the top of manager.php to check user is logged in :
    require_once('../../../wp-config.php');
    require_once('../../../wp-includes/functions.php');

    get_currentuserinfo();
    auth_redirect();

    Great Plugin !
    I’ll try to make it work with HtmlArea. Does anyone succeeded in that already ? Is the logic to integrate ImageManager into this htmlarea plugin or the reverse ?

Viewing 15 replies - 46 through 60 (of 67 total)
  • The topic ‘ImageManger plugin’ is closed to new replies.