• Resolved ghusse

    (@ghusse)


    Hi,
    I’m currently using the coppermine integration plugin for which the author stopped developpment.
    I just upgraded my WordPress installation to 2.1. All seems to work, except one thing.
    In the write panel, this plugin used to add an interface to select an image and insert it in the post. But this little thing don’t appear with the upgrade.
    I red the documentation about upgrading plugins, but I did not found anything about that.

    Could someone help me ?

Viewing 15 replies - 1 through 15 (of 21 total)
  • Thread Starter ghusse

    (@ghusse)

    Actually the plugin works in the “manage” panel but not for creating new posts.

    Thread Starter ghusse

    (@ghusse)

    I found the problem :

    In coppermine.php, look for :


    if (strstr($_SERVER['PHP_SELF'], 'post.php') ||
    strstr($_SERVER['PHP_SELF'], 'page-new.php'))
    {

    replace by


    if (strstr($_SERVER['PHP_SELF'], 'post-new.php') ||
    strstr($_SERVER['PHP_SELF'], 'page-new.php'))
    {

    That’s all

    liamr

    (@liamr)

    Does anyone have the tarball for v 3.11 of this plugin? It looks like that’s the last version Stilgar released, and the site returned by google is totally 404.

    rooboy

    (@rooboy)

    I have the zip if that helps.

    autiger95

    (@autiger95)

    Thanks for the fix. This is a great plugin, put it looks like the author’s site has bit the dust.

    kman1666

    (@kman1666)

    I have been looking for this plugin for a few days now, but as mentioned, the site is 404. Can anyone please supply me with the zip? [email protected] Thanks!

    rooboy

    (@rooboy)

    Email sent a minute ago. Enjoy.

    h2ocello

    (@h2ocello)

    Rooboy, can you please send me the zip of the plugin too? [email protected] Thank you!

    doorframe

    (@doorframe)

    Does anyone know how to get the plugin to work on the MANAGE POSTS page as well as the WRITE POST page?

    rooboy

    (@rooboy)

    I have this working now I think on the manage posts function as well. I changed:

    if (strstr($_SERVER['PHP_SELF'], 'post-new.php') ||
        strstr($_SERVER['PHP_SELF'], 'page-new.php'))

    to:

    if (strstr($_SERVER['PHP_SELF'], 'post-new.php') ||
    strstr($_SERVER['PHP_SELF'], 'post.php') ||
        strstr($_SERVER['PHP_SELF'], 'page-new.php'))

    and it seems to work correctly. BUT, I just did this quickly from work and have only done very limited testing.

    So far so good however.

    merecraft

    (@merecraft)

    I’ve also been scouring the net for this plugin. If anyone can drop me the zip I would be eternally grateful!
    [email protected]

    Thanks!

    merecraft

    (@merecraft)

    Thanks for the file, gratefully received ??

    bongadam

    (@bongadam)

    As Merecraft, I look for this plugin. If anyone can send it to me, I will be happy !

    [email protected]

    Thank you !

    I’m also in need of this plugin, and would be greatfull if someone can email it to me!
    [email protected]

    I would also like to get my hands on these files. soulcoredotnet [at] gmail.com

Viewing 15 replies - 1 through 15 (of 21 total)
  • The topic ‘Coppermine integration plugin’ is closed to new replies.