Page 1 of 1

<!-- IF S_TSRAT_ENABLE and S

Posted: 16 Nov 2011, 02:51
by Blackwolf
Your cont folder has...update 1.0.1 to 1.0.3

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,
	});
});
// ]]>
I did not add

Code: Select all

Add after: <!-- IF S_TSRAT_ENABLE and S_TS_JSSCROLL and SCRIPT_NAME == "index" -->
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

Code: Select all

<!-- IF S_TSRAT_ENABLE and S_TS_JSSCROLL and SCRIPT_NAME == "index" -->
? 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....??

<!-- IF S_TSRAT_ENABLE and S_TS_JSSCROLL and SCRIPT_NAME ==

Posted: 16 Nov 2011, 02:54
by martin123456
This last update of 1.0.5 as extra's and runs sweet i would update if i was you.

Take a look at the index page on this site your member's have control over the scroll

Note i unistalled the mod then installed it as a fresh install

<!-- IF S_TSRAT_ENABLE and S_TS_JSSCROLL and SCRIPT_NAME ==

Posted: 16 Nov 2011, 03:14
by Blackwolf
Thanks. Think I'll leave well enough alone. Working fine for my forum with 1.0.3

<!-- IF S_TSRAT_ENABLE and S_TS_JSSCROLL and SCRIPT_NAME ==

Posted: 16 Nov 2011, 07:24
by Stoker
You can just take a look at the 1.0.5 install file if you have any doubts.

<!-- IF S_TSRAT_ENABLE and S

Posted: 16 Nov 2011, 14:24
by themission
Well just updated mine, took me a while to get it scrolling as found in the end i had to delete 2 jquery's which i shouldnt have had in the first place :oops: looks great thanks :)