Top Stats
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
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
Not appearing
Check the file edits.
I havent had any problems updating ym own boards with the same mod.
I havent had any problems updating ym own boards with the same mod.
Top Stats + Social Network 0.7.0
Make sure jquery only is included once.smallbreeds wrote:Can you fix it?
Since the problem appeared when updating Social Network you should check that mods files.
Not appearing
I shall check the file edits.
I hope i can find it
@i found it, the index.php missed something:
I added this above and it works! Great. I see all the stats. Thanks for the help. 
I hope i can find it
@i found it, the index.php missed something:
Code: Select all
//-- mod: Top Stats ---------------------------------------------------------//
include($phpbb_root_path . 'includes/functions_top_stats.' . $phpEx);
//-- end: Top Stats ---------------------------------------------------------//

Top Stats + Social Network 0.7.0
See!
The Mod Red Blink of PM All4Phones also stopped. I was using version 1.0.3, which used another version Jquery. I upgraded to 1.0.8, which uses the same version 0.7.0 Social Network, I removed the line returned to work.
Are there any differences in developing for one or another version Jquery?
The Mod Red Blink of PM All4Phones also stopped. I was using version 1.0.3, which used another version Jquery. I upgraded to 1.0.8, which uses the same version 0.7.0 Social Network, I removed the line
Code: Select all
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/jquery-1.7.2.min.js"></script>
Are there any differences in developing for one or another version Jquery?
Top Stats + Social Network 0.7.0
smallbreeds wrote:I have updated Top Stats.
Stoker was talking about jquery
this is out dated
Code: Select all
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/jquery-1.7.2.min.js"></script>
Scroll not work - Yes i read Note about jquery
I have the same problem and each time I press on a button of the scroll bar it's send me to the top of the page.
I did everything told here but the same problem
*SOLVED* it was a mistake in the code i did. i re insert the code and it worked perfectly.
sorry for disturb
I did everything told here but the same problem

*SOLVED* it was a mistake in the code i did. i re insert the code and it worked perfectly.
sorry for disturb
Last edited by Blondawy on 01 Sep 2012, 10:01, edited 1 time in total.
Scroll not work - Yes i read Note about jquery
Only thing that can stop the scroll working is having jquery twice.