Credit for all BBcodes to some people from ozone2000's thread and me. The add new code link can be reached at http://www.yoursite.com/forums/admin...ode.php?do=add
Spoiler In your main CSS, add the following to your "Additional CSS Definitions":
In your BB Code Manager, input the following:
Title:
Spoiler Tags
Tag:
spoiler
Replacement:
Example:
[spoiler]You can't see this... Wait you can.[/spoiler]
Use Option:
No
DroplistCode:
.spoiler { COLOR: #000000; BACKGROUND-COLOR: #000000 }
Title:
Spoiler Tags
Tag:
spoiler
Replacement:
Code:
<span class="spoiler" onmouseover="this.style.color='#FFFFFF';" onmouseout="this.style.color=this.style.backgroundColor='#0000 00'">{param}</span>
[spoiler]You can't see this... Wait you can.[/spoiler]
Use Option:
No
To add the droplist you need both of these codes. (option & drop)
Title:
Drop
Tag:
drop
Replacement:
Code:
<select>{param}</select>
No
Title:
Option
Tag:
option
Replacement:
Code:
<option>{param}</option>
No
Center
Title:
Center
Tag:
center
Replacement:
Code:
<center>{param}</center>
No
Hide Tag
For those of you who have a hide tag installed and would like a button to go with it.
Title:
Hide
Tag:
hide
Replacement:
Code:
[hide]{param}[/hide]
No
Button Image:
Do not hotlink my image.
http://img95.exs.cx/img95/34/hide9ql.gif
Blink
Title:
Blink
Tag:
blink
Replacement:
Code:
<span style="text-decoration: blink;">{param}
[blink]Cool, I blink[/blink]
Use option:
No
Shadow text
Title:
Shadow
Tag:
shadow
Replacement:
Code:
<div style="width:100%; filter:shadow(color={option}, direction=225)">{param}
[shadow=black]this text drops shadow[/shadow]
Use Option:
Yes
Glow text
Title:
Glow
Tag:
glow
Replacement:
Code:
<div style="width:100%; filter:glow(color={option}, strength=4)">{param}
[glow=blue]this text is glowing[/glow]
Use Option:
Yes
Moving text
Title:
Move
Tag:
move
Replacement:
Code:
<table height=100 width=300><tr><td style="filter:bold(color=black strength=1);font-family:arial;font-weight: BOLD;font-size:'14'"><marquee direction="right">{param}<br></table>
[move]This Moves Across The Screen[/move]
Use Option:
No
Pong
Title:
Pong
Tag:
pong
Replacement:
Code:
<table height=100 width=300><tr><td style="filter:bold(color=black strength=1);font-family:arial;font-weight: BOLD;font-size:'14'"><marquee behavior="alternate">{param}<br></table>
[pong]This text bounces left and right.[/pong]
Use Option:
No
Up
Title:
Up
Tag:
up
Replacement:
Code:
<sup>{param}</sup>
Example[up]2[/up]
Use Option:
No
Feel free to add to the list and I will update it into this post.
Check out my sites:
http://www.iwforums.com
http://www.wrestling-dungeon.com
Comment