jenni @jennilafferty ?
active 1 year, 7 months ago-
Richard Venable posted on the forum topic Page not found in the group
Site Help: 4 months, 1 week ago · ViewThe plugin should work, but the Bible directory won’t have the bible text on it, atm. I will upload a new zip file with that fix this weekend.
-
Richard Venable posted on the forum topic Latest files from Github in the group
Site Help: 4 months, 1 week ago · ViewYou should also make sure you update your permalinks (just go to the permalink settings page and hit save), so that the new custom post type permalink structure becomes available.
-
Richard Venable posted on the forum topic Latest files from Github in the group
Site Help: 4 months, 1 week ago · ViewThe old Bible Directory (which required BP, btw) is now replaced with an Archive page for the ‘bible-tool’ custom post type (which doesn’t require BP). The slug is currently set to be ‘bible-tools’, although I will probably change it by default to just be ‘bible’. But for now you should be able to access it [...]
-
Richard Venable posted on the forum topic Page not found in the group
Site Help: 4 months, 1 week ago · ViewBTW, the reading plans in version 1.0 are implemented differently. On this site, they are BP-based, but in the version 1.0, they are custom post types, and are managed as part of a blog, rather than a BP Group.
-
Richard Venable posted on the forum topic Page not found in the group
Site Help: 4 months, 1 week ago · ViewYou can test out reading plans on version 1.0-beta1, which you can download here: https://github.com/downloads/rvenable/biblefox-wp/biblefox-for-wordpress-1.0-beta1.zip
-
Richard Venable posted on the forum topic Latest files from Github in the group
Site Help: 4 months, 1 week ago · ViewSorry about that, bear with me, I’ve been overhauling a lot of things in the plugin. I had worked on quite a few new things back in late November, then got busy with other projects and never pushed them to git hub. I just pushed them now, and you can give that a try. I [...]
-
Richard Venable posted on the forum topic Page not found in the group
Site Help: 5 months, 2 weeks ago · ViewSorry about the problems you’ve been having. I’ve been busy working on a brand new version for a while. It is nearing completion and should be available by the end of the month. It has many new features, and supports the latest versions of BuddyPress and WordPress.
-
Richard Venable posted on the forum topic Wordpress Compatibility in the group
Site Help: 7 months, 2 weeks ago · ViewHow is the Bible directory not functioning?
In the new version, the Bible directory has been replaced with an Archive page for the Bible Tool (ie. Translations) custom post type, so it will work even without BuddyPress.
-
Richard Venable posted on the forum topic Being "Born Again" in the Old Testament in the group
Bible Discussion: 7 months, 2 weeks ago · ViewThis was written a long time ago, so I don’t really remember what I was thinking. I wasn’t really saying anything about whether being born of/filled with the Spirit were the same thing or not. Just wondering why Jesus was so shocked at Nicodemus not knowing about the Holy Spirit. I wouldn’t have known either! [...]
-
Richard Venable posted on the forum topic Wordpress Compatibility in the group
Site Help: 7 months, 2 weeks ago · ViewThese are known issues, but I haven’t released a new version in over a year. I had to put down development of the plugin for a while, but I have recently begun working on it again. You can follow the development over on github: https://github.com/rvenable/biblefox-wp In a few days I asking people to test out [...]
-
Hannah Venable posted an update in the group
Treehouse Homegroup: 11 months, 4 weeks ago · View
Obedience Better Than Sacrifice – 1 Sam 15:22
http://www.spurgeongems.org/vols10-12/chs686.pdfWho are the elect? – 1 Sam 16:12
http://www.spurgeongems.org/vols10-12/chs638.pdf -
Richard Venable posted on the forum topic Scripture Refs not opening in IFRAMES in the group
Site Help: 12 months ago · ViewI’ve fixed this, would you mind verifying the fix on your site before I update the plugin?
Just add a var declaration to the top of biblefox-for-wordpress/includes/js/biblefox-blog.js:
var bfox_blog_iframe_select_change;
You can see the change here: https://github.com/rvenable/biblefox-wp/commit/e1f4b2f5425784a16dbff142f0e9dc0cb912eb8f
-
Hannah Venable posted an update in the group
Treehouse Homegroup: 1 year ago · View
Thanks for the great discussion last night. I was reading 2 Corinthians this morning and these verses struck me.
10 He has delivered us from such a deadly peril, and he will deliver us again. On him we have set our hope that he will continue to deliver us, 11 as you help us by your prayers. Then many will give thanks on our behalf for the gracious favor granted us in answer to the prayers of many. (2 Cor 1:10-11)
It is interesting how their prayers will HELP the Lord deliver them. Of course, the Lord is able to deliver us without prayers and yet, it seems that He desires to use our prayers of intercession to deliver others. And I love the next sentence too: the result of intercessory prayer is more people giving thanks to God. Intercessory prayer brings God greater glory.
-
Hannah Venable posted an update in the group
Treehouse Homegroup: 1 year ago · View
Spurgeon does not have any sermons on 1 Samuel 13 or 1 Samuel 14. But the sermon on 1 Sam 12 on Intercesssion is fantastic. If you didn’t get a chance to read it for last time, I would highly recommend it. Hopefully, we can talk about it some tonight.
Samuel: An Example of Intercession (1 Sam 12:23)
http://www.spurgeongems.org/vols25-27/chs1537.pdf -
Hannah Venable posted an update in the group
Treehouse Homegroup: 1 year ago · View
FYI, the sermon Harvest Time by Spurgeon has nothing to do with 1 Sam 12 except the connection to harvest. But there is the exposition at the end.
-
Hannah Venable posted an update in the group
Treehouse Homegroup: 1 year ago · View
Also, there is an exposition of Psalm 120 at the end of Spurgeon’s Sermon, ”Hiding Among the Stuff” and there is an exposition of 1 Samuel 12 at the end of Spurgeon’s Sermon, ”Harvest Time.”
-
Richard Venable posted on the forum topic Scripture Refs not opening in IFRAMES in the group
Site Help: 1 year ago · ViewHmm… I’m going to look into this more in a few days. I did notice that Biblefox.com DOES work in Firefox 4, even though I verified that yours is not working. Your site does work in Safari. I don’t know why Biblefox.com would work, but not yours, but I will look into it soon.
-
Richard Venable posted on the forum topic Parsing Verses in the group
Site Help: 1 year ago · ViewYeah, this is something I plan to support soon. I think you can get it working real quick by making the following changes to parser.php: In function regex(): Update the regex strings for detecting the references:
if ($this->forward) $this->_regex = "/\b($book_regex)\b(\.?\s$space_star\d(*\d)*)$cv_question/i"; else $this->_regex = "/((\d*)*\d\s$space_star\.?)$cv_question\b($book_regex)\b/i";To include \. in the part:if ($this->forward) $this->_regex = [...] -
Hannah Venable posted an update in the group
Treehouse Homegroup: 1 year ago · View
There are three sermons of Spurgeon’s between 1 Samuel 10-13. Here they are:
Hiding Among the Stuff (1 Sam 10:22-23)
http://www.spurgeongems.org/vols58-60/chs3322.pdfHarvest Time (1 Sam 12:17) (This is the first sermon of Spurgeon to be printed.)
http://www.spurgeongems.org/vols49-51/chs2896.pdf
OR http://www.spurgeon.org/sermons/2896.htmSamuel: An Example of Intercession (1 Sam 12:23)
http://www.spurgeongems.org/vols25-27/chs1537.pdf -
Richard Venable posted on the forum topic Scripture Refs not opening in IFRAMES in the group
Site Help: 1 year ago · ViewHmmm… I haven’t heard of anyone having that issue before. Maybe you could give me more details on your configuration (WP version, PHP version), so I can try to figure it out. I’m not going to be able to really get to it for a while, because I am in Hawaii for the next 2 [...]
- Load More