Top Stats Recent Active Topics Scroller not working
-
- BBCoder II
- Posts: 27
- Joined: 15 Oct 2012, 13:56
- BBCodes: 0
Top Stats Recent Active Topics Scroller not working
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?
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?
- martin123456
- 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
Your a rare case most members have too many jqueries but you have none
you should have a jquery under this line
you should have a jquery under this line
Code: Select all
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/forum_fn.js"></script>
-
- BBCoder II
- Posts: 27
- Joined: 15 Oct 2012, 13:56
- BBCodes: 0
Top Stats Recent Active Topics Scroller not working
OK, what do I do to make a JQuery.martin123456 wrote:Your a rare case most members have too many jqueries but you have none
you should have a jquery under this lineCode: Select all
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/forum_fn.js"></script>
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?
-
- BBCoder II
- Posts: 27
- Joined: 15 Oct 2012, 13:56
- BBCodes: 0
Top Stats Recent Active Topics Scroller not working
I found this code in the Simple_Header file:
Now how do I add the JQuery?
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>
- Stoker
- Site Admin
- Posts: 3536
- 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 a link to your board.
Board rules! No PM support
- martin123456
- 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
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
view source shows no sign of the mod but help your self to his file its there but no jquery in sight lol
- martin123456
- 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
On prosilver /styles/prosilver/template/overall_header.html
find
and place it under this
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.
find
Code: Select all
<script src="{ROOT_PATH}script/jquery.min.js" type="text/javascript"></script>
Code: Select all
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/forum_fn.js"></script>
and the right one select prosilver_se as its not installed in the header.
-
- BBCoder II
- Posts: 27
- Joined: 15 Oct 2012, 13:56
- BBCodes: 0
Top Stats Recent Active Topics Scroller not working
Hi,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
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.
- Stoker
- Site Admin
- Posts: 3536
- 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
How did you install the mod?
Board rules! No PM support
-
- BBCoder II
- Posts: 27
- Joined: 15 Oct 2012, 13:56
- BBCodes: 0
Top Stats Recent Active Topics Scroller not working
I installed the mod with Automod.
I will try the suggestion above and see how I go. Hope it works.
I will try the suggestion above and see how I go. Hope it works.