Page 1 of 4

Top Stats Recent Active Topics Scroller not working

Posted: 15 Oct 2012, 14:49
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?

Top Stats Recent Active Topics Scroller not working

Posted: 15 Oct 2012, 14:52
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>

Top Stats Recent Active Topics Scroller not working

Posted: 15 Oct 2012, 15:07
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?

Top Stats Recent Active Topics Scroller not working

Posted: 15 Oct 2012, 15:18
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?

Top Stats Recent Active Topics Scroller not working

Posted: 15 Oct 2012, 22:59
by Stoker
Post a link to your board.

Top Stats Recent Active Topics Scroller not working

Posted: 16 Oct 2012, 00:34
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

Top Stats Recent Active Topics Scroller not working

Posted: 16 Oct 2012, 00:41
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.

Top Stats Recent Active Topics Scroller not working

Posted: 16 Oct 2012, 01:56
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.

Top Stats Recent Active Topics Scroller not working

Posted: 16 Oct 2012, 06:12
by Stoker
How did you install the mod?

Top Stats Recent Active Topics Scroller not working

Posted: 16 Oct 2012, 08:49
by Cypriotmatrix
I installed the mod with Automod.

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