![]() |
|
|
|
#1
|
||||
|
||||
|
Hi
The new Google Search update requires a separate page within your site to display the search results. I've created my Google Search module - which works perfectly... and so I now need my separate page for the results to display. So my question is this... How is the best way for me to achieve this, and what is the most appropriate page to create (ie: module, php, etc)? Thanks in advance... |
|
#2
|
||||
|
||||
|
Hey
Any thoughts? Anyone? Thanks in advance... |
|
#3
|
||||
|
||||
|
What exactly does Google require for the search results page?
__________________
Frequently Asked Questions CMPS Users Manual For vBadvanced software assistance, please use the support forums. Unsolicted PMs, IMs, and email will not be responded to. If you have a non-software related question or problem with your account, please submit a support ticket. |
|
#4
|
||||
|
||||
|
Thanks Brian...
As simple as it sounds, Google needs a page to display the search results. So... Google supply a code... the code needs to go into the page... and when the search is undertaken, the results are displayed on 'that' page. I've tried a couple of time with placing the code inside a module - though I cannot seem to get it to work. When I run the search... the results page is missed and 'bounces' back to the index page of the site. Does any of that make sense? Let me know if you need further info and I can PM you my actual code. Appreciate the support... you do a great job here! |
|
#5
|
||||
|
||||
|
It sounds like you would just need to create a new template page (not a module) and add the Google code there. You'll likely need to point the search form to the URL of the new CMPS page you created as well... Assuming Google uses a form for the search box, it would need to look something like this:
Code:
<form action="index.php" method="post"> <input type="hidden" name="pageid" value="page_identifier_here" />
__________________
Frequently Asked Questions CMPS Users Manual For vBadvanced software assistance, please use the support forums. Unsolicted PMs, IMs, and email will not be responded to. If you have a non-software related question or problem with your account, please submit a support ticket. |
![]() |
| 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 |
| Integrated Google Search & Results | DrussRob | Module & Modification Discussion & Requests | 4 | 03-17-2009 01:38 PM |
| Integrate SEARCH results page | LenB | "How Do I..." Questions | 7 | 10-22-2008 10:34 AM |
| Search results on a custom page? | Rick Stirling | "How Do I..." Questions | 1 | 05-31-2008 05:32 PM |
| Search custom fields & Display results modules | dinatius | Module & Modification Discussion & Requests | 0 | 02-06-2008 11:52 AM |
| Google adsense search results within a module | kenfuzed | Module & Modification Discussion & Requests | 5 | 04-09-2007 02:05 PM |