Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • 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

    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.

    Forum: Fixing WordPress
    In reply to: RSS

    Ah, got it moshu…

    Thanks for leading me by the hand!

    Now I have to figure out how to get a page title in the browser head ??

    Forum: Fixing WordPress
    In reply to: RSS

    OK, i found the following on the last 2 lines of wp-rss2.php:

    </channel>
    </rss>

    I removed those and still got the same error. The error mentions line 8 and here is what I currently have on line 8, do you see a problem there?

    header(‘Content-type: text/xml; charset=’ . get_settings(‘blog_charset’), true);

    Maybe an extra space some where?

    Forum: Fixing WordPress
    In reply to: RSS

    Thanks moshu, I’ll check out the error solution and see if that works for me.

    Forum: Fixing WordPress
    In reply to: RSS

    I too and having problems with my RSS feed — i am extremely new to RSS —

    I have the RSS buttons and links in my template, but when I click on them to set up a feed, I get the following error:

    Warning: Cannot modify header information – headers already sent by (output started at /home/j4media/public_html/index.php:1) in /home/j4media/public_html/wp-commentsrss2.php on line 8

    Do I need to set something up first?

    Thanks in advance for your help.

    Jrexi

Viewing 6 replies - 1 through 6 (of 6 total)