i have joomla 1.5 your template ja_avian_ii_m,sobi2 i follow all instuctions the way you tell ,but the rssslide in front page dont work ,in rss parametres says
In module “JA RSGallery2 Slider
If your site hadn’t import mootools.v1.1 so to run this module you have to remove all comment characters in code On line 39 in mod_ja_slidegallery.php file to import mootools v1.1where is the file mod_ja_slidegallery.php
in forum in sigsiu forum a user of rockettheme says As you know the extended search of Sobi2 component launch itself mootools and crash the site ,i found the solution to use Sobi2 extended search with mootools script enabled
In template’s index.php you have to move the line :<script type=”text/javascript” src=”<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/js/mootools.js”></script>
above this line :
<?php
if ( $my->id ) {Now you should have that
initEditor();
}
mosShowHead();
<html xmlns=”http://www.w3.org/1999/xhtml”>
<head>
<script type=”text/javascript” src=”<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/js/mootools.js”></script>
<?php
if ( $my->id ) {
initEditor();
}
mosShowHead();
where i must change files or do you have any solution for me
thanks