Coroner
03-04-2009, 10:00 PM
This is a Browser BB Code.
It will draw a small box with informations about the Users (post viewing) browser.
How To:
Go into you AdminCP and add a new BB Code:
Title: Browser
BB Code Tag Name: browser
Replacement:
<table cellpadding="6" cellspacing="1" class="tborder" border="0"><tr><td class="alt2" align="left">
<script type="text/javascript">
document.write ("Browser: " + navigator.appName + "<br />");
document.write ("User Agent: " + navigator.userAgent + "<br />");
document.write ("Platform: " + navigator.platform + "<br />");
</script>
</td></tr></table>
Example:
[B]Description: The Browser Info BBCode shows information about the viewers browser.
Use {option}: No
Button Image: ---
Remove Tag If Empty: No
Use [ instead of { and ] instead of } in the example.
It will draw a small box with informations about the Users (post viewing) browser.
How To:
Go into you AdminCP and add a new BB Code:
Title: Browser
BB Code Tag Name: browser
Replacement:
<table cellpadding="6" cellspacing="1" class="tborder" border="0"><tr><td class="alt2" align="left">
<script type="text/javascript">
document.write ("Browser: " + navigator.appName + "<br />");
document.write ("User Agent: " + navigator.userAgent + "<br />");
document.write ("Platform: " + navigator.platform + "<br />");
</script>
</td></tr></table>
Example:
[B]Description: The Browser Info BBCode shows information about the viewers browser.
Use {option}: No
Button Image: ---
Remove Tag If Empty: No
Use [ instead of { and ] instead of } in the example.