LISE: Connecting an item with a detail view of a second instance
Posted: Wed Oct 14, 2020 12:06 pm
Hi,
as described in the title: I'm wondering, if it may be possible to connect a single item of instance A with a detail view of instance B by using the $item->url tag, not by inserting the generated url manually.
For example (simplified summary template of instance A):
How could I "catch" and seperate the {$item->url} tag of a second instance?
I've already tried quite a few with LISELoader. But I confess I'm still struggling a lot with LISELoader.
Any ideas?
as described in the title: I'm wondering, if it may be possible to connect a single item of instance A with a detail view of instance B by using the $item->url tag, not by inserting the generated url manually.
For example (simplified summary template of instance A):
Code: Select all
{foreach from=$items item=item}
{if $item->alias == 'alias1'}
{$item->url} to detail of instance B
{else}
What usually happens
{/if}
{/foreach}I've already tried quite a few with LISELoader. But I confess I'm still struggling a lot with LISELoader.
Any ideas?