CooL NeW TexT StyleS FoR VbulletiN CodeS

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AMG
    Member
    • Dec 2000
    • 95

    CooL NeW TexT StyleS FoR VbulletiN CodeS



    this is the link to the text styles but there is a problem!

    The way the vB code is set up i cannot make it global, that I know of! This is standard CSS. Could someone give me some detailed instructions that i could make this a global variable

    instead of [redglow]Test[/redglow] default doing red srtength=2 can I make it

    glow color=, srength=

    if so please let me knoe
  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 73981

    #2
    Since it isn't even trying to parse the custom codes, how did you set them up? What do the entries in Custom BBCode in your control panel look like?

    Is BBCode on for that forum even?


    On a side note: until your forum gets rocking, I would suggest change hot topics down to around 10-15. This will give the impression on a more active board. As you get more posts and traffic, you can move it up. I have mine set to 25 now and we get an average of 500 posts a day.
    Translations provided by Google.

    Wayne Luke
    The Rabid Badger - a vBulletin Cloud demonstration site.
    vBulletin 5 API

    Comment

    • AMG
      Member
      • Dec 2000
      • 95

      #3
      S O R R Y!

      Those vB codes are a BIG BOO BOO!

      They are set-up incorrectly! I need to channel them to the CSS template somehow! The codes that are in that forum are nothing that you want beleive me! I found an error in them!

      I was trying to bring a little something to this board since you guyz were giving me alot well some help!

      If I figure out how to set it up with the CSS template I will let you know! For now please don't ask for the code becuz I won't be responsible for the H E L L that it can cause a B I G forum!

      Sorry

      Maybe another time

      Comment

      • Wayne Luke
        vBulletin Technical Support Lead
        • Aug 2000
        • 73981

        #4
        You tell me what you are trying to acheive and I can tell you how to do it in BBCode. BBCode doesn't have access to the CSS template so that isn't the problem.

        What you might try is this in your CSS template:
        Code:
        .redglow{
        filter:glow(color=FF0000,strength=3);
        width:100%;
        }
        Then in the Custom BBCode section of your Control Panel add the appropriate codes...

        Code: [redglow]
        Replace with: <span class="redglow">

        Code: [/redglow]
        Replace with: </span>

        Also please note these would only work in Internet Explorer.

        [Edited by wluke on 12-21-2000 at 11:46 AM]
        Translations provided by Google.

        Wayne Luke
        The Rabid Badger - a vBulletin Cloud demonstration site.
        vBulletin 5 API

        Comment

        • Mike Sullivan
          Former vBulletin Developer
          • Apr 2000
          • 13327
          • 3.6.x

          #5
          If you want to set up something like
          [glow=XYZ]..[/glow],
          you'll have to do that directly in global.php

          You could probably do something like
          [glow strength=X color=X]...[/glow],
          But it'd probably be a little touchy.

          Comment

          • AMG
            Member
            • Dec 2000
            • 95

            #6
            The way I had it set-up was

            <table style="filter:glow(color=blue, strength=2)"><tr><td>

            [glowblue]Text here[/glowblue]

            </tr><td></table>

            The thing that was really bad was if you for got the [/glowblue] mis-spelled it or whatever you have royally messed up your Tables!

            So I had to take it out!

            There has to be a way to make it run with CSS becuz it is CSS Text Coding

            There is a

            Glow effect
            Shadow effect
            Invert & a few others

            I need it to be [glow strength=2 color=blue]

            but I can't figure out where i'd add the coding

            When or If i figure it out, I will surely post it up here or make a crack!

            Comment

            Related Topics

            Collapse

            Working...