Announcement

Collapse
No announcement yet.

i share my BB codes...

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • #31
    cheers mate, worked a charm!

    Comment


    • #32
      colour

      bro can you tell me what the bb code is for the text ive took mine out and i need to replace it with the right code for the text colour to work please help

      Comment


      • #33
        blade57,

        Please enter your license info into your user profile. See my sig for details. Thanks!
        Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
        Change CKEditor Colors to Match Style (for 4.1.4 and above)

        Steve Machol Photography


        Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


        Comment


        • #34
          These are all awesome, and they worked without a hitch.
          I do have a question though (my search came up with close to, but not exactly, what i was looking for)

          Which template do I need to edit to include these new items in the vBcode help page? (the one that pops up, not the normal FAQ page)

          Thanks!

          Comment


          • #35
            I have customized the glow tag so that you can specify both the color and the strength through the tag itself.

            This is my code replacement:
            Code:
            <div style="width:100%; filter:glow{option}">{param}</div>
            This is my example:
            Code:
            [glow=(color=blue, strength=3)]this text is glowing[/glow]
            Goddess Washu, here is my spoiler tag: http://www.vbulletin.com/forum/showt...threadid=16306
            -Justin "JJR512" Rebbert
            JJR512.com: Chat about anything!

            Comment


            • #36
              Re: Flash bbcode

              Originally posted by adrianmak
              vB Code tag
              ----------------
              swf


              vB Code replacement
              ----------------------------
              <embed src={option} width=400 height=300 type=application/x-shockwave-flash></embed>


              vB Code example
              ----------------------
              [swf=http://yourdomain.com/test.swf][/swf]


              Use {option} ?
              ---------------------
              yes
              adrianmak,

              how can i change the width and height autom. to the width and height of the swf file ??

              when it is a lillte flash movie , then you get a very big frame whit a lillte movie in it

              Comment


              • #37
                Originally posted by NYI Fan
                Which template do I need to edit to include these new items in the vBcode help page? (the one that pops up, not the normal FAQ page)

                Thanks!
                Can anyone point me in the right direction?

                Thanks!
                ==============================================
                <feeling like a moron>
                Nevermind, somehow I overlooked the (DOH!) bbcodes template
                Thanks anyway
                </moron mode>
                Last edited by NYI Fan; Wed 19 Sep '01, 5:52pm.

                Comment


                • #38
                  It's been mentioned before, but thought I'd ask too...

                  One for "spoilers" where the foreground and background color is the same (and you have to highlight it with your mouse to see the spoiler) or something would be really great!

                  Either that, or it could could give a warning, then count to 20 down the screen before revealing the spoiler...?

                  Hmm.

                  -Jason / WTF.com

                  "I think I've been quite clear that the new style will be in vB4." - Allen Lin / February 16, 2012

                  Comment


                  • #39
                    Whoops, didn't catch the post on spoilers by JJR512, but got it working now.. Thanks guys!
                    -Jason / WTF.com

                    "I think I've been quite clear that the new style will be in vB4." - Allen Lin / February 16, 2012

                    Comment


                    • #40
                      Re: Re: Flash bbcode

                      Originally posted by ~Mr NeMo~


                      adrianmak,

                      how can i change the width and height autom. to the width and height of the swf file ??

                      when it is a lillte flash movie , then you get a very big frame whit a lillte movie in it

                      Thanks god you gave me a idea!!!
                      Ill see if i can fix up a code where you can choose the height and width!

                      Comment


                      • #41
                        To get both the height and width as user-specified, what you have to do is something like this:

                        Tag: swf

                        Code Replacement: <embed src={option} type=application/x-shockwave-flash></embed>

                        Code Example: [swf="http://yoursite.com/yourmovie.swf height=000 width=000"][/swf]

                        You see, because the user must type in the source path to the flash file, followed by height= and witdth=, and all that is inside the quotes, all of the becomes the {option}. So the code replacement, which is embed src={option} type=application/etc. then becomes embed src=<path> height=xxx width=yyy type=application/etc.

                        Note that nothing actually goes inside the tag, inside the square brackets.
                        -Justin "JJR512" Rebbert
                        JJR512.com: Chat about anything!

                        Comment


                        • #42
                          ***NEW BB CODES***


                          ----------------------------------------------
                          vB Code tag:
                          mid
                          -----------------------
                          vB Code replacement:
                          <embed src ="{param}" autostart="true" hidden="true" loop="true" ></embed>
                          -----------------------
                          vB Code example:
                          [mid]http://www3.mistral.co.uk/colinp/sultans.mid[/mid]
                          -----------------------
                          vB Code explanation:
                          This BB Code allows you to include a midi file in you post.
                          -----------------------
                          Use {option} ?:
                          No
                          ----------------------------------------------


                          ----------------------------------------------
                          vB Code tag:
                          line
                          -----------------------
                          vB Code replacement:
                          <hr width="{param}">
                          -----------------------
                          vB Code example:
                          [line]300[/line]
                          -----------------------
                          vB Code explanation:
                          This BB Code allows you to add horisontal lines in your post, then number 300 is the width you want it to be.
                          -----------------------
                          Use {option} ?:
                          No
                          ----------------------------------------------


                          ----------------------------------------------
                          vB Code tag:
                          maquee
                          -----------------------
                          vB Code replacement:
                          <marquee>{param}</marquee>
                          -----------------------
                          vB Code example:
                          [maquee]text here[/maquee]
                          -----------------------
                          vB Code explanation:
                          This BB Code allows you to add a maquee in your post.
                          -----------------------
                          Use {option} ?:
                          No
                          ----------------------------------------------


                          ... i hope you like them!

                          Comment


                          • #43
                            Would someone be so kind as to point me to the proper template to add these to the pop up FAQ for BBCodes? I have added many of these, but am unsure how to share them with my members.

                            Thanks much!

                            Comment


                            • #44
                              BB codes don't go in the templates.

                              Admin CP -> Custom BB codes -> Add
                              Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
                              Change CKEditor Colors to Match Style (for 4.1.4 and above)

                              Steve Machol Photography


                              Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


                              Comment


                              • #45
                                Sorry Steve
                                Thats not what I meant
                                I successfully added the code in, i just need to know how to edit the FAQ to reflect the new bbcodes available to my users
                                (Unless i missed something, and they shoudl be there automatically after I add the code?)

                                Thanks!

                                Comment

                                widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
                                Working...
                                X
                                😀
                                🥰
                                🤢
                                😎
                                😡
                                👍
                                👎