Ordinary BBCode Database
BBCodes that need nothing else than installation through ACP
There is no support here! Only Read Access!
BBCode Bot
BBCoder IV
Posts: 239 Joined: 04 Mar 2010, 13:04
Location: bbcode table
Post
by BBCode Bot » 05 Mar 2010, 06:07
Rotating Text BBcode
Author :
Evan Holloway
Description : Prints a random text string (like a quote). This is often used in signatures. The number of strings goes in the tag option as an integer. The strings are seperated by underscore "_" in between the tags.
BBCode:
Code: Select all
[rtxt={NUMBER}]{SIMPLETEXT}[/rtxt]
HTML:
Code: Select all
<script type="text/javascript">
var qttxta = "{SIMPLETEXT}";
var qtxtsel = qttxta.split("_");
var qtnums = Math.floor(Math.random()*{NUMBER});
document.write(qtxtsel[qtnums]);
</script>
Helpline:
Code: Select all
Random string rotator: [rtxt=number_of_strings]strings_seperated_by_bars[/rtxt]
Example:
Code: Select all
[rtxt=8]Quote 1_Quote 2_Quote 3_Quote 4_Quote 5_Quote 6_Quote 7_Quote 8[/rtxt]
Demo:
[rtxt=8]Quote 1_Quote 2_Quote 3_Quote 4_Quote 5_Quote 6_Quote 7_Quote 8[/rtxt]
neptune
BBCoder II
Posts: 35 Joined: 09 Mar 2010, 10:23
Post
by neptune » 01 May 2010, 09:14
can i use pictures instead of text in this bbcode?
Stoker
Site Admin
Posts: 3573 Joined: 12 May 2008, 21:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Post
by Stoker » 01 May 2010, 10:13
Dont think so.
The greatest achievement in life is to inspire others
Board rules! No PM support
neptune
BBCoder II
Posts: 35 Joined: 09 Mar 2010, 10:23
Post
by neptune » 01 May 2010, 10:20
is there a bbcode with rotating pictures, i dont find such a bbcode?
KukY13
BBCoder III
Posts: 96 Joined: 26 Jun 2010, 14:23
Post
by KukY13 » 26 Jun 2010, 15:56
I think it is possible, if you place HTML <img> tags instead of text while writing the BBCode.
goodprice
BBCoder I
Posts: 2 Joined: 08 Jul 2010, 08:40
Post
by goodprice » 08 Jul 2010, 09:20
This is BBcode ?
cisco007
BBCoder VI
Posts: 1015 Joined: 16 Mar 2010, 16:14
Location: Don't really know!
Post
by cisco007 » 08 Jul 2010, 14:26
yes it's a bbcode!
Second post of yours deleted, not need to double post when you had nothing to say!
neuropass
BBCoder IV
Posts: 173 Joined: 11 Apr 2010, 00:33
Post
by neuropass » 09 Jul 2010, 05:27
the author link is not right...
KukY13
BBCoder III
Posts: 96 Joined: 26 Jun 2010, 14:23
Post
by KukY13 » 09 Jul 2010, 09:32