![]() |
|
#2
|
||||
|
||||
|
Nice
|
|
#3
|
||||
|
||||
|
Looks good!! This might be something I can use.
|
|
#4
|
|||
|
|||
|
Very handy cLord
Thanks |
|
#5
|
|||
|
|||
|
cool addon
thanks |
|
#6
|
|||
|
|||
|
Nice one - added
|
|
#7
|
|||
|
|||
|
could someone be kind enough to make a google image for a dark background ? please
|
|
#8
|
|||
|
|||
|
Quote:
<img src="http://www.google.com/logos/Logo_40wht.gif" to this: <img src="http://www.google.com/logos/Logo_40blk.gif" Here is a list of all of Google's official logos: http://www.google.com/stickers.html |
|
#9
|
|||
|
|||
|
thanx
nice addon installed and working within seconds |
|
#10
|
|||
|
|||
|
Quote:
Great and Easy addon
|
|
#11
|
|||
|
|||
|
thanx, that took all of three seconds to add in.
|
|
#12
|
|||
|
|||
|
Nice - thx.
Quote:
|
|
#13
|
|||
|
|||
|
BTW - If you change the adv_portal_google template to the code below, it will more closely resemble the adv_portal_search module. See the demo.
Code:
<form method="GET" action="http://www.google.com/search"> <table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%"> <tr> <td class="tcat"><span class="smallfont"><b>$vboptions[blockbullet] Google Search</b></span></td> </tr> <tr> <td class="alt2"> <input name="s" type="hidden" value="" /> <input name="do" type="hidden" value="process" /> <input name="sortby" type="hidden" value="lastpost" /> <input name="forumchoice" type="hidden" value="0" /> <center><a href="http://www.google.com/" target="_blank"><img src="http://www.google.com/logos/Logo_40wht.gif" width="128" height="53" border="0" alt="Google" /></a></center> <input class="bginput" name="q" size="13" type="text" /> <input class="button" type="submit" name="btnG" value="Go" /><br /> <span class="smallfont" style="float: left;">» <a href="$vboptions[bburl]/search.php?">$vbphrase[advanced_search]</a></span> </td> </tr> </table> </form> <br /> Last edited by 58sniper; 06-13-2004 at 06:27 PM. |
|
#14
|
|||
|
|||
|
Pukka hack
|
|
#15
|
|||
|
|||
|
Nice one, thanks.
|
|
#16
|
|||
|
|||
|
would it be hard to modify the SEARCH FORUMS module so that it could be used to search google instead by selecting a checkbox?
|
|
#17
|
|||
|
|||
|
Somehow the "open in new page - target="_blank" doesn't work. It searches for the terms in current page, which you probably don't want because you don't want your visitor leave the site. I tried to fix it but still doesn't work. Will post when I have it done.
|
|
#18
|
|||
|
|||
|
Quote:
You can change the <form> tag by including target="_blank", but I think that breaks validation (I don't think target is a valid parameter for <form>). I'll have to look into that. Here is some more streamlined code: Code:
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%"> <tr> <td class="tcat smallfont" style="font-weight: bold;">$vboptions[blockbullet] Google Search</td> </tr> <tr> <td class="alt2"> <form method="get" action="http://www.google.com/search" target="_blank"> <input name="s" type="hidden" value="" /> <input name="do" type="hidden" value="process" /> <input name="sortby" type="hidden" value="lastpost" /> <input name="forumchoice" type="hidden" value="0" /> <center><a href="http://www.google.com/" target="_blank"><img src="http://www.google.com/logos/Logo_40wht.gif" width="128" height="53" border="0" alt="Google" /></a></center> <input class="bginput" name="q" size="13" type="text" /> <input class="button" type="submit" name="btnG" value="Go" /><br /> <span class="smallfont" style="float: left;">» <a href="http://www.google.com/advanced_search?hl=en">$vbphrase[advanced_search]</a></span> </form> </td> </tr> </table> <br /> |
|
#19
|
|||
|
|||
|
Oh I put it in the <form> tag and it works. Thanks m8!
|
|
#20
|
|||
|
|||
|
thanks nice work - i had the coding just needed to figure out how to put it in the modules
|
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Quote It Module | Acido | Add-On Modules & Modifications | 33 | 01-28-2006 12:54 PM |
| PayPal Module | cLord | Add-On Modules & Modifications | 36 | 09-21-2005 01:08 AM |
| Top (10) Reputation Module | Acido | Add-On Modules & Modifications | 45 | 08-26-2005 11:16 PM |
| Page or Module? | poseidon | Troubleshooting / "How do I..." Questions | 2 | 05-20-2004 11:43 AM |