Hello
We have two websites on the same EE MSM system that have a “servicios” menu showing entries in another template; we have duplicated them manually (the templates) but the code that generates the link for the services menu does not work in the secondary website but It works fine in the first one. This is the code:
<li>
<a href="http://{site_url}index.php/servicios/class=active">Servicios</a>
<ul>
{exp:channel:entries channel="grupos" dynamic="no" limit="20" sort="asc"}
<li>
<a href="http://{site_url}index.php/servicios/">{title}</a>
<ul>
{reverse_related_entries orderby="title"}
<li><a href="http://{title_permalink=">{title}</a></li>
{/reverse_related_entries}
</ul>
</li>
{/exp:channel:entries}
</ul>
</li>The main website is http://www.banaduana.com/index.php, and the secondary website is http://www.turbaduana.com/index.php, take a look into “title_permalink” result into the secondary website, for example trying to reach a secondary service (http://www.turbaduana.com/http://www.turbaduana.com/servicios/detalle/servicio_01_turbaduana_agencia_aduanero) but with the same code in main website the result is correct (http://www.banaduana.com/index.php/servicios/detalle/administracion_de_programa_plan_vallejo).
Thanks in advance,
Nicolas E.