Hi,
I installed Coppermine and the latest Coppermine plugin (v3.11) and fixed the coppermine.php with
Replace this:
// integrate with editor
if (strstr($_SERVER[’PHP_SELF’], ‘post.php’) ||
with this:
// integrate with editor
if (strstr($_SERVER[’PHP_SELF’], ‘post-new.php’) ||
strstr($_SERVER[’PHP_SELF’], ‘page-new.php’)||
strstr($_SERVER[’PHP_SELF’], ‘post.php’)||
strstr($_SERVER[’PHP_SELF’], ‘page.php’))
but it didn't work, i dont find a button or anything, so that i can choose a pic from coppermine.