Post by Devin Froseth on Aug 20, 2011 17:35:22 GMT -5
Code: Glide PM Bar 2.0 Premium
Author: Devin Froseth
Installation Instructions
- Place the code at the top of the Global Header.
- Do not modify ANYTHING. Incorrectly modifying the code could cause it to not work properly.
- You can modify the settings through the Glide Control Panel. The link to this page can be found under the Headers and Footers link. Follow the instructions on that page.
- Please read stickied threads at the official Glide PM Bar 2.0 Premium forum for full instructions and documentation.
Compatibility
This code has been tested in and appears to be working properly in:
- Mozilla Firefox 6
- Internet Explorer 8
- Opera 11
- Google Chrome
Problems/Bugs/Suggestions
If you have found a bug or problem with Glide PM Bar 2.0 Premium, please let me know about it at the official Glide PM Bar 2.0 Premium forum.
Note
This script is remotely hosted at one of my domains. This means that if my server isn't working properly (very rare) or the hosting is canceled in the future (more likely, but I will give notice), the script will stop working. You can rehost the script if you like, but be sure to change the src attribute of the <script> tag to the new location of the script. You can view this file here.
Author: Devin Froseth
<!-- Glide PM Bar v2.0 Premium Package -->
<!--glidecss--><style type='text/css'>
#glide { height: 27px; background-color: #000000; }
#glide span { color: #fff; }
#glide a { color: #f00; }
</style><!--/glidecss-->
<style type='text/css'>
body { margin-top: 30px; }
#glide { position: fixed; top: 0; left: 0; width: 100%; overflow: hidden; }
#glide_left { float: left; margin: 5px; }
#glide_right { float: right; margin: 5px; }
</style>
<!--[if lt IE 9]>
<style type='text/css'>
#glide { position: absolute; top: expression(glidePosY = document.body.scrollTop + "px"); }
</style>
<![endif]-->
<script type='text/javascript'>
/**
* Glide PM Bar v2.0 Premium
* Written by Devin Froseth
* devinfroseth.proboards.com
*/
var GlideData = {guest:{},member:{},tokens:{}};
GlideData = {guest:{},member:{}};
GlideData.height=27;
GlideData.time=2;
GlideData.guest.display=0;
GlideData.guest.left="Welcome guest, please {login} or {register} to use this feature.";
GlideData.guest.right="{date}";
GlideData.member.display=2;
GlideData.member.left="Hey {user}. You have {total} messages, {new} {isare} new.";
GlideData.member.right="{date}";
document.write("<script type='text/javascript' src='http://pb.mobaking.com/glide/2_0p.js'></scr" + "ipt>");
</script>
<!-- End of Glide PM Bar v2.0 Premium Package -->
Installation Instructions
- Place the code at the top of the Global Header.
- Do not modify ANYTHING. Incorrectly modifying the code could cause it to not work properly.
- You can modify the settings through the Glide Control Panel. The link to this page can be found under the Headers and Footers link. Follow the instructions on that page.
- Please read stickied threads at the official Glide PM Bar 2.0 Premium forum for full instructions and documentation.
Compatibility
This code has been tested in and appears to be working properly in:
- Mozilla Firefox 6
- Internet Explorer 8
- Opera 11
- Google Chrome
Problems/Bugs/Suggestions
If you have found a bug or problem with Glide PM Bar 2.0 Premium, please let me know about it at the official Glide PM Bar 2.0 Premium forum.
Note
This script is remotely hosted at one of my domains. This means that if my server isn't working properly (very rare) or the hosting is canceled in the future (more likely, but I will give notice), the script will stop working. You can rehost the script if you like, but be sure to change the src attribute of the <script> tag to the new location of the script. You can view this file here.