Rotating Text BBcode

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

Rotating Text BBcode

Post by BBCode Bot »

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]
User avatar
neptune
BBCoder II
BBCoder II
Posts: 35
Joined: 09 Mar 2010, 12:23

Re: Rotating Text BBcode

Post by neptune »

can i use pictures instead of text in this bbcode?
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: Rotating Text BBcode

Post by Stoker »

Dont think so.
Board rules! No PM support
User avatar
neptune
BBCoder II
BBCoder II
Posts: 35
Joined: 09 Mar 2010, 12:23

Re: Rotating Text BBcode

Post by neptune »

is there a bbcode with rotating pictures, i dont find such a bbcode?
Image
KukY13
BBCoder III
BBCoder III
Posts: 96
Joined: 26 Jun 2010, 16:23
Contact:

Re: Rotating Text BBcode

Post by KukY13 »

neptune » 01 May 2010, 12:20 wrote:is there a bbcode with rotating pictures, i dont find such a bbcode?
I think it is possible, if you place HTML <img> tags instead of text while writing the BBCode.
Image
goodprice
BBCoder I
BBCoder I
Posts: 2
Joined: 08 Jul 2010, 10:40
Contact:

Re: Rotating Text BBcode

Post by goodprice »

This is BBcode ?
The best fitness belt and
body massager is from goodprice.tv
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: Rotating Text BBcode

Post by cisco007 »

yes it's a bbcode!

Second post of yours deleted, not need to double post when you had nothing to say!
User avatar
neuropass
BBCoder IV
BBCoder IV
Posts: 173
Joined: 11 Apr 2010, 02:33

Re: Rotating Text BBcode

Post by neuropass »

the author link is not right...
Modd it up! TweakScene ;-) Support us! || Follow us ||

Image
KukY13
BBCoder III
BBCoder III
Posts: 96
Joined: 26 Jun 2010, 16:23
Contact:

Re: Rotating Text BBcode

Post by KukY13 »

neuropass » 09 Jul 2010, 07:27 wrote:the author link is not right...
http://www.evinext.com/
Image
Locked