2013-05-25, 01:53:22
(2013-05-24, 19:25:57)Alexander_ Wrote: Is there a way that only those pages are listed in the search results that are shown in the menu?
You can add the following to the function i18n_search_index_page in i18n_search.php:
Code:
$menu = @$item->menuStatus;
if ($menu == 'Y') $item->addTags('menuStatus', array('_menu'));