Google Custom Search module results page doesn't work
Posted: Thu Sep 30, 2010 3:09 pm
Hello,
The results page of the module GCS isn't working.
You can see it here: http://ontw.dmd-gloves.nl/
user : test
ww: test
click 'Google Zoeken' at the richt of the menu.
click Search
and see the incorrect page.
The code use in the search page is:
{cms_module module="GCS" search_query="Zoeken" search_query_size="20" detailpage="google-antwoord"}
And the result page is:
{cms_module module="GCS" with_pages=true results_template="resultaten"}
And my GCS template resultaten is:
{$estimate}: {$nb_results}
{$current_page_title}: {$current_page}
{foreach from=$results item=result}
U}">{$result->T}
{$result->S}
{$result->U}
{/foreach}
{if $previous_page ne ''}
{$previous}
{/if}
{foreach from=$navigation item=page key=page_nb}
{if $page_nb eq $current_page}[{/if}{$page_nb}{if $page_nb eq $current_page}]{/if}
{/foreach}
{if $next_page ne ''}
{$next}
{/if}
Mayby it is usefull to tell I am using pretty url's .
Hope somebody can get the google search module working?
The results page of the module GCS isn't working.
You can see it here: http://ontw.dmd-gloves.nl/
user : test
ww: test
click 'Google Zoeken' at the richt of the menu.
click Search
and see the incorrect page.
The code use in the search page is:
{cms_module module="GCS" search_query="Zoeken" search_query_size="20" detailpage="google-antwoord"}
And the result page is:
{cms_module module="GCS" with_pages=true results_template="resultaten"}
And my GCS template resultaten is:
{$estimate}: {$nb_results}
{$current_page_title}: {$current_page}
{foreach from=$results item=result}
U}">{$result->T}
{$result->S}
{$result->U}
{/foreach}
{if $previous_page ne ''}
{$previous}
{/if}
{foreach from=$navigation item=page key=page_nb}
{if $page_nb eq $current_page}[{/if}{$page_nb}{if $page_nb eq $current_page}]{/if}
{/foreach}
{if $next_page ne ''}
{$next}
{/if}
Mayby it is usefull to tell I am using pretty url's .
Hope somebody can get the google search module working?