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

recent active topics does not scroll

Post by Stoker »

Delete this line: <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
and refresh the template.

recent active topics does not scroll

Post by Tr0tL »

yeah baby
have many thx
it works

recent active topics does not scroll

Post by martin123456 »

And from now on any mods that you install that put any jquery in the overall header file remove the jquery you only need 1

2 is greedy

3 is just :?

and 4 or more puts you in the dunce corner

Top Stats v 1.0.6

Post by all4phone »

In this version of download (info_acp_topstats.php file):

Code: Select all

	'TS_MOSTVIEWED_ENABLE_EXPLAIN'			=> 'Enable or disable display of the Recent Active Topics part',
probably should be:

Code: Select all

	'TS_MOSTVIEWED_ENABLE_EXPLAIN'			=> 'Enable or disable display of the Most Viewed Topics part',
greetings ;)

Top Stats v 1.0.6

Post by Stoker »

Yes, you are right. I have fixed it in next version.
I just forgot to answer you in the phpbb.com topic.
Thanks :thumb:

Top Stats Mod IT Translation

Post by all4phone »

Translation Polish for v 1.0.6 of this mod.

Code: Select all

<open src="language/pl/common.php">
			<edit>
				<find><![CDATA[?>]]></find>
				<action type="before-add"><![CDATA[// BEGIN Top Stats
$lang = array_merge($lang, array(
	'MOST_VIEWED'				=> 'Najczęściej Oglądane Tematy',
	'MOST_REPLIED'				=> 'Najwięcej Odpowiedzi w Temacie',
	'NEWEST_TOPICS'				=> 'Najnowsze Tematy',
	'NEWEST_POSTS'				=> 'Najnowsze Posty',
	'RECENT_ACTIVE'				=> 'Ostatnio Aktywne Tematy',
	'MOST_ACTIVE_USERS'			=> 'Najaktywniejsi Użytkownicy',
	'MOST_ACTIVE_FORUMS'		=> 'Najbardziej Aktywne Fora',
	'PREVIOUS_SCROLL'			=> 'poprzedni',
	'NEXT_SCROLL'				=> 'następny',
	'START_SCROLL'				=> 'start',
	'STOP_SCROLL'				=> 'stop',
));
// END Top Stats]]></action>
			</edit>
		</open>
You do not have the required permissions to view the files attached to this post.

Top Stats v 1.0.6

Post by all4phone »

No problem, I thought that You missed my post there, so replay here ;).

Problem with Jquery?

Post by all4phone »

Thanks for your reply and for your help doktornotor, probably you're right. I'll try to go the other way ;) .

Scrolling will not working on my test forum board

Post by all4phone »

The same problem: Problem with Jquery?

Collapsible Categories / Top Stats

Post by Redsun »

hi stoker, i followed the steps carefully...

installed the collapsible categories mod (christian bullock) and it works ok but only when I'm not loged in.

When i am loged in as member or admin, collapse buttons are without function... what can be the problem? thank you...