이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

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!

스크린샷

설치

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/

FAQ

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