Back to vBulletin 3.7 Add-ons

BB Code Blink - working in Firefox, Internet Explorer and Opera
Mod Version: 1.00, by Sunka

This modification is in the archives.
vB Version: 3.7.x Rating: (1 vote - 4.00 average) Installs: 21
Released: 16 Dec 2008 Last Update: Never Downloads: 1
Not Supported Re-usable Code  

Before vBulletin I use phpBB, and some BBcodes I found in past, working very good in vBulletin. This BB code is modification from http://www.phpbb3bbcodes.com

All thanks go to them , I just make it work on vBulletin.

This Blink BBcode works in firefox, IE and Opera.

Title: Blink

Tag: blink

Replacement:


Code:
<script type="text/javascript">
      function colorblink(elmid,ms){
        elm=document.getElementById(elmid);
        elm.style.color="rgb("+Math.floor(Math.random()*255)+","+Math.floor(Math.random()*255)+","+Math.floor(Math.random()*255)+")";
        setTimeout("colorblink('"+elmid+"',"+ms+");",ms);
      }
    </script>
    <span id="{param}">{param}</span>
    <script type="text/javascript">colorblink("{param}",800);</script>
Example: [blink]Example[/blink]

Description: Blinking text

Use {option}: No

Button Image (Optional) or use attached

Code:
...Find some nice .gif on google...

Download

No files for download.


vblts.ru supports vBulletin®, 2022-2024