<!-- IF S_TSRAT_ENABLE and S
Posted: 16 Nov 2011, 02:51
Your cont folder has...update 1.0.1 to 1.0.3
I did not add when I updated as I did not see that...was it there? Do I need to add it ?
1.0.3 to 1.0.4 no updates
and 1.0.4 to 1.0.5 ....find ? when was that added?? Was it always in the folder? As I never read to add that...and its working fine without the update to 1.0.5.....should I update....??
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" -->