Welcome to PhpBB3 BBCodes. Click here to register
Feed

Bar Title Animated BBCode

Bar Title Animated BBCode

Postby BBCode Bot » 06 Mar 2010, 11:11

Bar Title Animated BBCode

Author: Chico Gois
Description: With the Bar Title Animated BBCode you will get Bar Title Animated - Work IE7 & FF



BBCode:
Code: Select all
[animated]{SIMPLETEXT}[/animated]

HTML:
Code: Select all
<script type="text/javascript">
// *******************************************************************
// script by drevil_nz, Michael Dillon, Christchurch New Zealand.
// Permission granted to use this script provided this credit       
// remains intact. Visit my homepage www.chc.quik.co.nz/juggler/mikey.html
// Script written for Internet Explorer 4.0+.
// *******************************************************************

var message="{SIMPLETEXT}"     //specifys the title
var message=message+"          " //gives a pause at the end,1 space=1 speed unit, here I used 10 spaces@150 each = 1.5seconds.
i="0"                                 //declares the variable and sets it to start at 0
var temptitle=""                 //declares the variable and sets it to have no value yet.
var speed="150"                  //the delay in milliseconds between letters

function titler(){
if (!document.all&&!document.getElementById)
return
document.title=temptitle+message.charAt(i)  //sets the initial title
temptitle=temptitle+message.charAt(i)       //increases the title by one letter
i++                                            //increments the counter
if(i==message.length)                            //determines the end of the message
{
i="0"                                            //resets the counter at the end of the message
temptitle=""                                    //resets the title to a blank value
}
setTimeout("titler()",speed)                    //Restarts. Remove line for no-repeat.
}

window.onload=titler
</script>

Helpline:
Code: Select all
[animated]Your Text[/animated]

Example:
Code: Select all
[animated]Thanks Chico Gois[/animated]


Demo:
Look at the Browser Bar and see the animating title.
User avatar
BBCode Bot

BBCoder IV
 
 
Status: Offline
Posts: 243
Topics: 240
Joined: 04 Mar 2010, 13:04
Location: bbcode table

Donate to skip ads


Re: Bar Title Animated BBCode

Postby billoo » 24 Jun 2010, 04:23

can we make a mod in our forum index so that the main title shows up like this >>>
?
User avatar
billoo

BBCoder II
 
Windows XP Firefox
Status: Offline
Posts: 24
Topics: 2
Joined: 15 May 2010, 20:46
Last Visit: 17 Jul 2010, 00:06
PhpBB Version: 3.0.RC1

Re: Bar Title Animated BBCode

Postby cisco007 » 24 Jun 2010, 13:26

add the html or javascript to the overall_header.html of your style right before the </head> tag!
Chatbox is NOT!! for support, nor PM's
Don't know how to do something check this FORUM out!
Image
Image
User avatar
cisco007

Supporter
 
Windows 7 Firefox
Status: Offline
Posts: 997
Topics: 10
Joined: 16 Mar 2010, 16:14
Last Visit: Today, 05:09
Location: Don't really know!
PhpBB Version: 3.0.7-PL1

Re: Bar Title Animated BBCode

Postby billoo » 24 Jun 2010, 20:43

nothing happend the titlle has became biger some odd script is in it and nothing motion like thing there
User avatar
billoo

BBCoder II
 
Windows XP Firefox
Status: Offline
Posts: 24
Topics: 2
Joined: 15 May 2010, 20:46
Last Visit: 17 Jul 2010, 00:06
PhpBB Version: 3.0.RC1

Re: Bar Title Animated BBCode

Postby cisco007 » 24 Jun 2010, 20:53

you must not be doing something right, take a look here i had to make this just for you!

http://ciscoasite.zapto.org/dchat/index.php?style=19
Chatbox is NOT!! for support, nor PM's
Don't know how to do something check this FORUM out!
Image
Image
User avatar
cisco007

Supporter
 
Windows 7 Firefox
Status: Offline
Posts: 997
Topics: 10
Joined: 16 Mar 2010, 16:14
Last Visit: Today, 05:09
Location: Don't really know!
PhpBB Version: 3.0.7-PL1

Donate to skip ads



Return to BBCodes



  • Similar topics
    Replies
    Views
    Last Post

Who is online

Users browsing this forum: No registered users and 1 guest