Blinking BBCode

Ordinary BBCode Database
BBCodes that need nothing else than installation through ACP
There is no support here! Only Read Access!
User avatar
BBCode Bot
BBCoder IV
BBCoder IV
Posts: 239
Joined: 04 Mar 2010, 15:04
Location: bbcode table

Blinking BBCode

Post by BBCode Bot »

Blinking BBCode

Author: Stoker
Description: With the Blinking BBCode you can insert blinking text
Note that the code is not valid xhtml, but it works fine.

BBCode:

Code: Select all

[blink2]{INTTEXT}[/blink2]
HTML:

Code: Select all

<script type="text/javascript">
        <!--
        function doBlink() {
        var b = document.all.tags("BLINK")
        for ( i=0; i < b.length; i++)b[i].style.visibility = (b[i].style.visibility
        == "" )? "hidden" : "" }
        function startBlink() {
        if (document.all)setInterval("doBlink()",800)}
        window.onload = startBlink;
        //-->
        </script>
<blink>{INTTEXT}</blink>
Helpline:

Code: Select all

Blinking: [blink2][/blink2]
Example:

Code: Select all

[blink2]Blinking text using javasript[/blink2]
Demo:
[blink2]Blinking text using javasript[/blink2]
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: Blinking BBCode

Post by cisco007 »

so i just increase the 800 for it to blink slower?
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Re: Blinking BBCode

Post by Stoker »

I guess its worth a try :D
Board rules! No PM support
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: Blinking BBCode

Post by cisco007 »

i guess it is!
User avatar
neuropass
BBCoder IV
BBCoder IV
Posts: 173
Joined: 11 Apr 2010, 02:33

Re: Blinking BBCode

Post by neuropass »

it doesn't seem to be working when you have special characters in it...

Like

Code: Select all

".; etc
Modd it up! TweakScene ;-) Support us! || Follow us ||

Image
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Re: Blinking BBCode

Post by Stoker »

That because of the js, cant do anything about it.
Board rules! No PM support
Denny
BBCoder II
BBCoder II
Posts: 29
Joined: 10 Mar 2010, 17:48

Re: Blinking BBCode

Post by Denny »

May I ask what are you using to display the copyright notice on here, when you click copyright ? Is this a combination of the Blink, plus the copyright notice bbcode ?
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Re: Blinking BBCode

Post by Stoker »

I use the html for the blink code on that page.
The rest is just som plain html coding.
Board rules! No PM support
Denny
BBCoder II
BBCoder II
Posts: 29
Joined: 10 Mar 2010, 17:48

Re: Blinking BBCode

Post by Denny »

Thank you Stoker. :)
User avatar
Ephemeraboy
BBCoder II
BBCoder II
Posts: 37
Joined: 09 Mar 2010, 04:03
Location: bonatius.com
Contact:

Re: Blinking BBCode

Post by Ephemeraboy »

is this work for all browser stoker...??
My Personal Blog
http://www.bonatius.com
Locked