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

Beta testers for new version needed

Post by martin123456 »

Take a look at mine http://phpbbcodes.dyndns.org then look at yours mine scrolls yours jumps

following the convo in the shoutbox

what happends if you remove this

Code: Select all

<script src="{ROOT_PATH}script/jquery-1.5.2.min.js" type="text/javascript"></script>
and replace it with

Code: Select all

<script type="text/javascript">
if (typeof jQuery == 'undefined') {
    document.write(unescape('%3Cscript src="{ROOT_PATH}script/jquery-1.7.min.js" type="text/javascript"%3E%3C/script%3E'));
}
and remove the same code from the scroll mod

Code: Select all

<script type="text/javascript">
if (typeof jQuery == 'undefined') {
    document.write(unescape('%3Cscript src="{ROOT_PATH}script/jquery-1.7.min.js" type="text/javascript"%3E%3C/script%3E'));
}
mchat pulls its jquery from the mchat folder so should not affect mchat the other mods seem to pull it from the script folder (maybe wrong but im sure il be corrected)

Top Stats Mod NL Translation

Post by Neo »

Fix this line:

umil_top_stats_install.php

Code: Select all

		'UNINSTALL_TOP_STATS_CONFIRM'		=> 'Ben je klaar om de Top Statistieken verwijderen? All settings and data saved by this mod will be removed!',
All settings and data saved by this mod will be removed
-> it's not dutch is it!

Top Stats Mod NL Translation

Post by Terr0r »

I see it I will translate that in the evening I must go now

To long subject

Post by Terr0r »

Is it possible to change something in this MOD to get the subject to max 14 characters or something like that ?

how can I do that ?

already thanks for the help

Greets Terr0r

To long subject

Post by Stoker »

Take a look at some of the last post titles mods. They shorten the subject url.
You should be able to copy the function from there.

Beta testers for new version needed

Post by Blackwolf »

Thanks martin123456....sorted out a few things....scrolling beautifully. :thumb:

Appreciate everyone's help....looks mighty fine. ;)

To long subject

Post by Terr0r »

okay but why must I take a look in mods like that ? and take function from there can not make something for it ?

To long subject

Post by martin123456 »

The idea is you do it and that way you learn.

Stoker may make these mods and snippets but he can't make and give away all day.

He has just pushed you in the right direction on what to do ;) read his post again and you may well just get what he is on about.

To long subject

Post by Terr0r »

martin123456 wrote:The idea is you do it and that way you learn.
that is a very good point what you saying here

I will try what I can do to made it

Greets Terr0r

Top Stats Mod NL Translation

Post by Terr0r »

Update the download Top Stats Mod NL Translation