Announcement
Collapse
No announcement yet.
Custom BBcodes
Collapse
X
-
i can see the blinking one working for me, but none of my members can see it.
Leave a comment:
-
Dean, thats not true, mozilla has a ton of non standard CSS tags as well.
Leave a comment:
-
ThanksI guess the next best logic would be for someone to make one that works with Mozilla. Not that t would ever be me. I am just learning html and php. I am lucky if can add a link on my own just yet.
Leave a comment:
-
Is filter the reason glow refuses to show in Mozilla? Cause that would sure make it more clear when reporting bug to Mozilla.
Leave a comment:
-
You should also really avoid using filter due to the lack of support on any non Windows Browser.
Leave a comment:
-
<right> and <left> are not valid HTML. You should use a div or span with style="text-align: right;" or style="text-align: left;"
Leave a comment:
-
Fantastic thread. I may be a newbie but that is the best thread I have seen. Great work Jake and the thread that he edited!
Leave a comment:
-
Custom BBcodes
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=addSpoiler
In your main CSS, add the following to your "Additional CSS Definitions":Droplist
Code:.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.comLast edited by JsnakeJ; Tue 12 Apr '05, 9:31am.Tags: None
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Leave a comment: