Richard Venable @richard ?
active 5 hours, 10 minutes ago-
Richard Venable posted on the forum topic multisite subdirectory install compatibility in the group Site Help: 4 days, 2 hours ago · View
No there isn’t any documentation right now, unfortunately.
-
Richard Venable posted on the forum topic multisite subdirectory install compatibility in the group Site Help: 4 days, 3 hours ago · View
Here’s the code in a pastebin: http://pastebin.com/r2XyAtsK
-
Richard Venable posted on the forum topic multisite subdirectory install compatibility in the group Site Help: 4 days, 3 hours ago · View
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 [...]
-
Richard Venable posted on the forum topic Biblefox spam issues in the group Biblefox Development: 6 days, 12 hours ago · View
Yeah, I hate the spam, but I’m not too excited about any of the solutions people have mentioned. Things have gotten worse lately though, so I might just do some of those. My main tactic so far has been to have a ‘favorite bible references’ field which requires an actual bible reference. It definitely blocks [...]
-
Richard Venable posted a new activity comment: 6 days, 12 hours ago · View
And they also have a mobile interface which looks nice too:
http://mobile.biblegateway.com/passage/index.php?search=%ref%&version=NKJVIn reply to - Randy posted an update in the group Biblefox Development : I was trying to add a bible translation, but I can’t understand the instructions. This is my URL: http://www.biblegateway.com/versions/New-King-James-Version-NKJV-Bible/ I guess that it needs to be modified?? with ”%ref%” or this ”%book%” I don’t understand the example, could you give me an example using my URL? I am very [...] · View -
Richard Venable posted a new activity comment: 6 days, 12 hours ago · View
Also, Bible Gateway has a print interface which looks much nicer in iframes, so I would use that. Just add ”&interface=print” to the URL, so use this URL instead:
http://www.biblegateway.com/passage/index.php?search=%ref%&version=NKJV&interface=printIn reply to - Randy posted an update in the group Biblefox Development : I was trying to add a bible translation, but I can’t understand the instructions. This is my URL: http://www.biblegateway.com/versions/New-King-James-Version-NKJV-Bible/ I guess that it needs to be modified?? with ”%ref%” or this ”%book%” I don’t understand the example, could you give me an example using my URL? I am very [...] · View -
Richard Venable posted a new activity comment: 6 days, 12 hours ago · View
Sure thing, going to that URL you mentioned you can see the table of contents, so you can just click on Genesis 1 for example and it goes to this URL:
http://www.biblegateway.com/passage/?search=Genesis+1&version=NKJVThat is the URL you want to use, just replacing Genesis+1 with %ref%, so you would use:
http://www.biblegateway.com/passage/?search=%ref%&version=NKJVIt is kind of confusing, I know.
In reply to - Randy posted an update in the group Biblefox Development : I was trying to add a bible translation, but I can’t understand the instructions. This is my URL: http://www.biblegateway.com/versions/New-King-James-Version-NKJV-Bible/ I guess that it needs to be modified?? with ”%ref%” or this ”%book%” I don’t understand the example, could you give me an example using my URL? I am very [...] · View -
Richard Venable posted on the forum topic feature request: progress reports in the group Biblefox Development: 6 days, 12 hours ago · View
So, let me try to divide this idea up into some useful template tag functions: One function (we’ll call it refs_read_by_user()) could return all the Bible references that a user has commented on or has read as part of a reading plan. Another function could take a list of Bible references and a book and [...]
-
Richard Venable posted on the forum topic feature request: printable pages in the group Biblefox Development: 6 days, 12 hours ago · View
That’s a great idea. I think what I should do is make Biblefox more like a platform in of itself so ideas like that can be easy to make on your own. So perhaps you create your own theme template for the Bible Directory. I could create a template tag function that returns the current [...]
-
Richard Venable posted on the forum topic spanish translations? in the group Biblefox Development: 6 days, 13 hours ago · View
I added a .pot file to the plugin in the latest version (0.8.3). If you someone would want to make a Spanish .mo file from that that would be great. But, translating Biblefox into Spanish is more complicated than just creating a mo file. Biblefox contains a list of abbreviations for books of the Bible [...]
-
Richard Venable posted on the forum topic BuddyPress customization in the group Biblefox Development: 3 weeks ago · View
If you add this line to your theme’s functions.php it will remove the item from the menu nav:
remove_action(‘bp_nav_items’, ‘bfox_bp_bible_directory_add_nav_item’);
You can add a link to it anywhere you want. The URL is just yourdomain.com/bible/ (ex. biblefox.com/bible/).
-
Richard Venable posted on the forum topic Plugin Conflict and error in display on site in the group Biblefox Development: 3 weeks, 3 days ago · View
Can you describe better what is going wrong with the gpress plugin? I’m not familiar with it at all. What is it supposed to do that it isn’t doing with Biblefox activated?
-
Richard Venable posted on the forum topic Plugin Conflict and error in display on site in the group Biblefox Development: 3 weeks, 3 days ago · View
The css/js needs to be cleaned up, but right now these are the main files:
biblefox-bp.css
biblefox-blog.css
scripture.css
admin.js
biblefox-blog.js
tooltips.jsBiblefox also uses the jQuery qTip plugin: jquery.qtip-1.0.0-rc3-custom.min.js
-
Richard Venable posted on the forum topic Live case example of missing scripture tags in the group Biblefox Development: 3 weeks, 3 days ago · View
So, on the page you sent me I noticed this string: “1. Judges 13:20 For it came to pass, when the flame went up toward heaven from off the altar, that the angel of the LORD ascended in the flame of the altar. And Manoah and his wife looked on , and fell on their [...]
-
Richard Venable posted on the forum topic Plugin Conflict and error in display on site in the group Biblefox Development: 3 weeks, 3 days ago · View
For some reason, your site is not loading biblefox-bp.css which it needs to adjust the width of the Bible Reader. It is hard to tell why though, because you have that WEBO Site Speedup plugin running that is crunching all the css together.
-
Richard Venable posted on the forum topic Local translations are not 'kicking in' in the group Biblefox Development: 3 weeks, 3 days ago · View
So, this is working fine on your site, the translations just need to be added manually to your translation select list: http://mydreamhost.net/wp-admin/ms-admin.php?page=bfox-ms#bible-translations I already added the KJV for you. The URLs need to look like this: http://mydreamhost.net/?bfoxp=%ref%&trans=KJV Except KJV should be changed to whatever trans the URL is for. Complicated setup, huh? Yeah, it will [...]
-
Richard Venable posted on the forum topic Plugin Conflict and error in display on site in the group Biblefox Development: 3 weeks, 3 days ago · View
Hmmm… I will have to investigate these more then when I get a chance. Are there specific error messages you are getting that can help me debug it?
The issue you are seeing for the small width of the Bible Reader was something I fixed in 0.8.2. Were you using 0.8.1 or earlier?
-
Richard Venable posted on the forum topic Need 'post-to-blog' button added in the group Biblefox Development: 3 weeks, 3 days ago · View
Yeah, those links are only on Biblefox.com, not in the plugin. They are kind of hacky actually, because WP doesn’t support passing arguments to edit.php like I use to set automatically set the tag field. Obviously, you have pointed out lots of things which might be useful for users of the plugin that I wasn’t [...]
-
Richard Venable posted on the forum topic Plugin Conflict and error in display on site in the group Biblefox Development: 3 weeks, 3 days ago · View
Were these issues only in IE? Biblefox version 0.8.3 fixes some javascript issues in IE. Could you check if it fixes these?
-
Richard Venable posted on the forum topic Multiple scripture references in the group Biblefox Development: 1 month ago · View
The first bug is because Biblefox only looks for the short dash ‘-’ and doesn’t notice the long dash ‘–’. I plan on fixing that. I don’t know what is going on in the second bug, I will have to take a closer look at that as soon as I get a chance. Thanks for [...]
- Load More