Plugin Name
| 开发者 |
ig & Nick [LINICKX] Bettison
|
| 更新时间 |
2008年5月5日 12:25 |
| PHP版本: |
2.0.9 及以上 |
| WordPress版本: |
2.0.9 |
详情介绍:
Do you have a punBB forum, do you want to drag your blog readers into your forum ? Then this plugin might just help, you can include somewhere in wordpress a list of recent punbb threads (topics) in a page, a post, and even in your theme - so your sidebar for example !
安装:
- unzip punbb_recent_topics.zip in your
/wp-content/plugins/ directory. (You'll have a new directory, with this plugin in /wp-content/plugins/punbb_recent_topics)
- Activate the plugin through the 'Plugins' menu in WordPress
- Configure the plugin, you need to tell wordpress about punbb, this is done in the wordpress menu 'Options' -> 'punBB Recent Topics'
The following Settings are required:
- The name of your punBB database (e.g punbb)
- The name of the table where topics are held (the default is punbb_topics )
- The full url of your forum for links (e.g. http://www.mydomain.com/forum)
- The number of topics to show. (If left blank you get 5)
- Hit 'Update Options"
- To output the list of topics in a page or post...
- create a new page/post, type {punbb_recent_topics} , hit 'Publish' or 'Create new page'
To output the list of topics in your theme sidebar...
- edit sidebar.php and inside
type...
<?php if (function_exists('punbb_topics')) { punbb_topics(); } ?>
more information:
http://varios2.wordpress.com/2008/04/25/punbb-recent-topics-wordpress-pluging/