Top Stats

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

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.

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.

Top Stats Recent Active Topics Scroller not working

Post by Stoker »

How did you install the mod?

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.

Top Stats Recent Active Topics Scroller not working

Post by Stoker »

Automod only install the mod on the prosilver theme.
You also need to install it on the prosilver_se theme.

Top Stats Recent Active Topics Scroller not working

Post by Cypriotmatrix »

martin123456 wrote: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.
Do I add the above code in the prosilver template or the prosilver se template that I am using.

I understand that Automod does not install top stats on prosilver se so I presume the above fixes that.

Top Stats Recent Active Topics Scroller not working

Post by Cypriotmatrix »

Stoker wrote:Automod only install the mod on the prosilver theme.
You also need to install it on the prosilver_se theme.
Well I am going to try the above as suggested by Martin 123456.

Top Stats Recent Active Topics Scroller not working

Post by Stoker »

No. Not at all. All the overall_header.html edits are missing.
You need to open the install.xml and read the prosilver instructions for the overall_header.html and do them on the prosilver_se overall_header.html
or you can make automod do the changes to prosilver_se

Top Stats Recent Active Topics Scroller not working

Post by Cypriotmatrix »

Stoker wrote:Automod only install the mod on the prosilver theme.
You also need to install it on the prosilver_se theme.
Interestingly, I changed the theme to prosilver in the UCP and the scroller works no problem.

Now all I need to do is to get it to work on prosilver se.

Hopefully Martin's advice will do just that.

Top Stats Recent Active Topics Scroller not working

Post by Cypriotmatrix »

Stoker wrote:No. Not at all. All the overall_header.html edits are missing.
You need to open the install.xml and read the prosilver instructions for the overall_header.html and do them on the prosilver_se overall_header.html
or you can make automod do the changes to prosilver_se
How do I make Automod do to the changes necessary. I prefer this method because there is less chance of something going wrong.

So what do I do?