The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Blink BBCode- The Ultimate BB Code! Details »» | |||||||||||||||||||||||||||
Blink BBCode- The Ultimate BB Code!
Developer Last Online: Aug 2023
Back in the day Netscape made the <blink> tag, and it was good...
But then all the hater's rose up and effectively destroyed the humble <blink> tag in an attempt to strip it of its pure awesomeness and erase any trace of its existence from history. This can not be allowed to happen so I present the BLINK BB Code... There is another Blink BB Code for 3.7 but problems have been reported using it in 3.8 while this one works in 3.8 and 4. You also don't need to disable other bbcode or smilies like in the original version. NEW!!! - See Post #3 for a version that works in all major web browsers. It is currently working in IE, Firefox, and Opera. It is not working in Safari and Chrome, for my site that is less than 12% of all traffic so I can deal with some people not seeing this amazing tag... for them text just won't blink, there is no error. It requires JavaScript to be active. This is based off of code found here and their copyright remains intact. I have made some additions for increased compatibility. Demo: here. Add a new BBCode Title: Blink BB Code Tag Name: blink Replacement: Code:
<SCRIPT> // Before you reuse this script you may want to have your head examined // // Copyright 1999 InsideDHTML.com, LLC. function doBlink() { // Blink, Blink, Blink... var blink = document.all.tags("BLINK") for (var i=0; i < blink.length; i++) blink[i].style.visibility = blink[i].style.visibility == "" ? "hidden" : "" } function startBlink() { // Make sure it is IE4 if (document.all) setInterval("doBlink()",1000) } window.onload = startBlink; </SCRIPT> <blink>{param}</blink> Description: This code makes text Blink in IE, FF, and Opera Use Option: No Button Image: (optional) Remove Tag If Empty: Yes All Disable Options: No Unlike the other blink bbcode you can have line-breaks in this code... [blink] line 1 line 2 [/blink] works just as well as [blink]line 1. line 2.[/blink] Please mark as installed if you use this. Check My Profile for other BB Code enhancements. They work on all versions. Show Your Support
|
Благодарность от: | ||
iiioroh |
Comments |
#2
|
|||
|
|||
Nice thank you
|
#3
|
||||
|
||||
I have a new version that works in ALL major browsers including: IE / Firefox / Chrome / Opera and Safari! This is a little more complicated to implement so if you're happy with the existing tag there is no NEED to upgrade, however this new version works on more (all) browsers.
It makes use of the jquery javascript library built into VB4. Step 1. Download the attachment, unzip, and upload the .js file it to your /clientscript/jquery/ directory. (This may be under /forums/clientscript/jquery/ or any other directory you have your forums installed in.) Step 2. Admin CP -> Styles and Templates -> Style Manger -> Choose your style(s) -> All Style Options: Edit your headinclude template and add the following code at the bottom of it: Code:
<!-- Start Blinking Text jquery Script--> <script src="/forums/clientscript/jquery/jquery-1.3.min.js" language="javscript" type="text/javascript"></script> <script src="/forums/clientscript/jquery/jquery-blink.js" language="javscript" type="text/javascript"></script> <script type="text/javascript" language="javascript"> $(document).ready(function() { $('.blink').blink(); }); </script> <!-- End Blinking Text jquery Script--> jquery-1.3.min.js is already installed in your /clientscript/jquery/ directory. Step 3. Make a new BB Code using the instructions in the first post or edit your existing blink bb code. Use the following replacement code instead of the replacement in the first post. (much shorter): Code:
<span class="blink">{param}</span> Note: Updated to use VB4's built in jquery file. |
#4
|
||||
|
||||
You could also do this and not have to worry about staying up-to-date on jquery.
Quote:
|
#5
|
||||
|
||||
Pretty cool, but how could I get the password box like on the demo page?
|
#6
|
|||
|
|||
installed and working in 4.0.6
I do agree with Boofo that instructions for installation should accompany the download of the js |
#7
|
||||
|
||||
Quote:
Quote:
I will start providing downloadable instructions for my mods, I have a few to catch up on... in the mean time you could always copy and paste the info from the relevant post into a text file and save it if you're worried you may lose access. |
#8
|
||||
|
||||
Updated to latest jquery release...you don't need to upgrade but it's in the new zip if you want it.
|
#9
|
||||
|
||||
Just FYI, there is a new directory in vb 4 now:
Quote:
Quote:
|
#10
|
||||
|
||||
Thanks Boofo, I didn't even think to look if VB4 shipped with jquery (vb3 does not) - I've updated the instructions once again to make use of the file that's already there.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|