View Full Version : vBulletin 4 Request - vBulletin 4.xx Bible
justasiam
05-04-2016, 04:36 AM
Looking for a Bible mod that is the full Bible. Either a free bible that I host on my site or maybe a mod that searches biblegateway.com and returns the results back to my site.
Ideas?
ForceHSS
05-04-2016, 07:21 AM
Not sure if this will help
http://www.kingjamesbibleonline.org/Add-Bible-to-Your-Website.php
justasiam
05-04-2016, 10:01 PM
I appreciate the link, but this does not appear to work with vbulletin well.
justasiam
05-21-2016, 01:49 PM
This may not be a full online bible, but it works for me.
Check out https://reftagger.com
Just put the code in the footer template, and it puts a bible verse popup on ev ery bible verse in the post. You can even choose the bible version.
MarkFL
05-21-2016, 02:19 PM
This may not be a full online bible, but it works for me.
Check out https://reftagger.com
Just put the code in the footer template, and it puts a bible verse popup on ev ery bible verse in the post. You can even choose the bible version.
Yes, that's a neat script. :)
I've been planning to publish a mod that allows your users to choose which Bible version they prefer, and for you to decide which PHP scripts to exclude so it's only loaded where you want.
justasiam
05-21-2016, 05:53 PM
I've been planning to publish a mod that allows your users to choose which Bible version they prefer, and for you to decide which PHP scripts to exclude so it's only loaded where you want.
That would be SWEET. Let me know when you do this and I will remove this one.
This one is nice, but it has a shortcoming. If somebody puts a book and chanpter in their post without a verse number, it does not link it up. Also, if the verse posted contains too much text, it only displays part of it and links to the web for more.
I would love it if the "more" link would just expand the popup to show the rest.
MarkFL
05-21-2016, 06:38 PM
That would be SWEET. Let me know when you do this and I will remove this one.
This one is nice, but it has a shortcoming. If somebody puts a book and chanpter in their post without a verse number, it does not link it up. Also, if the verse posted contains too much text, it only displays part of it and links to the web for more.
I would love it if the "more" link would just expand the popup to show the rest.
You can get it to tag chapters by using something like this in your added script:
settings: {
bibleVersion: "KJV",
roundCorners: true,
tagChapters: true
}
When you add the line:
tagChapters: true
make sure to add a comma to the end of the setting above it.
Now as far as adjusting the length of the text shown in the tooltip popup, I don't see any way to alter that, unfortunately. :(
justasiam
05-21-2016, 06:53 PM
Wow! I did not see a customization option. Now the only problem I have is when there is a lot of text in the verse. It needs to do a scrolling window rather than linking to another site.
Thank you.
MarkFL
05-21-2016, 06:59 PM
You can also tag verse ranges such as:
Genesis 1:1-3
:)
justasiam
05-21-2016, 07:02 PM
Yes, I see that. You can see how I am using it at http://www.hidingplace.com/forums/content.php?186-Hebrew-Names-of-God-Used-in-the-Bible
MarkFL
05-21-2016, 07:07 PM
I'm thinking the best I might be able to do is alter the "More" link such that instead of opening a new tab, it opens a popup instead. I am thinking the amount of text retrieved is determined entirely on refTagger's end.
justasiam
05-21-2016, 07:09 PM
Yes, I understand. Honestly, if this is my only issue, I am doing pretty good. I am thankful that this is even available for my site. It is a HUGE blessing to me.
MarkFL
05-23-2016, 09:20 PM
Okay, I have attached a preliminary product for you to test.
Upon installing the product, a user profile field is created that will show up in a user's control panel under "General Settings" that will allow them to choose their preferred version. If they don't choose, then the version you have defined in your script will be used.
https://vborg.vbsupport.ru/attachment.php?attachmentid=155043&stc=1&d=1464045526
Once you import it, grab your script from the "footer template, and move it to the "refTagger Script" setting, and enable the product and enter the scripts you wish to exclude...I recommend at least the following:
index, forumdisplay, online, memberlist, showgroups
Then save the settings.
https://vborg.vbsupport.ru/attachment.php?attachmentid=155044&stc=1&d=1464045526
If you have any issues, or suggestions for improvement, please let me know. :)
MarkFL
05-25-2016, 02:33 PM
I uploaded a more robust version of this here:
refTagger For vBulletin (https://vborg.vbsupport.ru/showthread.php?t=322723)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.