Hello,
I've created a results page with a menu item
I did overide the search.php and changed the action form with this
<form action="<?php echo JRoute::_('index.php?option=com_k2&view=itemlist&task=search&Itemid=YOUR_MENU_ITEM_ID'); ?>"
with YOUR_MENU_ITEM_ID is the id of the menu item of the results page.
but still no menu item...
even before this changes, i haven't got a menu item of the current page when i use the k2 tool search...
my url of the generic page i land is like this :
/index.php?searchword=tara&categories=&option=com_k2&view=itemlist&task=search&format=html&t=1420180781587&tpl=search
I have the k2 2.6.9 and joomla 3.3.6
Please help me