what i found out was that fore each lang you have to create a new link in the main menu
requires to eliminate com_frontage link even from trash, not only from mainmenu but from all menus + trash... nothing more-nothing less!
now iff You are willing to try this http://elxis.comhair.nl/ you can see what i mean
<meta name="description" content="our new frontpage" /><meta name="keywords" content="our new frontpage" />
<?php if ($tplparams->def('par_lang1', '') == $lang) { if (trim($tplparams->def('par_keys1', '')) != '') { $mainframe->_config->MetaKeys = $tplparams->def('par_keys1', ''); } if (trim($tplparams->def('par_desc1', '')) != '') { $mainframe->_config->MetaDesc = $tplparams->def('par_desc1', ''); }} else if ($this->tparams['lang2'] == $lang) { if (trim($tplparams->def('par_keys2', '')) != '') { $mainframe->_config->MetaKeys = $tplparams->def('par_keys2', ''); } if (trim($tplparams->def('par_desc2', '')) != '') { $mainframe->_config->MetaDesc = $tplparams->def('par_desc2', ''); }}?>
Just as an extra - in the standard comntent that comes with an install I see:"You want to assign diferrent templates to various pages? This is a piece of cake! "Guess this would be what I would like to do ? I could easily create a new copy of my template with a two col config and then use that for this page - does that make sense?Jim
Hi,is there a way to pass a template parameter via a menu itemCase I have is that I am using the wrapper to call in another program (a gallery). When this program runs I would like to pass a rightcol parameter to the template (philoxenia) to tell it to switch to 2 column mode from default 3 column mode to give the gallery more page spaceIs this possible either through the wrapper or if not then directly to a module ?cheersJim