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
<!-- IF S_MCHAT_ENABLE and S_MCHAT_ON_INDEX and S_MCHAT_LOCATION --><!-- INCLUDE mchat_body.html --><!-- ENDIF -->
<!-- IF S_TSRAT_ENABLE -->
<!-- INCLUDE recent_active_body.html -->
<!-- ENDIF -->
<!-- IF S_MCHAT_ENABLE and S_MCHAT_ON_INDEX and not S_MCHAT_LOCATION --><!-- INCLUDE mchat_body.html --><!-- ENDIF -->
<!-- IF S_TSMVT_ENABLE or S_TSMRT_ENABLE or S_TSMAU_ENABLE or S_TSMAF_ENABLE or S_TSLVB_ENABLE or S_TSLRU_ENABLE -->
<!-- INCLUDE top_stats_body.html -->
<!-- ENDIF -->
<!-- INCLUDE forumlist_body.html -->
<!-- IF not S_USER_LOGGED_IN and not S_IS_BOT -->
<form method="post" action="{S_LOGIN_ACTION}" class="headerspace">
I made the test as administrator with mChat and as new user without mChat. Everybody can see Top Stats on top.
Always a good idea to put the image width and height attributes in and to make your icons of that size, so there is no re-sizing going on, this is 'good practice' for images. 32*32 px is a good size for forum images.
Specifying a width and height for all images allows for faster rendering by eliminating the need for unnecessary reflows and repaints.
Sorry to drag up old threads but I noticed in the last week or so that topics not yet approved by moderator (Still in newly reg group) are showing in "Latest Topics" yet I have...
I have a testuser who cant post without approval in my top stats forum.
The testuser created a topic in the top stats forum.
Topic is still awaiting approval.
It doesnt show in the recent active topics.
//-- mod: top five ---------------------------------------------------------//
// destroy the top_five cache
$cache->purge('_top_five_newest_users');
$cache->purge('_top_five_posters');
//-- end: top five ---------------------------------------------------------//