Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Google in quick search with forum style Details »»
Google in quick search with forum style
Version: 1.00, by MadKad MadKad is offline
Developer Last Online: Dec 2012 Show Printable Version Email this Page

Version: 3.6.8 Rating:
Released: 10-13-2006 Last Update: Never Installs: 49
Template Edits
 
No support by the author.

This mod can all be explained easy by looking at the screen shot or trying it at our forum here

This mod is easy to install just read the text file and away you go. files included:

2 txt files

Files are:

1 READ ME FIRST.txt
1 code and install.txt

Edits, just one template = navbar

Remeber to click install, thank you

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 11-11-2006, 09:42 PM
Infizzle Infizzle is offline
 
Join Date: Nov 2006
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I like this install, but I was wondering if you could help me figure out how to use the google coop search instead of the google custom...? I have fiddled around with it, but am still learning and have been unable to substitute. Thanks.
Reply With Quote
  #23  
Old 11-11-2006, 11:27 PM
Infizzle Infizzle is offline
 
Join Date: Nov 2006
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Infizzle
I like this install, but I was wondering if you could help me figure out how to use the google coop search instead of the google custom...? I have fiddled around with it, but am still learning and have been unable to substitute. Thanks.
Nevermind. I figured it out. Thanks.
Reply With Quote
  #24  
Old 11-19-2006, 10:44 PM
SparKeh SparKeh is offline
 
Join Date: May 2004
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RYoBiOS View Post
I don't find
$vbphrase[show_posts]</label>
:surprised:
I can't find anything like this on mine either
Reply With Quote
  #25  
Old 11-19-2006, 11:41 PM
transitbus transitbus is offline
 
Join Date: Aug 2006
Location: California
Posts: 97
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ignore this post
Reply With Quote
  #26  
Old 11-19-2006, 11:43 PM
transitbus transitbus is offline
 
Join Date: Aug 2006
Location: California
Posts: 97
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SparKeh View Post
I can't find anything like this on mine either

Make sure when you search that there is no space after </label>
Reply With Quote
  #27  
Old 01-01-2007, 09:50 PM
MadKad's Avatar
MadKad MadKad is offline
 
Join Date: Mar 2006
Location: UK
Posts: 208
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have found that I get some nice clicks from this, am I the only one or does any one else get the same?
Reply With Quote
  #28  
Old 01-08-2007, 06:22 PM
BigJimTheLug BigJimTheLug is offline
 
Join Date: Nov 2006
Posts: 354
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey, I installed this and now my "Go" button does not work.

The google search works fine and so does advanced search, but "Go" button is a not working.

I too have received a nice amount of clicks through this, but feel that I could get more if my "go" button worked.

Where can I look or what can I find to know why my "go" button does not work?
Reply With Quote
  #29  
Old 01-09-2007, 08:56 AM
MadKad's Avatar
MadKad MadKad is offline
 
Join Date: Mar 2006
Location: UK
Posts: 208
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MARKETPROFITS View Post
Hey, I installed this and now my "Go" button does not work.

The google search works fine and so does advanced search, but "Go" button is a not working.

I too have received a nice amount of clicks through this, but feel that I could get more if my "go" button worked.

Where can I look or what can I find to know why my "go" button does not work?
you need to past the code from the template, one of the values must have been messed up by mistake
Reply With Quote
  #30  
Old 01-10-2007, 10:02 AM
jw00dy's Avatar
jw00dy jw00dy is offline
 
Join Date: Dec 2004
Location: Utah
Posts: 250
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

EXCELLENT Mod! I've got this implemented, and it's working great.

Just a couple of pointers for those of you wanting the code to use the same fonts/size as the default forum uses.

Pre-Change
Changed

Change this line to Search Google
Code:
<td class="thead">Google Search</td>
Changed
Code:
<td class="thead">Search Google</td>
Make this line so it is one big long line with no spaces or carriage returns after a > or before a <, then add class="bginput" to the beginning of the first input line, and change "Google Search" to "Go", and change size="31" to size="25"

Original line
Code:
<input type="text" name="q" size="31" maxlength="255" value=""></input>
<input type="submit" name="sa" value="Google Search"></input>
This is how you want it to look
Code:
<input class="bginput" type="text" name="q" size="25" maxlength="255" value=""></input><input class="button" type="submit" name="sa" value="Go"></input>
Now replace the RED in the following two lines with <span class="vbmenu_option">YOUR DOMAIN</span> (make sure you don't leave YOUR DOMAIN in their, put in your real servers domain name). I also removed any spaces before < and after > and no carriage returns.

Line 1
Code:
<input type="radio" name="sitesearch" value="" checked="checked"></input>
<font size="-1" color="#000000">Web</font>
Line 2
Code:
<input type="radio" name="sitesearch" value="YOUR DOMAIN"></input>
<font size="-1" color="#000000">YOUR DOMAIN</font>
When you are done it should look like this:

Line 1
Code:
<input type="radio" name="sitesearch" value="" checked="checked"></input><span class="vbmenu_option">Web</span>
Line 2
Code:
<input type="radio" name="sitesearch" value="YOUR DOMAIN"></input><span class="vbmenu_option">YOUR DOMAIN</span>
Hope that helps someone.
Reply With Quote
  #31  
Old 01-10-2007, 12:53 PM
MadKad's Avatar
MadKad MadKad is offline
 
Join Date: Mar 2006
Location: UK
Posts: 208
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice post thank you
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:20 PM.


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.11483 seconds
  • Memory Usage 2,315KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (8)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete