Here's the 2 part fix.
Line 56 of dosearch.php has this:
"wordlets" => array("dosearch"),
Change that, to this:
"wordlets" => array("dosearch","island_search"),
Second part. Line 70 has this:
if ($textsearch == "Advanced") {
Change that, to this:
if ($textsearch == $ubbt_lang['ADVANCED_BUTTON']) {