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

Not appearing

Post by Stoker »

Check the file edits.

I havent had any problems updating ym own boards with the same mod.

Top Stats + Social Network 0.7.0

Post by Stoker »

smallbreeds wrote:Can you fix it? :(
Make sure jquery only is included once.
Since the problem appeared when updating Social Network you should check that mods files.

Not appearing

Post by dj3 »

I shall check the file edits.

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 ---------------------------------------------------------//
I added this above and it works! Great. I see all the stats. Thanks for the help. :)

Top Stats + Social Network 0.7.0

Post by smallbreeds »

Translating, I'm screwed. :) :)
Mecher not know about it. :( :(

Thanks

Top Stats + Social Network 0.7.0

Post by smallbreeds »

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

Code: Select all

<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/jquery-1.7.2.min.js"></script>
returned to work.

Are there any differences in developing for one or another version Jquery?

Top Stats + Social Network 0.7.0

Post by Stoker »

You should allways use latest version.

Top Stats + Social Network 0.7.0

Post by smallbreeds »

I have updated Top Stats.

Top Stats + Social Network 0.7.0

Post by martin123456 »

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>
http://jquery.com/download/

Scroll not work - Yes i read Note about jquery

Post by Blondawy »

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
Last edited by Blondawy on 01 Sep 2012, 10:01, edited 1 time in total.

Scroll not work - Yes i read Note about jquery

Post by Stoker »

Only thing that can stop the scroll working is having jquery twice.