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

Translate Ita 1.0.8

Post by agersforum »

Ti Sei Dimenticato:
Apri language\it\common.php
Cerca

Code: Select all

?>
Aggiungi Prima

Code: Select all

// BEGIN Top Stats
$lang = array_merge($lang, array(
	'MOST_VIEWED'				=> 'Argomenti Piu Visti',
	'MOST_REPLIED'				=> 'Argomenti Piu Risposto',
	'NEWEST_TOPICS'				=> 'Ultimi Argomenti',
	'NEWEST_POSTS'				=> 'Ultimi Post',
	'RECENT_ACTIVE'				=> 'Ultimi Argomenti Attivi',
	'MOST_ACTIVE_USERS'			=> 'Utenti Piu Attivi',
	'MOST_ACTIVE_FORUMS'		  => 'Forum Piu Attivi',
	'PREVIOUS_SCROLL'			=> 'Precedente',
	'NEXT_SCROLL'				=> 'Prossimo',
	'START_SCROLL'				=> 'Start',
	'STOP_SCROLL'				=> 'Stop',
	'LAST_REGISTERED_USERS'		=> 'Ultimi Utenti Registrati',
	'LAST_VISITED_BOTS'			=> 'Ultime Visite Dai Bots',
));
// END Top Stats
Completamento MOD : [anipro]200,100[/anipro] ;) :thumb:

I must be blind. Where to find "by"?

Post by Vox Populi »

I bow to all. Thanks.

Add more tabs on stats mod

Post by Tigerman75 »

Hi stoker! On my forum I have implemented your mod top stats and I would like add another more 3 tabs that count the number of topic presents in a determined forum :?
E.s.
Total Mods
Total BBcode
Total snippets
Its' Possible?

Add more tabs on stats mod

Post by Stoker »

Everything is possible :)
But you are asking for custom coding which there is no time for at the moment.

Add more tabs on stats mod

Post by Tigerman75 »

ok I can wait stoker, when you can do
Thanks :)

top stats and drag to share

Post by themission »

Hello, ive noticed that if i want the top stats to scroll i have to have the jquery-1.7.min.js which stops the drag to share from working, if i leave the jquery-1.5.2.min.js in and remove the 1.7 top stats wont scroll ? you cant have both so somthing aint right any ideas - it all works here so obviously ive screwed up some where any i deas?

top stats and drag to share

Post by FTH »

i think you must have the last version of jQuery (that's the better soluce for me)

top stats and drag to share

Post by Vox Populi »

My first guess without looking at your code is, double check to see if you have a jquery loading twice. Most of the time this is the case.

top stats and drag to share

Post by Stoker »

Try putting the 1.5.2 up where the 1.7 is.
Maybe that will work. But I agree with Franck, the stuff should work with newest jquery.

top stats and drag to share

Post by themission »

ok thanks, will have another look then.