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
Post
by martin123456 » 12 Nov 2011, 01:38
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)
Post
by Neo » 12 Nov 2011, 09:01
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!
Post
by Terr0r » 12 Nov 2011, 11:24
I see it I will translate that in the evening I must go now
Post
by Terr0r » 13 Nov 2011, 02:04
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
Post
by Stoker » 13 Nov 2011, 06:16
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.
Post
by Blackwolf » 13 Nov 2011, 10:12
Thanks martin123456....sorted out a few things....scrolling beautifully.
Appreciate everyone's help....looks mighty fine.
Post
by Terr0r » 13 Nov 2011, 14:34
okay but why must I take a look in mods like that ? and take function from there can not make something for it ?
Post
by martin123456 » 13 Nov 2011, 14:45
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.
Post
by Terr0r » 13 Nov 2011, 15:03
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
Post
by Terr0r » 13 Nov 2011, 19:24
Update the download Top Stats Mod NL Translation