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 Mod NL Translation

Post by Theriddler »

Sorry Terr0r but where did you learn dutch? your dutch translation is not written in good dutch, thnx for trying , but i made my own translation and also want to share :thumb: .

info_acp_topstats.php

Code: Select all

'TOP_STATS'							=> 'Top Stats',
	'TOPSTATS_SAVED'					=> 'Top Stats instellingen opgeslagen',
	'TS_VERSION'						=> 'Versie',
	'TS_CONFIG'							=> 'Configuratie',
	'TS_RECENT_SETTINGS'				=> 'Recente Active Onderwerp instellingen',
	'TS_RECENT_ENABLE'					=> 'Activeer Recente Actieve Onderwerpen',
	'TS_RECENT_ENABLE_EXPLAIN'			=> 'Activeer of deactiveer het tonen van het stuk Recente Active onderwerpen',
	'TSRAT_NUMBER'						=> 'Recente onderwerpen',
	'TSRAT_NUMBER_EXPLAIN'				=> 'Aantal getoonde onderwerpen op de index.',
	
	
	'TSRAT_NUMBER'						=> 'Recente Actieve Onderwerpen',
	'TSRAT_NUMBER_EXPLAIN'				=> 'Aantal getoonde Recente Actieve Onderwerpen',
	'TS_JSSCROLL'						=> 'Jquery Schuiven',
	'TS_JSSCROLL_EXPLAIN'				=> 'activeer of deactiveer het gebruik van jquery schuiven Recente Actieve Onderwerpen',
	'TS_JSSCROLL_SPEED'					=> 'Jquery schuif snelheid',
	'TS_JSSCROLL_SPEED_EXPLAIN'			=> 'Snelheid van het schuiven in milliseconde',
	'TS_JSSCROLL_INTERVAL'				=> 'Jquery Schuif Tussenpauze',
	'TS_JSSCROLL_INTERVAL_EXPLAIN'		=> 'De tijd tussen het schuiven in milliseconde',
	
	'TS_MOSTVIEWED_SETTINGS'			=> 'Meest Bekeken Onderwerpen instellingen',
	'TS_MOSTVIEWED_ENABLE'				=> 'Activeer Meest Bekeken Onderwerpen',
	'TS_MOSTVIEWED_ENABLE_EXPLAIN'		=> 'Activeer of Deactiveer het tonen van het stuk Recente Actieve Onderwerpen',
	'TS_MOSTVIEWED_NUMBER'				=> 'Meest bekeken Onderwerpen',
	'TS_MOSTVIEWED_NUMBER_EXPLAIN'		=> 'Aantal Meest Bekeken Onderwerpen getoond',
	
	'TS_MOSTREPLIED_SETTINGS'			=> 'Meest Beantwoorde Onderwerpen instellingen',
	'TS_MOSTREPLIED_ENABLE'				=> 'Activeer Meest Beantwoorde Onderwerpen',
	'TS_MOSTREPLIED_ENABLE_EXPLAIN'		=> 'Activeer of deactiveer het tonen van het stuk Meest Beantwoorde Onderwerpen',
	'TS_MOSTREPLIED_NUMBER'				=> 'Meest Beantwoorde Onderwerpen',
	'TS_MOSTREPLIED_NUMBER_EXPLAIN'		=> 'Aantal Meest Beantwoorde onderwerpen getoond',
umil_top_stats_install.php

Code: Select all

'INSTALL_TOP_STATS'					=> 'Installeer Top Stats',
		'INSTALL_TOP_STATS_CONFIRM'			=> 'Weet je zeker dat je Tops stats mod wilt installeren?',
		'TOP_STATS'							=> 'Top Stats',
		'TOP_STATS_EXPLAIN'					=> 'Installeer Top Stats database veranderingen met UMIL auto methode.',
		'UNINSTALL_TOP_STATS'				=> 'Deinstalleer Top Stats',
		'UNINSTALL_TOP_STATS_CONFIRM'		=> 'Weet je zeker dat je Top Stats wilt deinstalleren? Alle instellingen en data bewaard door deze mod zullen worden verwijderd!',
		'UPDATE_TOP_STATS'					=> 'Updaten Top Stats Mod',
		'UPDATE_TOP_STATS_CONFIRM'			=> 'Weet je zeker dat je Top Stats Mod wilt Updaten?',

