• Hi guys,

    I have upgraded my WP-EMail to version 2.0. I need some of you guys to help me test for bugs/typos.

    Below are some of the changes.
    // Version 2.00 (20-11-2005)
    – FIXED: Did Not Strip Slashes In Remarks Field
    – FIXED: All Of WordPress Permlink Styles Should Work Now
    – FIXED: Better Localization Support (80% Done, Will Leave It In The Mean Time)
    – NEW: EMail Administration Panel
    – NEW: EMail Templates Editable Online Via The Administration Panel
    – NEW: Change EMail Options Online Via The Administration Panel
    – NEW: Every EMail Sent Will Be Logged
    – NEW: Uses WordPress Default Query Instead Of Own
    – NEW: Uses Most Of The WordPress Functions To Get Data Instead Of Own
    – NEW: Able To EMail Page Also
    – NEW: If No Remarks Is Made, It Is Known As N/A

    Please get back to me if there is any error through my email/forum/this thread.

    Download: https://www.lesterchan.net/others/downloads.php?id=13

    Thanks guys!

Viewing 15 replies - 1 through 15 (of 26 total)
  • Hey. I was trying to install this. I think the installation worked properly but I have this problem. When you click on the link, it just says “Sorry no posts match your criteria.” Any idea why this would be happening? Thanks.

    Thread Starter Lester Chan

    (@gamerz)

    Hi do you have a site I can see? Did you add the htaccess properly?

    Talkingspoon.com Still setting it up so no content. The links are there. Yes, I am pretty sure I did it correctly.
    This is what I have in my .htaccess file after the #END WordPress

    RewriteRule ^archives/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/email/?$ /wp-email.php?year=$1&monthnum=$2&day=$3&name=$4 [QSA,L]
    RewriteRule ^(.+)/printpage/?$ /wp-email.php?pagename=$1 [QSA,L]
    RewriteRule ^archives/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/print/?$ /wp-print.php?year=$1&monthnum=$2&day=$3&name=$4 [QSA,L]
    RewriteRule ^(.+)/printpage/?$ /wp-print.php?pagename=$1 [QSA,L]

    Thanks.

    I forgot to mention, that the same error comes up with the Print plugin you made also. Thanks.

    Thread Starter Lester Chan

    (@gamerz)

    Hi jitpal,

    the htaccess you got it wrongly. Your site is not using the default permalink. From what I observed, it is /CATEGORY/POST_NAME/POST_ID

    Try this:
    RewriteRule ^(.+)/([^/]+)/(0-9)*/email/?$ /wp-email.php?category_name=$1&name=$2&p=$3 [QSA,L]
    RewriteRule ^(.+)/([^/]+)/(0-9)*/print/?$ /wp-print.php?category_name=$1&name=$2&p=$3 [QSA,L]

    You can ignore the pagename, because you got no pages created yet.

    I updated the .htaccess file. Still getting the same error. Whenever I click the “E-mail this Article” or “Print this Article” link it just says that the post can not be found. Any more ideas? Thanks

    Thread Starter Lester Chan

    (@gamerz)

    https://www.talkingspoon.com/wp-print.php?p=1
    https://www.talkingspoon.com/wp-email.php?p=1
    it works if you are not using permalinks. Don’t mind you email me your htacess? [email protected]

    Remove NOSPAM =)

    I shot you an email. I was just looking through the options, I had an idea. Personally, I would prefer if when an email is sent that instead of sending the entire article it would send the excerpt. I would like to get people to come to my site to read it so that they would have a chance to click on some ads or something. Is that possible? It wasn’t mentioned in the email setup options. Just thought it would be a good addition. Thanks.

    Thread Starter Lester Chan

    (@gamerz)

    Okie good feature there, I will add it to the next release of it. And perhaps able to send to multiple users.

    Installed WP-Email 2.00 and it worked fine. Later, I switched to permalinks, modified code per readme-install and it did not work. Took everything out, tried to reinstall from scratch. Would not allow me to re-install email-install.php

    Any suggestions?

    This is message I get:
    Not Found
    The requested URL /2005/11/25/charm-city-ii/email/ was not found on this server.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    Thread Starter Lester Chan

    (@gamerz)

    Hi dd_publius, it is nothing wrong with the database, it is the htaccess file.

    Don’t mind you email me your htaccess file, I will take a look at it. [email protected]

    Thanks alot

    Thread Starter Lester Chan

    (@gamerz)

    2.01 Coming Soon.

    Added this features:
    – NEW: EMail A Snippet Of The Post Rather Than The Whole Post. Able To Specify The No. Of Words Before Cutting Off
    – NEW: Spam Prevention – Better Checking Of Names, EMail Addresses And Remarks
    – NEW: Spam Prevention – Able To Specify The No. Of Mins Before User Is Allowed To Send A 2nd Article

    Anymore request?

    I updated your latest version 2.0 w-email/wp-print with
    wordpress 2.0 today. When I click on the link I get “Invalid post”.
    I use the emeil and print version in my post file (single-post)
    and with permalinks – I used to link it like this:
    wp-email.php?p=111
    and it was working before.

    Can you help me getting this fixed?

    Thomas

    try putting the rewriterule before ‘# BEGIN WordPress’ in .htaccess file.

    maybe?

    You can have permalinks and don’t use the rewrite rules for
    the .htaccess file.
    I use the link like this:
    wp-email.php?p=111
    and it was alsways working. There must be something else wrong.

Viewing 15 replies - 1 through 15 (of 26 total)
  • The topic ‘WP-EMail Version 2.00’ is closed to new replies.