• Does WP 1.5 work with the email post plugins that are available? Can someone recommend one of their favorites?

    thanks

Viewing 15 replies - 1 through 15 (of 17 total)
  • E-mail post as in clicking a link to e-mail the post to someone? Cause if that’s waht you mean, I’d be interested in a good one for 1.5 as well.

    Thread Starter mjfvsm

    (@mjfvsm)

    lawtai – yup, that’s exactly what I want to do as well. after searcing and searching, i found 2 plugins – wp-email created by Lester Chan and email post (i can’t find the link for this one, but i’ll post it when i do)

    they are both easy to implement, but when I try to use either one, the email never gets sent. the code is executed as if everything is fine, but the emails are never delivered.

    i’m thinking it’s an email configuraton thing on the server i’m using, but i can’t figure it out.

    I have some questions about wp-email:

    1. does it really work with WP v1.5? I put the plugin in the plugin directory, but it doesn’t show up in my plugin panel.

    2. It instructs the user to modify the wp-email.php with the smtp server, username and pwd. I don’t login to my email with a username, but with the whole email address, so is that acceptable?

    I’d try it, but like I said, I can’t even get the thing activated.

    Thread Starter mjfvsm

    (@mjfvsm)

    “does it really work with…” is a great question. I basically set it up by following the directions in the wp-email.php file. it does not show up in my plugin directory either, but the “email this post” link appears on the front end of the site, even without activating it.

    i just cannot get it to acutally send an email out!

    Thread Starter mjfvsm

    (@mjfvsm)

    i think WordPress is AMAZING….. but I’m getting sad about not being able to get this functionality to work!

    velocityboy

    (@velocityboy)

    yeah i’d love this feature as well

    davincim

    (@davincim)

    So I guess the consensus is that it’s not ready for WP 1.5? If I can make contact with the author, I’ll post back any findings.

    Thanks for everybody’s input. πŸ™‚

    Thread Starter mjfvsm

    (@mjfvsm)

    so, the programmer of this plugin kicks some major a**…. he sent me the updated 1.5 version in response to my email…. he mentioned that he will be releasing it in the next couple of days here’s his site

    good luck everyone and thanks again to Lester “GamerZ” Chan.

    davincim

    (@davincim)

    Hey thanks for posting back, mjfvsm. I just emailed him earlier this morning too. Glad to hear he’s coming out with something new soon.

    Thread Starter mjfvsm

    (@mjfvsm)

    i integrated the email script into my site (which is not live yet) and it is working fine. I only had to tweak it out a bit. I am using a variation of the “Plain Vanilla” template. On the wp-email.php page, there is code that calls “get_sidebar” – when the page loads, and for each subsequent confirmation page.

    this was redundant and was causing my sidebar to display in the center column. simply deleting this call from the code in wp-email.php corrected the problem for me.

    i’m not a programmer , so I’m not sure if i’m being clear – if you have a question about what i did, post it here…thanks

    davincim

    (@davincim)

    Hmm. You’re obviously farther ahead than I am because I’m finding no signs of life regarding the plugin.

    Am I correct in saying that you still don’t see it in the Plugin panel, but it’s still functioning (once you made the tweaks, of course)?

    Where is it supposed to provide you with a link to e-mail? Or if you’re supposed to tell it here to go, what code are you putting in your file to place it?

    Thread Starter mjfvsm

    (@mjfvsm)

    davincim:
    you are correct-i do not see it in the Plugin Panel, and it is still working.
    to install it, I put the wp-email.php file in the root directory (where the index.php that has almost NO code…just enough to call your theme index page), and the other class files in their respective directories according to the readme file.

    to add a link to your pages so that someone can actually email the post to someone, do the following
    // Open wp-content/themes/<YOUR THEME NAME>/index.php
    // Note: If you ARE NOT using nice permalink url
    Find:
    ------------------------------------------------------------------
    <?php while (have_posts()) : the_post(); ?>
    ------------------------------------------------------------------
    Add Below It:
    ------------------------------------------------------------------
    ">Email This Article
    ------------------------------------------------------------------

    you can play around where you put the email link on the page. i acutally moved it in the code to display below the individual posts.

    davincim

    (@davincim)

    Thanks, mjfvsm. πŸ˜‰

    tangognat

    (@tangognat)

    I’m trying to get this to work now and I’m getting an error message about line 17 of the wp-email file, which seems to call the header, “require(‘../wp-blog-header.php’);” could there be something not working with the kubrick theme?

    tangognat

    (@tangognat)

    Nevermind! I seemed to get it working by changing the ‘../wp-blog-header.php’ line to ‘wp-blog-header.php’

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘How to Use Email Post plugin’ is closed to new replies.