该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Biblefox for WordPress

描述

Turns your WordPress site into an online Bible study tool. Creates a Bible index for your WordPress site, allowing your users to easily search your blog posts (or BuddyPress activities, when using BuddyPress) for any Bible reference. Use it for WordPress sites that involve a lot of discussion of the Bible.

For instance, if a user searches your site for ‘Genesis 2’, they will find posts that not only contain the string ‘Genesis 2’, but also other equivalent strings like ‘Gen 2’, or other references that intersect Genesis 2 like ‘Gen 1-3’.

A Bible Directory page is also added to sites using BuddyPress. This directory allows users to read any Bible passage and view all of the activities that reference that passage. Your Bible Directory has the url: http://yoursite.com/bible/

Other Features:
* Bible references automatically become links with a tooltip that gives quick access to the Scripture
* Adds a post meta box that displays the Bible text while writing a blog post

Try Biblefox.com

Biblefox for WordPress was developed for a new online community: Biblefox.com. Biblefox is designed to use great open source tools like WordPress and BuddyPress to help people engage deeply with the Bible in online community. If you are interested, feel free to create an account at Biblefox.com and study the Bible with us!

屏幕截图

  • Bible Index - Notice the 'Bible References' column. Biblefox indexes all of your blog posts by the Bible references they contain.
  • Bible Directory - For BuddyPress sites, a Bible Directory is added that displays the Bible text, followed by an activity stream for that Bible reference.
  • Tooltips - Bible references automatically become links with a tooltip that gives quick access to the Scripture.
  • Bible Post Meta Box - Biblefox adds a post meta box that displays the Bible text while writing a blog post.

安装

You can download and install Biblefox using the built in WordPress plugin installer. If you download Biblefox manually, make sure it is uploaded to “/wp-content/plugins/”.

Activate Biblefox in the “Plugins” admin panel using the “Activate” link.

You will need to refresh your Bible index in the Biblefox setting page. This updates the Bible index for all of your current posts. While Biblefox is active, new posts will automatically be indexed.

For BuddyPress sites, you should also add support to your menus for the Bible Directory by adding a link. Your Bible Directory has the url: http://yoursite.com/bible/

常见问题

Where can I get support?

The support forums can be found here: http://dev.biblefox.com/forums/

Does Biblefox install any database tables?

Yes. Biblefox creates tables for storing the Bible references in each post. For a blog, the table is usually ‘wp_posts_bfox_refs’ (ie. “{$wpdb->posts}_bfox_refs”) and for BuddyPress activities it is ‘wp_bp_activity_bfox_refs’. These tables have a column for a post_id, and 2 columns to store the start and end verses for any Bible reference in the post.

评价

此插件暂无评价。

贡献者及开发者

“Biblefox for WordPress” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“Biblefox for WordPress”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

0.8.3

  • Fixed JavaScript errors in IE
  • Fixed some issues with saving Biblefox options on single site installations

0.8.2

  • Fixed hardcoded plugin URL from ‘biblefox’ to ‘biblefox-for-wordpress’

0.8.1

  • Fixed BuddyPress setting page and Activity refresh

0.8

  • Initial release