I got only joomla sites and I tried co-op on one of them. Added the code as I was told in this forum in the footer.php file. But my template dont show the footer.php file, so it wouldn`t work. So I changed it to a template that shows the standard footer.php info in joomla, and co-op worked like a charm, now I got 5 links at the bottom of my page. Any tips how to get the footer.php info to show on other templates? Solved by joomlaguru: <?php include_once( $mosConfig_absolute_path .'/includes/footer.php' ); ?> would do it if added to template index.php file