if (mosGetParam($_REQUEST, 'ff_name') == null) {...<a href="'.$mosConfig_live_site.'/index.php?option=com_facileforms&act=run&ff_name=ru_1">Register</a>}
<?php if(!($option == com_facileforms && mosGetParam($_REQUEST, 'ff_name') == null)) { if($option != com_facileforms) mosMainBody(); else mosMainBody(); //launch needed form } else { mosLoadModules('body', -2); } //launch my module if FacileForms menu item is active, but form have not selected yet?>
if(!($option == com_facileforms && mosGetParam($_REQUEST, 'ff_name') == null))
if($option !== com_facileforms)
mosMainBody(); //launch needed form
else mosMainBody(); //launch needed form
I have component SOBI2 as the first option of mainmenu and FacileForms as the second option of mainmenu
I tried SOBI2 many times with different Joomla versions....