PDA

View Full Version : BB Code Enhancements - [BB Code] Rollercoaster


Coroner
03-02-2009, 10:00 PM
This is a Rollercoaser BB Code.

Write a Text like a rollercoaster.

How To:
Go into you AdminCP and add a new BB Code:

Title: Rollercoaster
BB Code Tag Name: rc
Replacement:
<div>
<script type="text/javascript">
var rc_fs = 1;
var rc_dir = 1;
function rollertext(whichone)
{
for (i = 0; i < whichone.length;i++)
{
document.write(whichone.charAt(i).fontsize(rc_fs))
if (rc_dir == 1) // right
{
if (rc_fs < 7)
{
rc_fs++;
}
else
{
rc_fs--;
rc_dir = 0;
}
}
else
{
if (rc_fs > 1)
{
rc_fs--;
}
else
{
rc_fs++;
rc_dir = 1;
}
}
}
}
rollertext("{param}");
</script>
</div>
Example: Your text here
Description: Roller Coaster: Text here
Use {option}: No
Button Image: images/editor/rollercoaster.gif

PJSkiboy
03-03-2009, 11:58 AM
Interesting...

abdobasha2004
03-03-2009, 11:58 AM
nice and new !

Andyrew
03-03-2009, 12:20 PM
Cool bbcode :D:up:

Jasem
03-03-2009, 12:40 PM
nice, Thanks

AzzidReign
03-04-2009, 02:58 PM
lol this is interesting. I know my members would get a kick out of it...though I'd only like it to be used in certain forums. :/

Aclikyano
03-05-2009, 02:27 AM
Thanks! Installed

itsheinz
03-05-2009, 02:41 AM
Nice one..im gona install^^Thanks for sharing.

Sleaklight
03-05-2009, 03:23 AM
I run a roller coaster / theme parks forum. I am sure they'll enjoy this when we go live with the new site. Thanks.

raggyt
05-23-2009, 11:29 PM
now added thankyou

DobieGillis?
05-23-2009, 11:40 PM
you are awesome sauce!

wolfiejp
05-23-2009, 11:47 PM
ok ive made a booboo somewhere, If i hit the rc button first and then enter the txt in the middle it works perfect But if i enter the txt and highlight it " this is what my members are use to doing with bbcode " all i get is one thin line.

Has anyone got any suggestions as to where i made a booboo

cheers

Limode
05-24-2009, 02:26 AM
not work with vbseo.

lm3a.net
05-24-2009, 04:31 AM
Cool one

thank u,