How to embed the translation module in a wiki page template?
I have some Tiki customizations.... I'm trying to include the mod-translation module within my tiki-showpage.tpl. I do not want it to appear in the left/right column as a regular module.
I thought that I could simply include:
in my template. But this didn't work.
However... if I then activated the module as a regular module (and put it in a column), the Translation module does appear (in both places).
Where is this check taking place? In the mod-translation.tpl I saw (and removed) the: {if $show_translation_module} check and removed it, but I still cannot get the module to appear within the showpage.tpl template
I thought that I could simply include:
{include file="modules/mod-translation.tpl"}
in my template. But this didn't work.
However... if I then activated the module as a regular module (and put it in a column), the Translation module does appear (in both places).
Where is this check taking place? In the mod-translation.tpl I saw (and removed) the: {if $show_translation_module} check and removed it, but I still cannot get the module to appear within the showpage.tpl template