stats scroll <<<< works
image fades <<<< works
mchat works with no jquery <<<< works
Code: Select all
</script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/styleswitcher.js"></script>
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/forum_fn.js"></script>
<!-- IF S_TSRAT_ENABLE and S_TS_JSSCROLL -->
<script type="text/javascript">
if (typeof jQuery == 'undefined') {
document.write(unescape('%3Cscript src="{ROOT_PATH}script/jquery-1.7.min.js" type="text/javascript"%3E%3C/script%3E'));
}
</script>
<script src="{ROOT_PATH}script/jquery.totemticker.js" type="text/javascript"></script>
<script type="text/javascript">
// <![CDATA[
$(document).ready(function() {
$('#vertical-ticker').totemticker({
row_height : '41px',
max_items : 4,
speed : 700,
interval : 4000,
mousestop : true,
});
});
// ]]>
</script>
<!-- ENDIF -->
<script src="{ROOT_PATH}script/jquery-1.4.4.min.js" type="text/javascript"></script>
<script type="text/javascript">
// <![CDATA[
$(document).ready(function() {
$(".imgfade").fadeIn(2000);
});
// ]]>
</script>
<script type="text/javascript" src="{ROOT_PATH}highslide/highslide-full.js"></script>
<link href="{ROOT_PATH}highslide/highslide.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
// <![CDATA[
hs.graphicsDir = '{ROOT_PATH}highslide/graphics/';
hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
hs.outlineType = 'rounded-white';
hs.fadeInOut = true;
//hs.dimmingOpacity = 0.75;
// Add the controlbar
hs.addSlideshow({
//slideshowGroup: 'group1',
interval: 5000,
repeat: false,
useControls: true,
fixedControls: 'fit',
overlayOptions: {
opacity: 0.75,
position: 'bottom center',
hideOnMouseOut: true
}
});
// ]]>
</script>
<link href="{T_THEME_PATH}/print.css" rel="stylesheet" type="text/css" media="print" title="printonly" />
<link href="{T_STYLESHEET_LINK}" rel="stylesheet" type="text/css" media="screen, projection" />
<meta name="viewport" content="width=device-width" />
<link href="{T_THEME_PATH}/resolutions/1920.css" media="only screen and (max-width: 1920px), only screen and (max-device-width: 1920px)" rel="stylesheet" type="text/css" />
<link href="{T_THEME_PATH}/resolutions/1680.css" media="only screen and (max-width: 1680px), only screen and (max-device-width: 1680px)" rel="stylesheet" type="text/css" />
<link href="{T_THEME_PATH}/resolutions/1600.css" media="only screen and (max-width: 1600px), only screen and (max-device-width: 1600px)" rel="stylesheet" type="text/css" />
<link href="{T_THEME_PATH}/resolutions/1440.css" media="only screen and (max-width: 1440px), only screen and (max-device-width: 1440px)" rel="stylesheet" type="text/css" />
<link href="{T_THEME_PATH}/resolutions/1400.css" media="only screen and (max-width: 1400px), only screen and (max-device-width: 1400px)" rel="stylesheet" type="text/css" />
<link href="{T_THEME_PATH}/resolutions/1366.css" media="only screen and (max-width: 1366px), only screen and (max-device-width: 1366px)" rel="stylesheet" type="text/css" />
<link href="{T_THEME_PATH}/resolutions/1360.css" media="only screen and (max-width: 1360px), only screen and (max-device-width: 1360px)" rel="stylesheet" type="text/css" />
<link href="{T_THEME_PATH}/resolutions/1280.css" media="only screen and (max-width: 1280px), only screen and (max-device-width: 1280px)" rel="stylesheet" type="text/css" />
<link href="{T_THEME_PATH}/resolutions/1152.css" media="only screen and (max-width: 1152px), only screen and (max-device-width: 1152px)" rel="stylesheet" type="text/css" />
<link href="{T_THEME_PATH}/resolutions/1024.css" media="only screen and (max-width: 1024px), only screen and (max-device-width: 1024px)" rel="stylesheet" type="text/css" />
<link href="{T_THEME_PATH}/resolutions/800.css" media="only screen and (max-width: 800px), only screen and (max-device-width: 800px)" rel="stylesheet" type="text/css" />
<link href="{T_THEME_PATH}/normal.css" rel="stylesheet" type="text/css" title="A" />
<link href="{T_THEME_PATH}/medium.css" rel="alternate stylesheet" type="text/css" title="A+" />
<link href="{T_THEME_PATH}/large.css" rel="alternate stylesheet" type="text/css" title="A++" />
<!-- IF S_CONTENT_DIRECTION eq 'rtl' -->
<link href="{T_THEME_PATH}/bidi.css" rel="stylesheet" type="text/css" media="screen, projection" />
<!-- ENDIF -->
<!-- IF S_MCHAT_ENABLE and (S_MCHAT_ON_INDEX or U_MCHAT) -->
<script type="text/javascript" src="{ROOT_PATH}mchat/jquery_cookie_mini.js"></script>
<!-- ENDIF -->
<!-- INCLUDE prime_show_deleted_post.html -->
<script type="text/javascript" src="{T_TEMPLATE_PATH}/loading_indicator.js"></script>
</head>
<body id="phpbb" class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}">
<!-- IF S_AL_FB_ENABLED --><div id="fb-root"></div><script src="http://connect.facebook.net/{S_FB_LOCALE}/all.js#appId={AL_FB_APPID}&xfbml=1"></script>
<script>
want proof it works look here http://phpbbcodes.dyndns.org/
Note im on 103 version just noticed the update
--------------------------------------------------------------------------------------------------------------
104 works cool for me the auto mod external installer is also picked up and working also the scroll settings are keeping the settings on my localhost thanx rich