Top Stats Mod NL Translation

Post by Terr0r »

what is there wrong whit my translation ?my translation is good

my translation is just different than yours so there is noting wrong whit my translation

Top Stats Mod NL Translation

Post by shadowsansa »

Well Translate Language Italian!!!!!!! ;)
You do not have the required permissions to view the files attached to this post.

Beta testers for new version needed

Post by Makis »

Hello Mr. Stoker and friends
After I read carefully the whole topic and I practiced in all possible solutions
all works perfect but still no scroll..... :(

Any help will be appreciated

This is the part of my overall_header

Code: Select all

<script type="text/javascript" src="{T_TEMPLATE_PATH}/styleswitcher.js"></script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/forum_fn.js"></script>
<!-- IF S_TSRAT_ENABLE and S_TS_JSSCROLL and SCRIPT_NAME == "index" -->
<script src="{ROOT_PATH}script/jquery.totemticker.min.js" type="text/javascript"></script>
<script type="text/javascript">
// <![CDATA[
$(document).ready(function() {
	$('#vertical-ticker').totemticker({
				row_height	:	'41px',
				max_items   :   2,
				speed       :   {JSSCROLL_SPEED},
				interval    :   {JSSCROLL_INTERVAL},
				mousestop	:	true,
	});
});
// ]]>
</script>
<!-- ENDIF -->
<script src="{ROOT_PATH}script/jquery-1.7.min.js" type="text/javascript"></script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/jquery.cookie.js"></script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/jquery.collapse.js"></script>

<link href="{T_THEME_PATH}/print.css" rel="stylesheet" type="text/css" media="print" title="printonly" />
<link href="{T_STYLESHEET_LINK}" rel="stylesheet" type="text/css" media="screen, projection" />

<link href="{T_THEME_PATH}/normal.css" rel="stylesheet" type="text/css" title="A" />
<link href="{T_THEME_PATH}/medium.css" rel="alternate stylesheet" type="text/css" title="A+" />
<link href="{T_THEME_PATH}/large.css" rel="alternate stylesheet" type="text/css" title="A++" />
Thanks in advance :)

Beta testers for new version needed

Post by martin123456 »

put your jquery under this

find

Code: Select all

<!-- IF S_TSRAT_ENABLE and S_TS_JSSCROLL and SCRIPT_NAME == "index" -->
add after

Code: Select all

<script src="{ROOT_PATH}script/jquery-1.7.min.js" type="text/javascript"></script>
then
find this

Code: Select all

<script type="text/javascript" src="{T_TEMPLATE_PATH}/jquery.cookie.js"></script>
and under it remove this

Code: Select all

<script src="{ROOT_PATH}script/jquery-1.7.min.js" type="text/javascript"></script>

To long subject

Post by Terr0r »

it become more difficult than I thought I think I can set this in the MOD maybe is it a idea to set this in the next version ?

To long subject

Post by Stoker »

Why?
There is plenty of space for the subject title...

Feature requests?

Post by Stoker »

Hello,

If any of you have a feature request for the Top Stats Mod please post it here.
I am considering last visited bots.
It should be okay with a couple of extras as long as then can be disabled :)

To long subject

Post by Terr0r »

if you take a look on my forum on the portal and if scroll down to the bottom of the page then see you what I mean

here the link to my forum board to the portal page http://www.phpbbpoints.com/portal.php

To long subject

Post by Stoker »

Yes, I see the problem but its only a problem because you put it in such a narrow space where the mod in not intended to be.
If you want me to do some custom coding its no problem.
I will charge you an hour as minimum.