Extended search as default

I want to put the extended search as default. I looked at search.php and changed:

$sMode = isset($_REQUEST['mode']) ? $_REQUEST['mode'] : 'simple';

 

To this:

$sMode = isset($_REQUEST['mode']) ? $_REQUEST['mode'] : 'extended';

Now i've got sort of the extended search as default, but with a mix between simple and extended.
As attachment 2 screenshots of the default extended search and the extended search when i click on it.
How can i set the actual extended search as default?

1.png · 221.4K · 224 views
2.png · 206.4K · 193 views
Quote · 24 Jan 2013

Anyone knows?

Quote · 24 Jan 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.