@ first Please use the latetst version off the Bridge JSMF 2.0 Final
Joomla and SMF templates are using the same Class Id’s . What you can do is: You can look for the duplicate Class Id’s in your templates. and you can rename them in one of the templates. I renamed the most in the Joomla template.
I used for the Webdeveloper toolbar for Firefox. This is really a great tool for finding these things.
Example of duplicate Class Id’s. (the footer Class Id)
Joomla footer (index.php)<div class="topnav" id="footer">
<?php mosLoadModules('footer', -1); ?>
<?php include_once( $mosConfig_absolute_path .'/includes/footer.php' ); ?>
</div>
SMF footer (index.template.php) <div id="footer">', theme_copyright(), '</div>
I dont understand where i need put that code=?