vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Integration with vBulletin - Integrating Bible Super Search with vBulletin (https://vborg.vbsupport.ru/showthread.php?t=181054)

Chadi 09-10-2008 02:35 AM

Any help on this appreciated. Thanks in advance :)

Great work PG.

Praise Jesus Christ for His awesomeness, He is alive!

Holy Bible 09-10-2008 11:03 AM

Excellent mod. Installed.

Thank you for providing us this great tool for the only GOD inspired Holy Bible

PGAmerica 09-10-2008 01:06 PM

Quote:

Originally Posted by Holy Bible (Post 1618917)
Excellent mod. Installed.

Thank you for providing us this great tool for the only GOD inspired Holy Bible

It was a Godsend to me when I got my answer for this. Thank you for your kind words.

Quote:

Originally Posted by chadi (Post 1607790)
I cannot for the life of me figure out how to adjust the *default* font size/color for the standard text and output (results for searches).

I did not write the BibleSearch program and am not very good with css. However, I will have a look. No guarantees.

If there is anybody here that is good with css, maybe they can have a look. The css file he is referring to looks like this
Code:

q/* At-Rules */
@charset "iso-8859-1";

/* Bible SuperSearch
// Bible SuperSearch Version 1.0.00
// The free, open source, PHP and MySQL web-based 
// Bible Reference retrevial and search utility
//
// Copyright (C) 2006 Luke Mounsey
// www.BibleSuperSearch.com
// www.Alive-in-Christ.com
//
// bible_stylesheet.css
// This contains all Cascading Stylesheet information needed
// for Bible SuperSearch formatting and displaying Bible Verses
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License included in the file
// "license.txt" for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.

// Bible_Stylesheet.css Version 0.5
*/

/* Formatting for verses and default formatting for everythign else */
body {margin:0; text-align: left; font-family:Arial, sans-serif;}

/* Default Links */
A:link {color:navy; text-decoration:underline;}
A:visited {color:navy;}
A:active {color:navy;}

/* Help link */
A.helplink{color:lightblue;text-decoration:underline;}

/* Bible SuperSearch info */
span.info{font-size:70%;}

/* "center" shortcut */
.center{text-align:center;}

/* centers tables and divs */
.element_center{margin-left:auto; margin-right:auto;}

/* Title - appears at TOP of page, ie Bible SuperSearch */
.title {font-size:18.0pt; color:darkorange; text-align:center;}

/* BOOK LIST*/

/* Area limitation for the book list*/
div.booklist{text-align:justify; width:81%; line-height:3; margin:auto;}

/* Formatting for book link TEXT  This "span" SURROUNDS the book link*/
span.booklink{background-color:tan; padding:7; margin:5; margin-top:20; text-decoration:none;font-family:serif}

/* Formatting for book LINK */
a.book_link{text-decoration:none;}

/* Area limitation for verse list*/
p.verse, div.verse {margin-left:.5in;  margin-right:.5in}

/* Heading for Old and New Testaments for book list */
.testamentheader{font-family:Old English Gothic, Old English; text-align:center; font-size:120%}
/* VERSE DISPLAY */

/* Header reference for multiple verses or whole book */
div.passage_header{font-weight:bold;font-size:110%;text-align:center;}

/* Reference for individual verses */
span.ver_ref{font-weight:bold;}

/* Verse references for ranges, whole chapters and books */
span.ran_ref{font-weight:bold}

/* Chapter headings for full book display */
div.chapter, td.chapter{text-decoration:underline}

/* Simulates a real link for JavaScript popup "help"*/
.link{text-decoration:underline; color:navy; cursor:pointer;}

/* Highlighting for searches */
span.hl{font-weight:bold;}

/* Context Links for individual verses */

a.ct{text-decoration:none;color:black;}
a:hover.ct{text-decoration:underline overline;}

