Top Stats Recent Active Topics Scroller not working

Download and support for PhpBB3 Top Stats Mod
Cypriotmatrix
BBCoder II
BBCoder II
Posts: 27
Joined: 15 Oct 2012, 13:56
BBCodes: 0

Top Stats Recent Active Topics Scroller not working

Post by Cypriotmatrix »

I have been told this might be a long one.

I have installed Top Stats, but have been unable to get the Recent Active Topics Scroller to work.

What do I need to do in order to get this Mod to work properly?
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:

Top Stats Recent Active Topics Scroller not working

Post by martin123456 »

Your a rare case most members have too many jqueries but you have none ;)

you should have a jquery under this line

Code: Select all

<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/forum_fn.js"></script>
Cypriotmatrix
BBCoder II
BBCoder II
Posts: 27
Joined: 15 Oct 2012, 13:56
BBCodes: 0

Top Stats Recent Active Topics Scroller not working

Post by Cypriotmatrix »

martin123456 wrote:Your a rare case most members have too many jqueries but you have none ;)

you should have a jquery under this line

Code: Select all

<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/forum_fn.js"></script>
OK, what do I do to make a JQuery.

I have none because I don't know how to do a JQuery and don't no why. :)

Sorry about the basic questions.

In which file do I find the above code?
Cypriotmatrix
BBCoder II
BBCoder II
Posts: 27
Joined: 15 Oct 2012, 13:56
BBCodes: 0

Top Stats Recent Active Topics Scroller not working

Post by Cypriotmatrix »

I found this code in the Simple_Header file:

Code: Select all

// ]]>
</script>
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/styleswitcher.js"></script>
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/forum_fn.js"></script>
Now how do I add the JQuery?
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:

Top Stats Recent Active Topics Scroller not working

Post by Stoker »

Post a link to your board.
Board rules! No PM support
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:

Top Stats Recent Active Topics Scroller not working

Post by martin123456 »

www.cyprus-forum.net/index.php

view source shows no sign of the mod but help your self to his file its there but no jquery in sight lol
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:

Top Stats Recent Active Topics Scroller not working

Post by martin123456 »

On prosilver /styles/prosilver/template/overall_header.html

find

Code: Select all

<script src="{ROOT_PATH}script/jquery.min.js" type="text/javascript"></script>
and place it under this

Code: Select all

<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/forum_fn.js"></script>
now go to auto mod click on details for the top stats mod in the drop downs (left one select prosilver)

and the right one select prosilver_se as its not installed in the header.
Cypriotmatrix
BBCoder II
BBCoder II
Posts: 27
Joined: 15 Oct 2012, 13:56
BBCodes: 0

Top Stats Recent Active Topics Scroller not working

Post by Cypriotmatrix »

martin123456 wrote:http://www.cyprus-forum.net/index.php

view source shows no sign of the mod but help your self to his file its there but no jquery in sight lol
Hi,

yes sorry for the basic questions.

I basically have no idea about this jquery stuff.

But I would like to sort it out because I really like the top stats mod and it will help me in adding other stuff as well as jquery and getting my board looking great before I launch it.
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:

Top Stats Recent Active Topics Scroller not working

Post by Stoker »

How did you install the mod?
Board rules! No PM support
Cypriotmatrix
BBCoder II
BBCoder II
Posts: 27
Joined: 15 Oct 2012, 13:56
BBCodes: 0

Top Stats Recent Active Topics Scroller not working

Post by Cypriotmatrix »

I installed the mod with Automod.

I will try the suggestion above and see how I go. Hope it works.
Locked