Code: Select all
Open: styles/prosilver/template/overall_header.html
Find: <script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/forum_fn.js"></script>
Add after: <!-- IF S_TSRAT_ENABLE and S_TS_JSSCROLL and SCRIPT_NAME == "index" -->
<script src="{ROOT_PATH}script/jquery-1.7.min.js" type="text/javascript"></script>
<script src="{ROOT_PATH}script/jquery.totemticker.min.js" type="text/javascript"></script>
<script type="text/javascript">
// <![CDATA[
$(document).ready(function() {
$('#vertical-ticker').totemticker({
row_height : '41px',
max_items : 3,
speed : {JSSCROLL_SPEED},
interval : {JSSCROLL_INTERVAL},
mousestop : true,
});
});
// ]]>
Code: Select all
Add after: <!-- IF S_TSRAT_ENABLE and S_TS_JSSCROLL and SCRIPT_NAME == "index" -->
1.0.3 to 1.0.4 no updates
and 1.0.4 to 1.0.5 ....find
Code: Select all
<!-- IF S_TSRAT_ENABLE and S_TS_JSSCROLL and SCRIPT_NAME == "index" -->