Group Admins

  • Avatar Image

Site Help

Public Group active 1 day, 15 hours ago

For support using Biblefox.com

multisite subdirectory install compatibility (6 posts)

← Group Forum   Group Forum Directory
  • Avatar Image Jomy Muttathil said 1 year, 5 months ago:

    Hi Richard.
    Very cool plugin/site you have here.
    I am trying to incorporate the Biblefox plugin into my site(s).
    The problem I am having is that the /bible directory doesn’t show up.
    I am wondering if this feature is incompatible with a multisite subdirectory install?

    I am using a multisite subdirectory install…
    http://cciog.com/ –main church site
    http://cciog.com/thewordtoliveby/ –bible teaching ministry
    http://cciog.com/cckids/ –”open source” sunday school curriculum

    I am interested in incorporating BibleFox into the two subdomains separately.
    http://cciog.com/thewordtoliveby/bible/
    http://cciog.com/cckids/bible/

  • Avatar Image Jomy Muttathil said 1 year, 5 months ago:

    sorry I realized this is the wrong place to post this.

  • Avatar Image Richard Venable said 1 year, 5 months ago:

    Are you using BuddyPress? The Bible directory requires BuddyPress to be installed and active, because it is really just the BuddyPress Activities directory. The only difference is that it filters activities based on a Bible reference and shows the passage in an iframe at the top.

    You can, however, make a makeshift Bible directory out of the search page. Add this to your theme’s search.php and it will display a Bible passage iframe when the user searches for a Bible reference:

    bfox_ref)): ?>
    bfox_ref) ?>

    select_options() ?>

    <iframe class="bfox-iframe bfox-passage-iframe" src="url() ?>”>

  • Avatar Image Jomy Muttathil said 1 year, 5 months ago:

    I did not realize that required buddypress.
    Is there a documentation/wiki I should be aware of?
    Thanks for the quick reply.

  • Avatar Image Richard Venable said 1 year, 5 months ago:

    Here’s the code in a pastebin: http://pastebin.com/r2XyAtsK

  • Avatar Image Richard Venable said 1 year, 5 months ago:

    No there isn’t any documentation right now, unfortunately.