Forum Replies Created

Viewing 15 replies - 1 through 15 (of 31 total)
  • Thread Starter metiqolman

    (@metiqolman)

    Nevermind… I figured it out…. I won’t even mention how stupid it was…. sorry.

    Forum: Fixing WordPress
    In reply to: Posting Via Email
    Thread Starter metiqolman

    (@metiqolman)

    I see what you are saying now. I’m glad as well!

    Forum: Fixing WordPress
    In reply to: Posting Via Email
    Thread Starter metiqolman

    (@metiqolman)

    WHOO HOOO! Just figured it out. When using this codex in my footer.php file I had to remove the highlighted section of the code.

    <iframe src=”https://yourblogdomain/wordpressinstalldir/wp-mail.php” name=”mailiframe” width=”0″ height=”0″ frameborder=”0″ scrolling=”no” title=””></iframe>

    So my code now looks like this:

    <iframe src=”https://www.mydomain.org/wp-mail.php&#8221; name=”mailiframe” width=”0″ height=”0″ frameborder=”0″ scrolling=”no” title=””></iframe>

    I’ve sent a few posts now and they’re working great. I think someone needs to write an article or post about this little hiccup in this Iframe code.

    Forum: Fixing WordPress
    In reply to: wp-mail.php file
    Thread Starter metiqolman

    (@metiqolman)

    WHOO HOOO! Just figured it out. When using this codex in my footer.php file I had to remove the highlighted section of the code.

    <iframe src=”https://yourblogdomain/

    wordpressinstalldir/

    wp-mail.php” name=”mailiframe” width=”0″ height=”0″ frameborder=”0″ scrolling=”no” title=””></iframe>

    So my code now looks like this:

    <iframe src=”https://www.mydomain.org/wp-mail.php&#8221; name=”mailiframe” width=”0″ height=”0″ frameborder=”0″ scrolling=”no” title=””></iframe>

    I’ve sent a few posts now and they’re working great. I think someone needs to write an article or post about this little hiccup in this Iframe code.

    Forum: Fixing WordPress
    In reply to: wp-mail.php file
    Thread Starter metiqolman

    (@metiqolman)

    Ok I remember that article. I did read that before hand and have setup the automatic posting in my footer.php file as suggested. All of that has lead me to this posting. I’m starting to think that the autopost (at least for this theme) will not work.

    So how did you setup the cron job?

    Forum: Fixing WordPress
    In reply to: wp-mail.php file
    Thread Starter metiqolman

    (@metiqolman)

    Hi RVoodoo… Thanks for the link. I’ll check it out. I meddled with a cron job about 5 years ago on a different platform but really don’t remember much about it at all.

    If you have some time and can give me direction as to how to set up a cron job for this application that would be great.

    Forum: Fixing WordPress
    In reply to: wp-mail.php file
    Thread Starter metiqolman

    (@metiqolman)

    Is there any chance this question could get moved to the advanced section of support by one of the moderators?

    Forum: Fixing WordPress
    In reply to: Posting Via Email
    Thread Starter metiqolman

    (@metiqolman)

    Thought I had put this issue to bed but not so.

    Well I created a user in my WordPress DB.
    Tried posting to the blog page again and no joy.

    Here’s the details:
    My emails are making it to the wp-mail.php file but are not posting to the blog… UNLESS…. I manually load the wp-mail.php page by pointing my browser to https://www.mydomain.org/wp-mail.php This loads a page showing all my unpublished email posts.
    If I then hit the back button on my browser & then the refresh button on my blog page any recent posts which had not made it to the blog page all of a sudden will show up.

    Any ideas from anyone?

    Forum: Fixing WordPress
    In reply to: Posting Via Email
    Thread Starter metiqolman

    (@metiqolman)

    OK… I finally go my posts working from an email. Thanks to a couple other posts I found I was able to solve my problem.

    My email posts were getting to my WordPress folder just not publishing.

    Here’s how I checked to see if my mail was actually getting to my WordPress mail folder.
    I pointed my browser at my domain name then put

    /wp-mail.php

    after the domain name.
    So https://www.mydomain.org/wp-mail.php
    That returned a page showing ALL of the posts I had made via email.
    So this meant the email posts were getting to the WordPress mail folder just not publishing.

    I downloaded a new wp-mail.php file from here. and modified it as Crazyoval had recommended.
    There were two spots that state ‘post_status = pending’
    Change ‘pending’ to ‘publish’
    Saved the file then uploaded it via FTP to my wp folder

    However… There’s a caveat to this whole method I believe.
    Looking at the code in the wp-mail.php file it states that

    //Author not found in DB, set status to pending. Author already set to admin. $poststatus = ‘pending’;

    I need to check this out but it would appear that this line is a safe guard to keep anyone who discovers your secret email address from getting published to your blog. I believe that what I’ll need to do is setup an authorized user either in my PHPMYADMIN or somewhere in WordPress that has the permission to post to my blog.

    I’m considering this thread closed but will post back here if I find that to be true.

    Forum: Fixing WordPress
    In reply to: Posting Via Email
    Thread Starter metiqolman

    (@metiqolman)

    Does ANYONE have any suggestions? This has really stumped me.

    Yeah… pretty slow dude.

    Forum: Fixing WordPress
    In reply to: Posting Via Email
    Thread Starter metiqolman

    (@metiqolman)

    I’ve read that one user had to download a wp-mail.php file… I think that’s the file name… anyway they had to download it, change it and upload it. But it their case the posts were simply not getting to the blog page. The posts were all ‘Pending’. In my case I’m just not seeing the posts showing up anywhere. Not on the blog page nor in the dashboard under “posts”

    Thanks esmi… but I already considered that and made sure that my email app does not remove the mail from the server. Also… immediately following my email app configuration I received 6 emails that I had sent to my blog…. ??

    Forum: Fixing WordPress
    In reply to: Posting Via Email
    Thread Starter metiqolman

    (@metiqolman)

    I’ve also tested my blog page by adding a new post from the dashboard. That’s working as well.

    Also the email posts are not waiting for authorization either. They’re just simply not getting to my wordpress site.

    Thread Starter metiqolman

    (@metiqolman)

    The issue to the blank page was that I did not have the WordPress application finalized on the hosting server. The package was there but I had not run the ‘install’ …..

Viewing 15 replies - 1 through 15 (of 31 total)