/* Styles for table (nice) formatting */
.t_text{text-align:justify;vertical-align:top;}
.t_verse{text-align:right;vertical-align:top;width:20px;font-size:70%;}
.s_verse{text-align:justify;vertical-align:top;}

/* FORMATTING BUTTONS */
a.forma{}

a.f-style{}
a:hover.f-style{}
a.visited.f-style{}

a.f-large{font-size:14pt;}
a:hover.f-large{}
a:visited.f-large{}

a.f-medium{font-size:12pt;}
a:hover.f-medium{}
a:visited.f-medium{}

a.f-small{font-size:10pt;}
a:hover.f-small{}
a:visited.f-small{}

a.f-serif{font-family:serif;}
a:hover.f-serif{}
a:visited.f-serif{}

a.f-sans{font-family:sans-serif;}
a:hover.f-sans{}
a:visited.f-sans{}

a.f-mono{font-family:monospace; font-size:13pt;}
a:hover.f-mono{}
a:visited.f-mono{}

/* FORMS */

/* General forms /*

/* Text boxes */
.text_box{}
/* Passage and search queries*/
.query{width:200; }

/* Drop-down menus */
.drop_down{}

/* NEW MATERIAL */

/* Search type drop down */
.searchtype{width:107px;}

/* Book list drop down */
.book_list{width:125px;}

/* Labels for radio buttons and check boxes */
/* (Text for search type, Whole words only */
.label{font-size:80%; font-family:Arial; color:white;}

/* Bible version (drop-down menu) */
.bible_version{width:240px}

/* Buttons */
.button{font-family:Arial, sans-serif;font-size:9pt;padding:0;margin:0;vertical-align:center;}
/* this controls various aspects of different sized buttons,
  so they all look identical */

.button_small{width:50px; padding:0;}
.button_med{width:80px;}

/* Pagination */
div.page{text-align:center;font-weight:bold; }
a:link.page{text-decoration:none;}
a:visited.page{text-decoration:none;}
a:hover.page{text-decoration:none; color:darkorange;background-color:navy;}

/* "edit this request" */
div.request, span.request{background:white; border:1px solid; border-color:darkorange;padding-left:3;padding-right:3; font-size:10pt;}
/* "edit this request" link */
a:link.request{color:black; text-decoration:none;}
a:visited.request{color:black; text-decoration:none;}
a:hover.request{color:navy; text-decoration:underline;}

/* INTERFACE SPECIFIC FORMATTING
/* These stylesheets are for the "Classic" (Alive-in-Christ.com) interface */
/* Title */
.classic_title{padding:-1;margin:0;position:relative;top:0;}

/* Outer table */
.classic_outer_table{
margin-left:auto; margin-right:auto; background-image: url('bible_images/background_classic.jpg');
background-position:ncenter;
background-repeat:no-repeat;position:absolute;
top:0; left:0; padding:0; padding-top:0; width:100%;
margin-right:0; HEIGHT:132;
}

/* Table row that contains the title */
.classic_title_row{text-align:center; spacing:0;padding:0; height:10px;}

/* Form envelope, (div, p or table cell) */
.classic_form{vertical-align:top;padding-bottom:0; spacing-bottom:0;}
/* Table cell with look up and Bible Version */
.classic_table2_lookup{vertical-align:top; text-align:right; color:white;}
/* Table cell with search and search options */
.classic_table2_search{vertical-align:top;padding-bottom:0; spacing-bottom:0;}
/* Table cell containing last search info */
.classic_table2_editsearch{padding-left:10px;}


/* remove ALL below in distribution version!!*/
div.homelink {text-align:center;}

A:link.homelink {color:navy;}
A:visited.homelink {color:navy;}
A:active.homelink {color:navy;}

