Results 51 to 60 of 153
-
10th Apr 2012, 01:40 AM #51
-
10th Apr 2012, 05:34 AM #52Member
-
10th Apr 2012, 07:44 AM #53OPMemberWebsite's:
forumflare.comTake a look at this; http://i.imgur.com/LvSas.png
This mod assumes you have an adsense account and are using Google Custom Search.
You want to make sure your results page is named something other than the vb default search.php, this leaves the vb option open to those who click "advanced search"
Open your template navbar
find
PHP Code:
<form action="search.php?do=process" method="post" id="navbar_search">
replace with the form line of the google supplied code
example:
PHP Code:
<form action="http://www.ahfb2000.com/google.php" id="cse-search-box">
find
PHP Code:
<input type="hidden" name="s" value="{vb:raw session.sessionurl}" />
<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
<input type="hidden" name="do" value="process" />
replace with the first 3 hidden input types in your google code
example:
PHP Code:
<input type="hidden" name="cx" value="partner-pub-xxxxxxxxxxxxxxxxxxxxxxx" />
<input type="hidden" name="cof" value="FORID:10" />
<input type="hidden" name="ie" value="ISO-8859-1" />
find
PHP Code:
<input type="text" value="" name="query" class="textbox" />
replace with
PHP Code:
<input type="text" value="" name="q" class="textbox" />
find
PHP Code:
<input type="image" class="searchbutton" src="{vbtylevar imgdir_button}/search.png" name="submit" onclick="document.getElementById('navbar_search').subm it;" />
replace with
PHP Code:
<input type="image" class="searchbutton" src="{vbtylevar imgdir_button}/search.png" name="sa" onclick="document.getElementById('navbar_search').subm it;" />
find
PHP Code:
</form>
add this after
PHP Code:
<script type="text/javascript" src="http://www.google.com/cse/brand?form=cse-search-box&lang=en"></script>
-
10th Apr 2012, 08:45 AM #54
-
10th Apr 2012, 09:02 AM #55OPMemberWebsite's:
forumflare.comNot seeing anything? http://easycaptures.com/fs/uploaded/501/6482916060.png
-
10th Apr 2012, 09:11 AM #56MemberWebsite's:
allskip.comWoow i was just installing VB and getting some nonsense error, and just happened to see this Free Support lol well can some one help me with this error plz.. i rechecked everything 3 times and still getting this error...
http://i2.lulzimg.com/53d4a33ac6.jpg
-
10th Apr 2012, 09:14 AM #57OPMemberWebsite's:
forumflare.comAre you sure you edited your config.php right?
That is..
// ****** DATABASE NAME ******
// ****** TABLE PREFIX ******
// ****** MASTER DATABASE USERNAME & PASSWORD ******
Usually the only things you need to edit, table prefixes aren't usually there, either, but just incase.
Seems like you didn't input a password for the db?
-
10th Apr 2012, 09:14 AM #58Banned
-
10th Apr 2012, 09:17 AM #59OPMemberWebsite's:
forumflare.com
-
10th Apr 2012, 09:30 AM #60MemberWebsite's:
allskip.com
i never used VB so i don't really know about it
Could u plz take a look at my config.php man..
http://pastebin.com/X1ZQkgpU
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[Other] XeHost.net - FREE End-User Support | FREE WHMCS | FREE WHMReseller - Take 50% off!
By XeHSean in forum ArchiveReplies: 0Last Post: 6th Jul 2011, 02:19 AM -
[Shared] HostTex - First Month Free, Reseller 50%, Free SSL, Free IP, Free End User Support
By TheMostCreative in forum ArchiveReplies: 1Last Post: 11th Jun 2011, 05:28 PM -
Exel's vBulletin Support Thread
By Exel in forum vBulletinReplies: 63Last Post: 12th Jan 2010, 11:51 AM -
vBulletin Support Thread
By Profit in forum vBulletinReplies: 6Last Post: 13th Nov 2009, 07:36 AM
themaManager - edit and manage...
Version 4.04 released. Open older version (or...