Page 1 of 1

[Snippet] Add Number Whos on your board

Posted: 04 Dec 2011, 00:39
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
(17.09 KiB) Downloaded 143 times
Demo :
http://graphogames.fr/skiniser/

[Snippet] Add Number Whos on your board

Posted: 04 Dec 2011, 00:46
by Terr0r
Looks very nice :)

[Snippet] Add Number Whos on your board

Posted: 04 Dec 2011, 05:53
by Blackwolf
Cool! Thanks.