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 Stoker » 22 Nov 2011, 17:54
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.
Post
by Tr0tL » 22 Nov 2011, 18:08
yeah baby
have many thx
it works
Post
by martin123456 » 22 Nov 2011, 18:35
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
Post
by all4phone » 22 Nov 2011, 20:01
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
Post
by Stoker » 22 Nov 2011, 20:02
Yes, you are right. I have fixed it in next version.
I just forgot to answer you in the phpbb.com topic.
Thanks
Post
by all4phone » 22 Nov 2011, 20:08
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.
Post
by all4phone » 22 Nov 2011, 20:14
No problem, I thought that You missed my post there, so replay here
.
Post
by all4phone » 22 Nov 2011, 20:15
Thanks for your reply and for your help
doktornotor , probably you're right. I'll try to go the other way
.
Post
by all4phone » 22 Nov 2011, 20:28
Post
by Redsun » 24 Nov 2011, 19:07
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...