[Snippet] Add Number Whos on your board

Mods, snippets and styles postet and supported by the users
Forum rules
As the forum title says this is for User Contributions
Post a support request in this forum and you will be banned!
Locked
User avatar
FTH
BBCoder III
BBCoder III
Posts: 124
Joined: 25 Nov 2011, 23:28
BBCodes: 10
Contact:

[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
(17.09 KiB) Downloaded 142 times
Demo :
http://graphogames.fr/skiniser/
User avatar
Terr0r
BBCoder V
BBCoder V
Posts: 339
Joined: 04 May 2011, 00:47
BBCodes: 100
Location: The Netherlands
Contact:

[Snippet] Add Number Whos on your board

Post by Terr0r »

Looks very nice :)
If you can't fix it with ducktape you ain't using enough
For my MODS and BBCodes or other things that I have made take a look here
User avatar
Blackwolf
BBCoder IV
BBCoder IV
Posts: 272
Joined: 04 Dec 2010, 12:36
BBCodes: 101
Favourite BBCode: Dropcap
Favourite MOD: mchat
Location: Melbourne Australia

[Snippet] Add Number Whos on your board

Post by Blackwolf »

Cool! Thanks.
Ultimate Edition, Ultimate Edition Oz, Oz Unity

“We are Anonymous. We are Legion. We do not forgive. We do not forget. Expect us.”
Locked