Biblefox Development
Public Group active 10 months, 2 weeks agoDeveloping the site and various WordPress plugins.
-
Randy posted on the forum topic Coding a new Bible version in the group
Biblefox Development: 10 months, 2 weeks ago · View@richard Hi I am just learning how buddypress works and I am struggling to get notifications working on our site and I discovered the “at sign” tool.
So I thought I would bump my question with it
) -
Randy started the forum topic Coding a new Bible version in the group
Biblefox Development: 10 months, 3 weeks ago · ViewI see that you have 5 Bible versions that originate from Biblefox.com. I have added 2 versions from BibleGateway but, I would like to add a version to our site that no one has online yet, I just have it in PDF. Would it be possible for me to create my own version? I’m assuming [...]
-
mehndirao6 started the forum topic BUddypress- Remove Any Thoughts to Share from the Bible page in the group
Biblefox Development: 11 months ago · ViewHey!
I love Biblefox.. I am using it with buddypress!
I have a question.
My client would like to remove the any thoughts to share section which is under the bible.
How can I do this?!
Thanks so much for this tool! -
mehndirao6 started the forum topic BUddypress- Remove Any Thoughts to Share from the Bible page in the group
Biblefox Development: 11 months ago · ViewHey!
I love Biblefox.. I am using it with buddypress!
I have a question.
My client would like to remove the any thoughts to share section which is under the bible.
How can I do this?!
Thanks so much for this tool! -
mehndirao6 started the forum topic BUddypress- Remove Any Thoughts to Share from the Bible page in the group
Biblefox Development: 11 months ago · ViewHey!
I love Biblefox.. I am using it with buddypress!
I have a question.
My client would like to remove the any thoughts to share section which is under the bible.
How can I do this?!
Thanks so much for this tool! -
Richard Venable posted on the forum topic Our Church Site
in the group
Biblefox Development: 11 months, 3 weeks ago · ViewGreat to hear! The site looks good – good job! Let me know if you have any suggestions for future features you’d like to see in the plugin.
-
Andrew Tegenkamp started the forum topic Our Church Site
in the group
Biblefox Development: 11 months, 3 weeks ago · ViewHey Richard (and others),
We launched our church’s new site at http://northstarfamily.org/ a couple weeks ago and Biblefox is working great on it! We are going to use Buddypress at http://connections.northstarfamily.org/ starting soon as well, and everything is working great so far!
Thanks so much for all your help and such a wonderful plugin!
Andrew -
mehndirao6 joined the group
Biblefox Development 1 year, 1 month ago · View -
mehndirao6 posted on the forum topic Does the plugin include the Bible search and reading plans addons? in the group
Biblefox Development: 1 year, 1 month ago · ViewHey. !
I’m also looking for how to schedule the reading plan !
Any updates?I’d love to have this functionality!
Really make things simple for my site!
g -
Andrew Tegenkamp posted on the forum topic My Groups Dropdown in the group
Biblefox Development: 1 year, 3 months ago · ViewCool, that works great (as usual with your stuff!) … I was using bp_has_groups() from http://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-groups-loop/ instead of groups_get_groups and apparently bp_has_groups() just holds the group’s data once you are inside a group’s page. Thanks again
-
Richard Venable posted on the forum topic My Groups Dropdown in the group
Biblefox Development: 1 year, 3 months ago · ViewI just copied the BuddyPress function for the ‘My Blogs’ dropdown, bp_adminbar_blogs_menu(), and modified it for groups. I pasted my function here for you: http://pastebin.com/h3MMCyqZ
-
Andrew Tegenkamp started the forum topic My Groups Dropdown in the group
Biblefox Development: 1 year, 3 months ago · ViewSorry to bother you on this, but I was wondering where you got the “My Groups” dropdown code for the top admin bar. It is pretty handy and I was playing around with putting it into my main navigation and thought I had it working, but when I’m on a group page, it only lists [...]
-
Richard Venable posted on the forum topic BibleFox.com Menu in the group
Biblefox Development: 1 year, 4 months ago · ViewI’m glad it worked for you!
-
Andrew Tegenkamp posted on the forum topic BibleFox.com Menu in the group
Biblefox Development: 1 year, 4 months ago · ViewThanks. That worked great. I was looking at that and had figured out the pieces besides the CSS but wasn’t quite sure whether I could go straight CSS or needed some javascript. It works great and I love not having to get into Suckerfish or other menu systems to do that! It would be cool [...]
-
Richard Venable posted on the forum topic BibleFox.com Menu in the group
Biblefox Development: 1 year, 4 months ago · ViewI used the WP 3.0 menu system. I just replaced the menu code in the header template with this php code: wp_nav_menu( array( ‘container’ => false, ‘menu_id’ => ‘nav’, ‘menu_class’ => ”, ‘theme_location’ => ‘primary’ ) ); I had to add some CSS to my style.css though. I pasted the CSS here for you: http://pastebin.com/ge4QXH3m [...]
-
Andrew Tegenkamp started the forum topic BibleFox.com Menu in the group
Biblefox Development: 1 year, 4 months ago · ViewI really like the way you did the menus for this and put everything under Community. May I pick your brain a little on how you did that? I wasn’t sure if you just updated your template files or if you used the WP Menu system. Thanks for any tips!
Andrew -
Andrew Tegenkamp joined the group
Biblefox Development 1 year, 4 months ago · View -
Third Note Administrator posted an update in the group
Biblefox Development: 1 year, 4 months ago · ViewA little help please, getting error trying to install biblefox on new site. I have disabled all plugins but buddypress and still getting fatal error on install:
Parse error: syntax error, unexpected T_STRING, expecting ’)’ in /nfs/c07/h04/mnt/108695/domains/notgod.org/html/wp-content/plugins/biblefox-for-wordpress/biblefox-for-wordpress.php on line 56
Hmm… That syntax error doesn’t occur for me. What does your line 56 look like in that file?
Line 56 should look like this:
if (!isset($_bfox_active_ref)) $_bfox_active_ref = new BfoxRef;Whoops, 56 should look like this:
function bfox_active_ref(BfoxRef $ref = null) {
Also, what version of PHP are you running?
I’m pretty sure the syntax I’m using on that line is only available in PHP 5 or greater. You should upgrade to PHP 5 if you haven’t already, because even WordPress is going to stop supporting PHP 4 soon with version 3.2. See here for some helpful info: http://codex.wordpress.org/Switching_to_PHP5
Hehe… that funny, Biblefox thinks PHP 4 means Philippians 4.
Never mind – php 4 instead of 5
-
Third Note Administrator joined the group
Biblefox Development 1 year, 4 months ago · View -
Jomy Muttathil started the forum topic multisite subdirectory install compatibility in the group
Biblefox Development: 1 year, 5 months ago · ViewHi 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 [...]
- Load More