Linux 软件免费装
Banner图

PowerPress Posts From MySQL addon

开发者 machouinard
blubrry
更新时间 2016年6月15日 04:39
PHP版本: 3.0 及以上
WordPress版本: 4.5.2
版权: GPLv2 or later
版权网址: 版权信息

标签

database sql podcast mysql db podcasting powerpress

下载

0.9 0.9.1 0.9.10 0.9.2 0.9.2a 0.9.4 0.9.75 0.9.9a trunk

详情介绍:

By populating a MySQL database table with all the information about the podcasts you can automatically create the posts needed for podcasting with the Blubrry PowerPress plugin. This will allow you to post as draft or published and switch between the two as well as delete posts. Probably not useful to actual Podcasters, but it works for what I needed. Information required from the database: Also field names from the database which will be used for the following: Your categories need to be setup prior to using this. Example database table for importing from You may use the following database table as an example template for your database. CREATE TABLE episodes ( episode_id int(11) NOT NULL, episode_title varchar(255) NOT NULL, episode_category varchar(255) NOT NULL, episode_body text NOT NULL, episode_image_url varchar(4000) NOT NULL, episode_url varchar(4000) NOT NULL, episode_length int(11) NOT NULL, episode_content_type varchar(20) NOT NULL, episode_date date NOT NULL, PRIMARY KEY (episode_id) ) DEFAULT CHARSET=utf8; Note: You must have at least one record in the database table before you can enter the database column fields in this plugin.

安装:

This section describes how to install the plugin and get it working. (make sure you have created the category in your blog before running or all the podcasts will be uncategorized)
  1. Upload the folder containing pfd.php and process.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the Plugins menu in WordPress
  3. Configure your database settings in Post From MySQL under the Tools menu in the Dashboard and click Save Changes
  4. After you've saved your settings and a connection is made, the total number of records will be displayed.
NOTE! For this plugin to work correctly, it requires the MySQL table to use a primary key. * see How should I set up the database table?in the FAQ for more information.

升级注意事项:

0.9.9a Renamed files per standards. Cleaned up code, removed comments. 0.9.9 Improved image handling using media_handle_sideload

更新日志:

0.9.10 v 0.9.8 v 0.9.4 v 0.9.2 v 0.9.1