Keyword

[SOLVED] K2 search results url and module assignment

  • theant
  • theant's Avatar Topic Author
  • Offline
  • Premium Member
More
11 years 2 months ago #115888 by theant
Hello
items from search results have different urls than from menu navigation, and I can't assign module to both to be secure that it will be seen with that contents.

For example, for menu navigation this item has this url:
archiviosonoro.org/rete/archivio/3-raccolta-esempio/1-test-scheda.html

and it has the right breadcrumb module. ok.

The same item by search result has this url:
archiviosonoro.org/rete/component/k2/item/1-test-scheda.html

and it hasn't the breadcrumb module. I tried to assign the module to the search menu item too, but it is shown just into main search page, not into results one.

How to fix/workaround this issue?
The topic has been locked.
  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
11 years 2 months ago - 11 years 2 months ago #115889 by Krikor Boghossian
Replied by Krikor Boghossian on topic Re: K2 search results url and module assignment
Hello theant,

Unfortunately my Italian is really really bad. From what I can make of it, you haven't assigned all your subcategories to menu items.

If you want your search results to be posted on a specific page you need to do some coding.

First assign a menu item to your search results and write down its ID. Then override the K2 Tools module and more specifically the search.php file

And then make the following changes,
<form action="<?php echo $action; ?>"

should change to
<form action="<?php echo JRoute::_('index.php?option=com_k2&view=itemlist&task=search&Itemid=YOUR_MENU_ITEM_ID'); ?>"

Finally assign the modules you want that menu item

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
The topic has been locked.
  • theant
  • theant's Avatar Topic Author
  • Offline
  • Premium Member
More
11 years 2 months ago #115890 by theant
Thank you Krikor
The topic has been locked.

Powered by Kunena Forum