+ Reply to Thread
Results 1 to 12 of 12

Thread: Custom BBcodes

Threaded View

  1. #1
    New Member JsnakeJ has disabled reputation
    Join Date
    Apr 2005
    Posts
    16

    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=add

    Spoiler
    In your main CSS, add the following to your "Additional CSS Definitions":
    Code:
    .spoiler { COLOR: #000000; BACKGROUND-COLOR: #000000 }
    In your BB Code Manager, input the following:

    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>
    Example:
    [spoiler]You can't see this... Wait you can.[/spoiler]

    Use Option:
    No


    Droplist

    To add the droplist you need both of these codes. (option & drop)

    Title:
    Drop

    Tag:
    drop

    Replacement:
    Code:
    <select>{param}</select>
    Use Option:
    No


    Title:
    Option

    Tag:
    option

    Replacement:
    Code:
    <option>{param}</option>
    Use Option:
    No



    Center

    Title:
    Center

    Tag:
    center

    Replacement:
    Code:
    <center>{param}</center>
    Use Option:
    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]
    Use Option:
    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}
    Example:
    [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}
    Example:
    [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}
    Example:
    [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>
    Example:
    [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>
    Example:
    [pong]This text bounces left and right.[/pong]

    Use Option:
    No



    Up

    Title:
    Up

    Tag:
    up

    Replacement:
    Code:
    <sup>{param}</sup>
    Example:
    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
    Last edited by JsnakeJ; Tue 12th Apr '05 at 2:31pm.
    Help Threads: BBcodes

    My Sites: Wrestling-Dungeon | Immortal Wrestling

  2. #2
    New Member Krismaster is on a distinguished road
    Join Date
    Mar 2005
    Posts
    2
    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!

  3. #3
    Senior Member Dean C has disabled reputation Dean C's Avatar
    Join Date
    Mar 2002
    Location
    England
    Posts
    4,460
    <right> and <left> are not valid HTML. You should use a div or span with style="text-align: right;" or style="text-align: left;"

  4. #4
    New Member angelicGrace is on a distinguished road angelicGrace's Avatar
    Join Date
    Jun 2004
    Age
    27
    Posts
    24
    ok pong and blink are wicked cool. rock on!

  5. #5
    vBulletin Team Zachery has a spectacular aura about Zachery has a spectacular aura about Zachery's Avatar
    Join Date
    Jul 2002
    Location
    Cleveland, Ohio
    Age
    24
    Posts
    40,641
    You should also really avoid using filter due to the lack of support on any non Windows Browser.
    Zachery Woods
    vBulletin Support Team
    Please do not PM me for support
    $this->hasFlavr() ? $nom->nom('nom') : $want->doNot()

  6. #6
    New Member angelicGrace is on a distinguished road angelicGrace's Avatar
    Join Date
    Jun 2004
    Age
    27
    Posts
    24
    Is filter the reason glow refuses to show in Mozilla? Cause that would sure make it more clear when reporting bug to Mozilla.

+ Reply to Thread

Similar Threads

  1. Locking bbcodes
    By Gri in forum vBulletin 3.0 How Do I and Troubleshooting Forum
    Replies: 2
    Last Post: Thu 10th Mar '05, 6:27pm
  2. Some BBcodes not working!!
    By mutawa in forum vBulletin 3.0 How Do I and Troubleshooting Forum
    Replies: 2
    Last Post: Sun 8th Aug '04, 8:24am
  3. bbcodes - need help fast please..
    By kpowning in forum vBulletin 2 'How Do I' and Troubleshooting
    Replies: 0
    Last Post: Mon 12th Jan '04, 12:48am
  4. BBCodes?
    By DCz_power in forum vBulletin Templates, Graphics & Styles
    Replies: 1
    Last Post: Sun 22nd Jun '03, 10:30pm
  5. Bbcodes Help
    By blade57 in forum vBulletin Templates, Graphics & Styles
    Replies: 5
    Last Post: Fri 7th Sep '01, 4:33pm

Bookmarks

Posting Permissions

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts