subscribe2 2.2.1 is now available!
This version fixes several problems from the last release:
subscribe2.php and define the page ID on line 42.subscribe2.php and change the FALSE to TRUE. At the start of each new day, your subscribers will receive a summary of new posts from the previous day, in the following format:
Post Title Post Link Post Summary <blank line>The POST token in the notification template will be replaced with the list of new posts. Important note: WordPress 2.0 has a minor problem with the default caching mechanism. In order for future-dated posts and daily digests to work properly, you must use WordPress 2.01 or later. Any support requests for these features from users of WordPress 2.0 will be completely ignored.
About | Policies | skippy.net
CREATE TABLEcommand starting at line 141 in subscribe2.php. Another option (easier) option is to delete the s2_version line from your wp_options table:DELETE FROM wp_options WHERE option_name = 's2_version'subscribe2 will see that a prior version number isn't recorded, and kick off the installation process.SELECT ID FROM $wpdb->posts WHERE post_status='static' LIMIT 1So that should return one page. The fact that it's failing suggests that something else may be in effect on your site. If you do in fact have pages (and not posts), feel free to download the zip file again and see if my fix works. If it does not work, edit susbcribe2.php, and define the page ID of your subscribe page at line 42.List-Id: <your blog name>". I may investigate additional options in the future; but for the time being, I want to take a break from s2 development./wp-content/plugins/susbcrib2/directory. Feel free to email the file(s) to me. You can get my address from my About page linked above on the left. Victor: simply telling me that it's not working is extremely unlikely to produce meaningful results from me. Are you sure the emails aren't being filtered as spam? Have you contacted your host? Can you determine whether mails are being generated at all (your host can check the mail server logs)? How many subscribers do you have? Have you tested with just one subscriber?<p><!-<del>subscribe2</del>-></p>Try disabling the graphical editor (Users -> Profiles), edit your subscribe page, and fix the token.count. That's a major mistake on my part, and I'll work to get a new version out soon.