Rotating Text 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 Offline
BBCoder IV
BBCoder IV
Posts: 239
Joined: 04 Mar 2010, 13:04
Last active: -
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 Offline
BBCoder II
BBCoder II
Posts: 35
Joined: 09 Mar 2010, 10:23
Last active: -

Re: Rotating Text BBcode

Post by neptune »

can i use pictures instead of text in this bbcode?
Image
User avatar
Stoker Offline
Site Admin
Site Admin
Posts: 4,181
Joined: 12 May 2008, 21:26
Last active: -
Favourite EXT: Forum Goal
Location: Denmark

Re: Rotating Text BBcode

Post by Stoker »

Dont think so.
~ The greatest achievement in life is to inspire ~
Regards Stoker
User avatar
neptune Offline
BBCoder II
BBCoder II
Posts: 35
Joined: 09 Mar 2010, 10:23
Last active: -

Re: Rotating Text BBcode

Post by neptune »

is there a bbcode with rotating pictures, i dont find such a bbcode?
Image
No Avatar
KukY13 Offline
BBCoder III
BBCoder III
Posts: 96
Joined: 26 Jun 2010, 14:23
Last active: -

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
No Avatar
goodprice Offline
BBCoder I
BBCoder I
Posts: 2
Joined: 08 Jul 2010, 08:40
Last active: -

Re: Rotating Text BBcode

Post by goodprice »

This is BBcode ?
The best fitness belt and
body massager is from goodprice.tv
No Avatar
cisco007 Offline
BBCoder VI
BBCoder VI
Posts: 1,015
Joined: 16 Mar 2010, 16:14
Last active: -
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 Offline
BBCoder IV
BBCoder IV
Posts: 173
Joined: 11 Apr 2010, 00:33
Last active: -

Re: Rotating Text BBcode

Post by neuropass »

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

Image
No Avatar
KukY13 Offline
BBCoder III
BBCoder III
Posts: 96
Joined: 26 Jun 2010, 14:23
Last active: -

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