[Snippet] Add Number Whos on your board

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

[Snippet] Add Number Whos on your board

Post by FTH »

Author : FTH
Description : Display with an external script the number of users who is online on your board

Open file styles/prosilver/template/overall_header.html

Find :

Code: Select all

<strong>{L_INFORMATION}:</strong> {L_BOARD_DISABLED}
			<span class="corners-bottom"><span></span></span></div>
		</div>
		<!-- ENDIF -->
Add after :

Code: Select all

<script>var _wau = _wau || []; _wau.push(["tab", "53y9rt0eg6pu", "iso", "left-middle"]);(function() { var s=document.createElement("script"); s.async=true; s.src="{T_TEMPLATE_PATH}/tab.js";document.getElementsByTagName("head")[0].appendChild(s);})();</script>
Upload the file tab.js to styles/prosilver/template/*.*
tab.zip
Demo :
http://graphogames.fr/skiniser/
You do not have the required permissions to view the files attached to this post.

[Snippet] Add Number Whos on your board

Post by Terr0r »

Looks very nice :)

[Snippet] Add Number Whos on your board

Post by Blackwolf »

Cool! Thanks.