google-code-export / glossword

Automatically exported from code.google.com/p/glossword
0 stars 0 forks source link

After using the search option the results are presented over the index page #169

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
= What steps will reproduce the problem?
1.Enter 
tohttp://www.digitalman-consulting.com/DMC/index.php?option=com_glossword&view=d
efault&Itemid=100 and try use the glossword option, for examble try  the "ADSL" 
as term, then hit search (buscar button)

2.The result will be at: 
http://www.digitalman-consulting.com/DMC/index.php?searchword=ADSL&ordering=&sea
rchphrase=all&areas[0]=gw_search&Itemid=1&option=com_search
And the result is presented on the joomla Frontpage (home) at the midle off the 
Content area.

3.I detect that if I change the "gw_search&Itemid=1&option=com_search" to 
"gw_search&Itemid=100&option=com_search" the site get ok, so I guess is a link 
process.

= What is the expected output? What do you see instead?
The expected outoput end is: 
http://www.digitalman-consulting.com/DMC/index.php?searchword=ADSL&ordering=&sea
rchphrase=all&areas[0]=gw_search&Itemid=100&option=com_search

= What version of the product are you using?
I Have glossword is the 1.9.3 version, the Joomla version is 1.5

= Please provide any additional information below.
Nothing I guess is a very simple problem.

Original issue reported on code.google.com by ro...@codigosintegra.com on 3 Jun 2011 at 4:05

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Add to core_engine_utils.php, function get_search_form():

{{{
$s .= '<input name="Itemid" value="'.$this->V->sef_append['Itemid'].'" 
type="hidden" />';
}}}

or update file 
joomla/components/com_glossword/core/gw_includes/core_engine_utils.php

Original comment by dmitry.s...@gmail.com on 7 Jul 2011 at 8:03

Attachments: