Awesome! Thanks for sharing this.. I’m sure others will find this very useful! 😉
spencerp
Wow, awesome! I can just repeat spencerp, thanks a lot for sharing. You made my day!
Anybody know how to get it working on the MANAGE POST page as opposed to just the WRITE page? I assume it’s just adding one more line into the script at the same point as is mentioned in the above blog posting… but I don’t know enough to know what line.
Hi, I’ve been looking for the plug-in. However, I can’t find it. Can anyone send it to me? Thanks
[email protected]
I have made a coppermine integration plugin available on my website.
http://www.fransandersson.dk/?p=46
hope it helps
There has been a change of permalink, please go to http://fransandersson.dk and visit plugins section.
sorry for the inconvenience
Here’s the final fix, thanks to Jesper!
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’))
Hi, can someone please reply with what file we need to make the change in as per the fix regaring:
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’))
Thanks in advance as I’ve been searching all my files and just can’t find it.
NEVERMIND, I FOUND IT IN COPPERMINE.PHP AROUND LINE 3390.
Frans,
Was wondering if you can let me know how you integrated coppermine into wordpress so well. your integration is the best I have seen to date.
Can you send me an email to [email protected] with a general step by step on how you integrated your gallery into your wordpress theme?
Thanks in advance.
John