| The manual on the SMF config page is unclear to me. They are talking about the "" tag in the template index.php I searched for a few index.php file but i can't find what they are trying to explain me. Is there anyone that know what template index.php they mean (forums or website template). And where i have to put the code. Hopefully this integrates the useraccount from joomla into the SMF account database cause thats not working at this time. Thanks for your help... Here is the manual from the config panel : FULL INSTRUCTION: Install SMF Forum on the same database as Mambo. Install com_mambo_smf_integration.zip component (this component obviously). Do not configure this yet until you have installed everything first. Install mod_mambo_smf_login module. Install SMFMamboMod.zip using your SMF Package Manager. Configure the component from this administration. Edit index.php of your template file and insert the following lines before the "" tag: <?php global $sc, $context; if (!defined('SMF')) { if (file_exists($mosConfig_absolute_path."/administrator/components/com_smf/config.smf.php")) { require ("administrator/components/com_smf/config.smf.php"); require ($smf_path."/SSI.php"); } } $sc = &$context['session_id']; $_SESSION['USER_AGENT'] = $_SERVER['HTTP_USER_AGENT']; |
Forum 





Author



Logged







