Snippet-Title: Viewonline @ Acp
Snippet-Version: 0.0.1
Snippet-Autor: 4seven
Snippet-Beschreibung: Dieser Mod ermöglicht die Ansicht der viewonline.php unter acp > allgemein
phpBB-Version: phpBB 3.0.x
phpBB-Sprachen: mutlilingual
phpBB-Styles: alle Styles, die auf prosilver und subsilver2 basieren
Features:
- viewonline im acp
Anleitung:
Alles an seinen platz laden (dürfte selbsterklärend sein)
Öffnet adm/style/acp_main.html
Findet
- Code: Select all
<!-- INCLUDE overall_footer.html -->
Davor fügt ein
- Code: Select all
<h2>Online Liste</h2>
<hr style="margin-top: 5px"/>
<script type="text/javascript">
<!--
var iH = "500";
var iB = "100%";
document.write('<iframe '
+ 'allowtransparency="yes"'
+ 'height="' + iH + '" '
+ 'width="' + iB + '" '
+ 'frameborder="0" '
+ 'src="../viewonline_acp.php">'
+ '</iframe>');
//-->
</script>
<hr style="margin-top: 5px"/>
Alle Board- und Browser-caches leeren