div.introverse {color:#003300;  font-weight:bold;}
span.header, div.header {color: #ff6600; font-size: 10.0pt; font-weight: bold}

.product_header, p.product_name{color:red; text-align:center; font-size:200%;}
p.product_description{margin-left:auto; margin-right:auto; width:700;color:darkred;}

div.download{margin-left:auto; margin-right:auto; width:600; text-align:justify; background-color:lightgreen;padding:5px;}
span.download_title{font-weight:bold;}
.faq{margin-left:50; margin-right:50;}
.welcome{margin:15; margin-left:50; margin-right:50; text-align:justify;}
td.index{vertical-align:top; padding:5;}
.article{margin-left:45; margin-right:45;}


gibby540 09-29-2008 12:50 AM

Very nice! *installed*

www.lampstandstudy.com

How do you change the background color of the search page?

Pixel-Peeps 09-29-2008 01:01 AM

Good work be useful but my forum probably wouldn't need this.

PGAmerica 09-29-2008 01:27 PM

Quote:

Originally Posted by gibby540 (Post 1632684)
How do you change the background color of the search page?

I do not rightly know. However, in the "BibleSuperSearch" folder there is an "interface" folder. In there you will find a css file for the interface you have chosen. Maybe that will help.

gibby540 09-29-2008 02:32 PM

OK, thanks.

basketmen 10-16-2008 05:53 PM

argh guys i still cannot install biblesupersearch.com software, because my hostname is mysql.mydomain.com and not localhost



i get this error when i want to installing http://www.domain.com/bible/BibleSup...le_install.php

Warning: mysql_connect() [function.mysql-connect]: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /home/.juice/basketmen/domain.com/bible/BibleSuperSearch/bible_mysql.php on line 68
Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)




i had try change localhost to mysql.mydomain.com bible_mysql.php, bible_inst_login.php and bible_inst_manager.php, but still not solve the problem, its still says cannot connect to the mysql host



please help guys what i miss or i need to change, i had read the instruction careful but still no luck

PGAmerica 10-16-2008 07:54 PM

[quote=basketmen;1646556]argh guys i still cannot install biblesupersearch.com software, because my hostname is mysql.mydomain.com and not localhost.

Quote:

Originally Posted by basketmen (Post 1646556)
i get this error when i want to installing http://www.domain.com/bible/BibleSup...le_install.php

Warning: mysql_connect() [function.mysql-connect]: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /home/.juice/basketmen/domain.com/bible/BibleSuperSearch/bible_mysql.php on line 68
Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)

i had try change localhost to mysql.mydomain.com bible_mysql.php, bible_inst_login.php and bible_inst_manager.php, but still not solve the problem, its still says cannot connect to the mysql host

please help guys what i miss or i need to change, i had read the instruction careful but still no luck

Mine is not localhost either. The installation is supposed to overwrite your bible_login.php file with a new one, therefore prompting you for your database info.

You can try renaming bible_login_demo.php to bible_login.php, edit the file and put in the following information.

<?php
// Enter your MySQL login information below
$host="Put Your DB Address Here";
$user="Put Your DB Username Here";
$password="Put Your DB Password Here";
$db="Put Your DB Name Here";
?>

If that does not work, I can poke at it for you. You would need to pm me the pertinent info tho. (FTP, DB, ACP, etc).

basketmen 10-17-2008 06:22 AM

[QUOTE=PGAmerica;1646649]
Quote:

Originally Posted by basketmen (Post 1646556)
argh guys i still cannot install biblesupersearch.com software, because my hostname is mysql.mydomain.com and not localhost.



Mine is not localhost either. The installation is supposed to overwrite your bible_login.php file with a new one, therefore prompting you for your database info.

You can try renaming bible_login_demo.php to bible_login.php, edit the file and put in the following information.

<?php
// Enter your MySQL login information below
$host="Put Your DB Address Here";
$user="Put Your DB Username Here";
$password="Put Your DB Password Here";
$db="Put Your DB Name Here";
?>

If that does not work, I can poke at it for you. You would need to pm me the pertinent info tho. (FTP, DB, ACP, etc).

thank you, it works now using that methode

gbu


All times are GMT. The time now is 11:55 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01721 seconds
  • Memory Usage 1,784KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete