Description
This plugin allows your users to configure a reminder to be sent to them if they haven’t posted in the last n days.
You configure the reminder on your Profile page (or the profile of another user if you have than capability)
It is in the Personal Options section and called Blogminder Threshold
Installation
- Upload to your plugins folder, usually
wp-content/plugins/
- Activate the plugin on the plugin screen.
- Configure your reminder setting on your profile page.
FAQ
How often does the plugin check
The plugin checks all users on a twice daily basis using the WordPress cron system.
How often does the plugin send reminders
At the moment the plugin will send a reminder every 12 hours once you have gone over your configured reminder level.
How can I customise the plugin for my site
To customise the plugin for your site then you can filter some of the settings by creating another plugin. If you want to change the maximum threshold value to allow shorter or longer reminder periods then use the ‘pjw_blogminder_maximum_threshold’ filter.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“PJW Blogminder” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “PJW Blogminder” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.92
- Fixed a glaring bug which meant it sent an email every day with WordPress 3.0 or newer.
0.91
- Added filter ‘pjw_blogminder_maximum_threshold’ to allow site customisation plugin to filter maximum threshold value.
0.90
- Initial Release