<!-- IF S_TSRAT_ENABLE and S

Download and support for PhpBB3 Top Stats Mod
Locked
User avatar
Blackwolf
BBCoder IV
BBCoder IV
Posts: 272
Joined: 04 Dec 2010, 12:36
BBCodes: 101
Favourite BBCode: Dropcap
Favourite MOD: mchat
Location: Melbourne Australia

<!-- IF S_TSRAT_ENABLE and S

Post 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....??
Last edited by Blackwolf on 16 Nov 2011, 02:57, edited 1 time in total.
Ultimate Edition, Ultimate Edition Oz, Oz Unity

“We are Anonymous. We are Legion. We do not forgive. We do not forget. Expect us.”
User avatar
martin123456
BBCoder VI
BBCoder VI
Posts: 765
Joined: 25 Jul 2011, 13:29
BBCodes: 34
Favourite MOD: Ban button
Location: Down south!
Contact:

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

Post 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
User avatar
Blackwolf
BBCoder IV
BBCoder IV
Posts: 272
Joined: 04 Dec 2010, 12:36
BBCodes: 101
Favourite BBCode: Dropcap
Favourite MOD: mchat
Location: Melbourne Australia

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

Post by Blackwolf »

Thanks. Think I'll leave well enough alone. Working fine for my forum with 1.0.3
Ultimate Edition, Ultimate Edition Oz, Oz Unity

“We are Anonymous. We are Legion. We do not forgive. We do not forget. Expect us.”
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

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

Post by Stoker »

You can just take a look at the 1.0.5 install file if you have any doubts.
Board rules! No PM support
User avatar
themission
BBCoder III
BBCoder III
Posts: 123
Joined: 10 Aug 2011, 22:32
BBCodes: 3
Location: Devon UK
Contact:

<!-- IF S_TSRAT_ENABLE and S

Post 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 :)
Locked