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 |
#12
|
||||
|
||||
To be totally honest, I was surprised to find that directory in vb 4. Maybe vb 4 is finally going in the right direction using jquery.
|
#13
|
|||
|
|||
thanks 4 good work
|
#14
|
||||
|
||||
Quote:
your welcome- but really the thanks should go to the good people who designed the jquery package - I just found this and thought it would be good for us VB folk. |
#15
|
|||
|
|||
Thanks man,this is cool.
|
#16
|
||||
|
||||
5 Stars
installed working with 4.1.0 thank you bro |
#17
|
|||
|
|||
thanks, installed working with 4.0.7
|
#18
|
|||
|
|||
great & THANKS working great on all browsers running VB 4.1.1 im very fond of this one
Quote:
|
#19
|
||||
|
||||
<a href="http://www.theriseoftsm.com/forums/index.php" target="_blank">http://www.theriseoftsm.com/forums/index.php</a>
Just installed the version from post 3 on my forums and its not working in Chrome for me on vB 4.1.3. Weird thing is, your demo site from the 1st post works just fine (yes I tried the version in the op 1st and it didnt work either). |
#20
|
||||
|
||||
What was the exact code you used ?(since per the instructions you need to customize the file paths/names for your forum.)
|
#21
|
||||
|
||||
My file paths were the same as yours so I left it alone.
EDIT: My bad, I was just going by the little preview box in the AdminCP. I did it in a post and it works fine. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|