i use LISE to make a small listing of businesses in a multi lingual website. In previous multilingual sites, i made a LISE or ListIt2 instance for each language, but this time i opted to just use 1 LISE-instance.
Now the summary and detail page of my LISE instance changes for each language. since i use pretty urls (mod_rewrite), i need to tell LISE somehow what the detailpage for each language is.
Currently I'm trying to achieve this with the "Calguys Module Extensions"-module.
I've put this code in my LISE summerytemplate:
Code: Select all
{if $cmslang=="nl"}
{cge_module_hint module="LISEbusinesses" detailpage="7" }
{elseif $cmslang=="en"}
{cge_module_hint module="LISEbusinesses" detailpage="8"}
{/if}Note: My LISE-instance is called {LISEbusinesses}
Who has already tackled this issue?

