View Full Version : i share my BB codes...
ozone2000
Sun 5th Aug '01, 2:57am
***BB CODES UPDATED***
-----------------------------------------------------------------
vB Code tag:
glow
vB Code replacement:
<table style="filter:glow(color=blue, strength={option})">{param}</table>
vB Code example:
this text is glowing
Use {option} ?:
Yes
-----------------------------------------------------------------
vB Code tag:
shadow
vB Code replacement:
<table style="filter:shadow(color={option}, direction=225)">{param}</table>
vB Code example:
this text drops shadow
Use {option} ?:
Yes
-----------------------------------------------------------------
vB Code tag:
flipH
vB Code replacement:
<table style="filter:flipH">{param}</table>
vB Code example:
this text is flipped
Use {option} ?:
NO
-----------------------------------------------------------------
vB Code tag:
flipV
vB Code replacement:
<table style="filter:flipV">{param}</table>
vB Code example:
flips the text verticaly
Use {option} ?:
NO
-----------------------------------------------------------------
vB Code tag:
invert
vB Code replacement:
<table style="filter:invert">{param}</table>
vB Code example:
inverts the text
Use {option} ?:
NO
-----------------------------------------------------------------
vB Code tag:
x-ray
vB Code replacement:
<table style="filter:xray">{param}</table>
vB Code example:
[x-ray]give the text a X-ray effect[/x-ray]
Use {option} ?:
NO
-----------------------------------------------------------------
vB Code tag:
icq
vB Code replacement:
<font size=1 color=#003366>ICQ:<a href="http://wwp.icq.com/scripts/search.dll?to={param}">{param}<img src="http://wwp.icq.com/scripts/online.dll?icq={param}&img=5" border=0></a></font>
vB Code example:
102832316
Use {option} ?:
NO
-----------------------------------------------------------------
vB Code tag:
inwindow
vB Code replacement:
<div align=center><iframe name="cwindow" style="border:0" width=500 height={option} src="http://{param}"></iframe>
vB Code example:
www.altavista.com
Use {option} ?:
YES
-----------------------------------------------------------------
vB Code tag:
blur
vB Code replacement:
<table style="filter:blur(Add=0, direction=45, strength={option})">{param}</table>
vB Code example:
this text is blurred
Use {option} ?:
NO
-----------------------------------------------------------------
vB Code tag:
align
vB Code replacement:
<div align={option}>{param}</div>
vB Code example:
text alignment
Use {option} ?:
YES
-----------------------------------------------------------------
vB Code tag:
linkID
vB Code replacement:
<a href="http://{option}" title="{param}">{option}</a>
vB Code example:
this is one of the best search engines
Use {option} ?:
YES
smithy256
Sun 5th Aug '01, 3:11am
thanks keep up the good work
lichtflits
Sun 5th Aug '01, 3:11am
have you a acemple of this?
smithy256
Sun 5th Aug '01, 3:16am
how do i install these?
ozone2000
Sun 5th Aug '01, 3:27am
here's a screenshot:
smithy256
Sun 5th Aug '01, 3:32am
ozone will u install all these on my forum?
ozone2000
Sun 5th Aug '01, 3:39am
Installation notes:
1. Open your browser.
2. go to your boards admin center.
3. scroll down in the side menu untill you see the option called Custom BB codes click on the Add link.now you see some text fields and boxes in the main frame, those fields have names as you can see, these names i used above in all those BB codes, so now you simply have to copy and paste those codes into the matching textfield or box.
4. Now click save to save the BB, repeat all this if you want to add more BB codes.
floleb7
Sun 5th Aug '01, 5:15am
if we use [fliph][flipv] ..... together it's no good for the table
WEBDosser
Sun 5th Aug '01, 12:53pm
These are GREAT.. i like it..:D
Martz
Sun 5th Aug '01, 2:59pm
Fantastic, I like these :)
BBInsider
Sun 5th Aug '01, 5:13pm
Thank you! I was nervous at first, newbie here, but your screen shots and directions made it easy!
ubje
Sun 5th Aug '01, 6:01pm
Thanx i used some :)
adrianmak
Mon 6th Aug '01, 4:32am
vB Code tag
----------------
swf
vB Code replacement
----------------------------
<embed src={option} width=400 height=300 type=application/x-shockwave-flash></embed>
vB Code example
----------------------
Use {option} ?
---------------------
yes
ozone2000
Mon 6th Aug '01, 4:51am
thanks, ive been looking for that code, i knew it was already posted but this time i finally could get it to work proberly
mojotim
Mon 6th Aug '01, 5:16am
Nice stuff, thanks for posting them :)
orca
Mon 6th Aug '01, 9:07am
Just also thanks from here. They worked great :).
orca
Mon 6th Aug '01, 11:45am
Here's the modified bbcode template for the added codes. Just replace your old bbcode template with this. Of course you can edit it more if you like. You can see an example of how it looks like @ http://forum.arachid.org.
In the inwindow code is a little bug. The closing div tag got forgotten. If this tag is not closed, everything after the inwindow will be centered. The correct code should be:
<div align=center><iframe name="cwindow" style="border:0" width=500 height={option} src="http://{param}"></iframe></div>
Bald Bouncer
Thu 9th Aug '01, 11:20am
vB Code tag
----------------
move
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>
--------------------------------------------------------------------------------
vB Code example
----------------------
This Moves Across The Screen
Use {option} ?
---------------------
no
This is my first attempt so forgive me if I have made any errors
Bald Bouncer
Bald Bouncer
Thu 9th Aug '01, 11:39am
Another one, they work for me and so do ozone2000's, thaks for them.
vB Code tag
----------------
updwn
code:--------------------------------------------------------------------------------
<marquee behavior=scroll direction=up scrollamount=1 height=60><p><center><font color=black><br><b>
{param}
<br>
</marquee>
--------------------------------------------------------------------------------
vB Code example
----------------------
This Text Goes Up From Down
Use {option} ?
---------------------
no
Martz
Sun 12th Aug '01, 6:46am
Problem!
This has the potential for a poster to mess up the appearance of your showthread - the codes use <table> tags and if a user doesn't close them correctly, their entire post gets screwed up :( Is there anyway to do this without tables?
ozone2000
Sun 12th Aug '01, 8:46am
Maybe, but i dont know any
Hoffi
Sun 12th Aug '01, 11:52am
Hi,
just use this instead of Table:
<div style="width:100%; filter:glow(color=blue, strength=4)">{param}</div>
take a div-Tag and include a width option. Then it works.
which width you must built in different. at the flipH you need to paste a 1.
regards
Hoffi
Hoffi
Sun 12th Aug '01, 11:58am
I just changed the Code foe my glow with color Option.
vBCode tag:
----------------
glow
code:------------------------------------------------------------------------
<div style="width:100%; filter:glow(color={option}, strength=4)">{param}</div>
-----------------------------------------------------------------------------
vB Code example
----------------------
this text is glowing
Use {option} ?
---------------------
yes
WEBDosser
Sun 12th Aug '01, 1:03pm
Cool.. this is good. keep them coming:)
FWC
Sun 12th Aug '01, 1:54pm
Originally posted by Martz
Problem!
This has the potential for a poster to mess up the appearance of your showthread - the codes use <table> tags and if a user doesn't close them correctly, their entire post gets screwed up :( Is there anyway to do this without tables?
I'm not sure this is a problem. I tried to break the glow tag by not closing it correctly and it doesn't dispay glow right, but it doesn't mess up showthread.
WEBDosser
Sun 12th Aug '01, 2:14pm
Works fine for me i have ver 2.0.3 no problems
foens
Sun 12th Aug '01, 2:41pm
I am very impresed - especialy with the [inwindow]
However - that can give a very heavy load in the users browser as it makes "a lot of windows to the world"
Is there a way to modify so it gives a "still dump" - ei the screen of the locatioin without the possibility to navigate in that window???
Martz
Sun 12th Aug '01, 2:46pm
Originally posted by FWC
I'm not sure this is a problem. I tried to break the glow tag by not closing it correctly and it doesn't dispay glow right, but it doesn't mess up showthread.
Well, the post that the user makes is broken because of the table not being closed, the rest of the thread is unaffected but it certainly is messy. I'll try using the <div method when my forums are back up and online. :)
Goddess Washu
Fri 17th Aug '01, 12:51am
What about a spoiler tag, something that makes the text the same as the background... :D
Johnny
Fri 17th Aug '01, 11:56am
is there to a bb code that the text go's vertical over the screen!
Dunny
Sat 18th Aug '01, 5:40am
cheers mate, worked a charm!
blade57
Fri 7th Sep '01, 9:16am
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
Steve Machol
Fri 7th Sep '01, 2:20pm
blade57,
Please enter your license info into your user profile. See my sig for details. Thanks! :)
NYI Fan
Sat 8th Sep '01, 12:21am
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!
JJR512
Sat 8th Sep '01, 1:41am
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:
<div style="width:100%; filter:glow{option}">{param}</div>
This is my example:
this text is glowing
Goddess Washu, here is my spoiler tag: http://www.vbulletin.com/forum/showthread.php?threadid=16306
~Mr NeMo~
Sun 16th Sep '01, 4:49am
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
----------------------
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
:( :( :(
NYI Fan
Wed 19th Sep '01, 10:45pm
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>
Alien
Thu 20th Sep '01, 9:26pm
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.
:D
Alien
Thu 20th Sep '01, 9:59pm
Whoops, didn't catch the post on spoilers by JJR512, but got it working now.. Thanks guys! :)
ozone2000
Fri 21st Sep '01, 4:48pm
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!!!:D :D
Ill see if i can fix up a code where you can choose the height and width!
JJR512
Fri 21st Sep '01, 6:07pm
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:
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.
ozone2000
Sat 29th Sep '01, 7:07pm
***NEW BB CODES***
----------------------------------------------
vB Code tag:
mid
-----------------------
vB Code replacement:
<embed src ="{param}" autostart="true" hidden="true" loop="true" ></embed>
-----------------------
vB Code example:
http://www3.mistral.co.uk/colinp/sultans.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:
300
-----------------------
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:
text here
-----------------------
vB Code explanation:
This BB Code allows you to add a maquee in your post.
-----------------------
Use {option} ?:
No
----------------------------------------------
... i hope you like them!
NYI Fan
Sat 29th Sep '01, 7:54pm
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!
Steve Machol
Sat 29th Sep '01, 7:59pm
BB codes don't go in the templates.
Admin CP -> Custom BB codes -> Add
NYI Fan
Sat 29th Sep '01, 8:07pm
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!
Steve Machol
Sat 29th Sep '01, 8:09pm
Ah, I see. Nope, you'd have to manually add these.
NYI Fan
Sat 29th Sep '01, 8:15pm
OK, thats my question ;)
Where?
And, part II of the question, how do i show the syntax without making the action happen? (like here I would use spaces to show [ b ] example of bold [ /b ] )
Steve Machol
Sat 29th Sep '01, 8:21pm
I think what you're looking for is the bbcode template.
And as for the second part of your question, you can see how this is done by looking at the examples in the bbcode template.
NYI Fan
Sat 29th Sep '01, 8:32pm
<blockquote>!!!!
I was reading thru the bbcode template as you posted this
Thank you so much
(are you blinded by all the light bulbs that just went off over my head? ;) Shesh, if the template had teeth.... sorry for not catching this before asking dopey questions)
Thanks again!
ozone2000
Sat 29th Sep '01, 8:39pm
so, do you guys like these BB codes?
FWC
Sat 29th Sep '01, 8:45pm
Originally posted by ozone2000
so, do you guys like these BB codes? Yep. Cool stuff. I have this thread bookmarked.
NYI Fan
Sat 29th Sep '01, 8:49pm
Ozone
these, and all the others are great! And thanks to the cobwebs being cleared from my brain, i now know how to get them into the FAQ (lol at myself)
THANK YOU, and everyone who has posted new bbCodes. It is totally appreciated!
Al Zander
Sat 29th Sep '01, 11:39pm
Originally posted by ozone2000
so, do you guys like these BB codes?
Excellent stuff, Ozone2000!!!
Thank you and all the others who contributed.
slice
Mon 1st Oct '01, 10:40am
is there anyway of putting the buttons for these new vB codes in the 'post reply' and 'new thread' areas like the 'b' for the bold and the 'i' for italic functions are?
Cyrus
Fri 5th Oct '01, 3:08pm
ditto to slice !!
Maxsteel
Sun 7th Oct '01, 9:07am
man thanks gus I was lookinf these all day, If I new vbulletin was this dam good I wiould have droped sh*ty UBB in a sec
Dont get me wrong I liked ubb. but man it does not have the kinda power this has I just got this not even 1 day ago......
I love Vbulletin !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
studiowhiz
Thu 18th Oct '01, 5:16am
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
----------------------
Use {option} ?
---------------------
yes
This is wrong ... flash uses 2 tags
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" {option} >
<param name=movie value="{param}">
<param name=quality value=high>
<embed src="{param}" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" {option}>
</embed>
</object>
You NEED to have both Embed and Object for flash to work in browsers IE 5.5 and IE 6
But I can't for the life of me get it to work in vB
See I can get it to work if only using the {param} for the URL of the file, but when I want to add {option} for the width and height...it doesn't work
GenSec
Thu 18th Oct '01, 1:18pm
Originally posted by slice
is there anyway of putting the buttons for these new vB codes in the 'post reply' and 'new thread' areas like the 'b' for the bold and the 'i' for italic functions are? - Easy:)
As example.
Add to vbcode_buttons template
<input type="button" class="bginput" value=" X " onclick="vbcode(this.form,'spoiler','')" onmouseover="stat('x')" title="Spoiler (alt+x)" accesskey="x" >
And you will have "X" button for the spoiler
cooldude
Sat 27th Oct '01, 1:46am
how do u make the users names glow it is not working on my forums
EgoProwler
Sat 27th Oct '01, 2:49am
I'm having some trouble understanding the use of the {option} portion of the [inwindow] BB Code
<div align=center><iframe name="cwindow" style="border:0" width=500 height={option} src="http://{param}"></iframe></div>
I want to specify a height for the window but can't seem to figure out how to right the [inwindow] code. Any help is appreciated.
slice
Sat 3rd Nov '01, 2:16am
How do I create a button for the newly added vB Code?
thanks
JJR512
Sat 3rd Nov '01, 2:21am
Originally posted by slice
How do I create a button for the newly added vB Code?
thanks
Dude...read GenSec's message about four posts earlier!
ozone2000
Sat 3rd Nov '01, 4:08am
Originally posted by EgoProwler
I'm having some trouble understanding the use of the {option} portion of the [inwindow] BB Code
<div align=center><iframe name="cwindow" style="border:0" width=500 height={option} src="http://{param}"></iframe></div>
I want to specify a height for the window but can't seem to figure out how to right the [inwindow] code. Any help is appreciated.
do you mean writing it in a post, or setting a specifik height in the BBcode setup?
heres how to do it in a post:
type:
****
info:
**= replace it with the height you want!
****= replace this with the url!
... i pmed you with the BBcode setup stuff earlyer,!
Smoothie
Tue 13th Nov '01, 2:44pm
For some reason, I can't seem to get any of these BBcodes to work on my board. Using version 2.20. Any suggestions?
Smoothie
TheComputerGuy
Sat 17th Nov '01, 9:52am
Originally posted by Smoothie
For some reason, I can't seem to get any of these BBcodes to work on my board. Using version 2.20. Any suggestions?
Smoothie
I got all of them working on my test forum, now I am wondering If I should add them or will they abuse them, but I dont have enough members to worry about..
DarkReaper
Sun 9th Dec '01, 1:28am
Wouldn't it make sense to have vB automatically have the added vB codes in the FAQ?
vB Warlord
Sat 12th Jan '02, 4:40pm
Originally posted by GenSec
- Easy:)
As example.
Add to vbcode_buttons template
<input type="button" class="bginput" value=" X " onclick="vbcode(this.form,'spoiler','')" onmouseover="stat('x')" title="Spoiler (alt+x)" accesskey="x" >
And you will have "X" button for the spoiler
Could you please explain how to add buttons for the glow, shadow, scroll up, and marquee features in lamens terms for dummies like me? :D
Dalius
Sat 12th Jan '02, 5:42pm
Anyone got code + example of a the quote tag changed to its in a table?
like talkloud?
Rose
Wed 16th Jan '02, 3:34pm
OMG!!! Thank you, Ozone and all those who participated in this thread - this was a lifesaver!!
I originally searched to make the 'glow' code into vb code as this is really popular. However, I found so much more than I wanted!!!!
Thank you! :D
Bioderm
Mon 21st Jan '02, 4:17pm
goto www.vbulletin.org for my hack that adds these to the buttons list.
im still working on inwindow and the others but glow and shadow are up.
Scrooge
Wed 23rd Jan '02, 1:23pm
First, thank you for all of these codes, they are great!
I would like to point out one problem though. You cannont use glow and shadow together. The problem seems to be that they both use /table, so when you close one and then the other, you get strange effects. You can see this on my board at http://www.reefaquariumguide.com/forums/showthread.php?s=&postid=26036#post26036 near the bottom of the thread.
If there is a solution to this let me know please. Otherwise, you might want to inform your users that they can't use both of these together.
Bane
Wed 23rd Jan '02, 5:46pm
Originally posted by Dalius
Anyone got code + example of a the quote tag changed to its in a table?
like talkloud?
vb Code Tag
----------------------
quote
vB Code replacement
----------------------------
<table border="1" width="80%" cellpadding="5" cellspacing="0" bgcolor="#a0a0a0"><tr>
<td>
<b>Quote:</b><br />{param}
</td>
</tr></table>
vb Code example
-------------------------
[ quote ]blah blah blah blahzy blah[ /quote ]
Use {option} ?
-------------------------
Nope
==============================
Remove the spaces from the [ quote ] in the example and that should give you a similar effect to talklouds. In fact, Im willing to bet its the same one. :D Sorry Im a bit late with response.
Streicher
Sun 3rd Feb '02, 1:49pm
vb Code Tag
----------------------
quote
vB Code replacement
----------------------------
<table border="0" align="center" width="90%" cellpadding="3" cellspacing="1"><tr><td><smallfont><b>Zitat:</b></smallfont></td></tr><tr><td class="quote">{param}</td></tr></table>
vb Code example
-------------------------
[ quote]This is a quote[ /quote]
Use {option} ?
-------------------------
Nope
CSS: .quote
-------------------------
.quote { font: 8pt/150% Verdana, Arial, Helvetica, sans-serif; background-color: #444444; border: #888888 solid 1pt}
offthachain
Tue 12th Feb '02, 3:44pm
Originally posted by ozone2000
do you mean writing it in a post, or setting a specifik height in the BBcode setup?
heres how to do it in a post:
type:
****
info:
**= replace it with the height you want!
****= replace this with the url!
... i pmed you with the BBcode setup stuff earlyer,!
One problem with the inwindow. It will show the site in the window, then just go to that site alltogether. How can that be fixed?
Dotagious
Mon 18th Feb '02, 2:09am
For the glow vbcode... do you have to make a new code for each color you want to glow?
Zzed
Tue 5th Mar '02, 4:52pm
Thank you ozone2000. :) You are awesome. :)
marc_t
Wed 6th Mar '02, 12:49pm
First of all: This is damn GREAT! ;)
But: I have a question to all this
->
When I want a special bb-code just to be used by certain users, the moderators for example, what do I have to to? Is thee a chance to allow certain users to use the code an others to not use it?
Thanks for help!
marc
Steve Machol
Wed 6th Mar '02, 1:23pm
Originally posted by marc_t
Is thee a chance to allow certain users to use the code an others to not use it?That would require hacking. You can make a request over at vbulletin.org.
marc_t
Wed 6th Mar '02, 1:34pm
smachol->
I donīt have the permission to make a request though I registered. Could you probably make a request for me instead?
Would be great.
thx
Xelation
Wed 6th Mar '02, 4:29pm
If you bought a license you would be able to request this... which means you probably have an illegal version.
marc_t
Wed 6th Mar '02, 4:31pm
I have a legal Version www.flashforum.de!
Where do I have to enter the code of vBulletin? Didnīt see it...
marc
Steve Machol
Wed 6th Mar '02, 4:34pm
Originally posted by Xelation
If you bought a license you would be able to request this... which means you probably have an illegal version. Please don't jump to conclusions. marc_t is licensed.
marc_t you need to register at this link for access to vb.org:
http://www.vbulletin.com/members/vbulletin.org.php
marc_t
Wed 6th Mar '02, 4:56pm
smachol->
thanks very much!! ;)
Xelation
Wed 6th Mar '02, 5:12pm
Originally posted by smachol
Please don't jump to conclusions. marc_t is licensed.
marc_t you need to register at this link for access to vb.org:
http://www.vbulletin.com/members/vbulletin.org.php
I said probably.... I didn't say he had an illegal version. ;)
marc_t
Wed 6th Mar '02, 5:23pm
Nevermind at all, Xelation :D
bonnmac
Wed 6th Mar '02, 8:50pm
First I'd like to thank all of you for these marvelous codes. But now I have a question... I downloaded this bbcode.txt do I replace admin/bbcode.php with this file?
Originally posted by orca
Here's the modified bbcode template for the added codes. Just replace your old bbcode template with this. Of course you can edit it more if you like. You can see an example of how it looks like @ http://forum.arachid.org.
In the inwindow code is a little bug. The closing div tag got forgotten. If this tag is not closed, everything after the inwindow will be centered. The correct code should be:
<div align=center><iframe name="cwindow" style="border:0" width=500 height={option} src="http://{param}"></iframe></div>
Mandable
Thu 7th Mar '02, 2:46am
Very nice! thanks for these!
Zzed
Tue 12th Mar '02, 6:05pm
I don't know if this has been done before, but here it is. It does a 2 way marquee, aka pong. :D
vB Code tag:
pong
vB Code replacement:
<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>
vB Code example:
This text bounces left and right.
Use {option} ?:
No
The Keeper
Fri 22nd Mar '02, 11:28pm
Here is the spoiler tag I use.
vB Code tag
Spoiler
vB Code replacement - note: change the color codes to match your forum
<center><table width="80%"><TR><TD bgcolor="#08315A"><font color="white" size="1">Spoiler:</font><br><font color="#08315A" size="2"><blockquote>{param}</blockquote></font></td></TR></TABLE></center>
example
Kawalsky dies in the second episode
Use {option} ?
No
BillaBongUSA
Sat 23rd Mar '02, 12:01am
What!? Kawalsky dies!? You bastard, you spoiled it for me! :D
Marty McFly
Wed 27th Mar '02, 10:50pm
the tag isnt really working for me. what would i have to put it to make it just drop a dark grey (#333333) shadow with only using [shadow] without options.
thanks, this thread rocks!
DWZ
Wed 27th Mar '02, 11:32pm
OK, I know its nothing much, but here is my one :)
vB Code tag: rules
vB Code replacement:
<blockquote><smallfont><b><font color="#000088">.:Your Forum rules:.</font> </b></smallfont><hr><b>View full rules <a href="rules.html">here</a></b><br>{param}<hr></blockquote>
vB Code example: Place part of the Your Forum rules here
Use {option} ?: No
Where it says Your Forum (in there twice) replace it to the name of your forum.
Where it says rules.html change it to the URL of the rules on your site.
It looks like this on my site:
DWZ
Wed 27th Mar '02, 11:36pm
hmmm... my picture didn't upload...
lets try this again...
It looks like this on my site:
Bald Bouncer
Fri 29th Mar '02, 9:26am
This is really a code for moderators and admin, you can replace the text with whatever you want and I find it tends to stop a string of messages like Why has my message been edited
This could be abuse by members , if so change the tag.
vB Code tag
edt
vB Code replacement
<font size=3><font color=red>Your post has been edited, if you don't know why or want a explination then please contact the section moderator</font></size>
vB Code example
Use {option} ?
No
The result
Your post has been edited, if you don't know why or want a explination then please contact the section moderator
You could use this to add any message you wish and add as many different messages you want.
Julie
Sat 30th Mar '02, 12:28pm
Oh you are awesome. Thank you for sharing those! :D
Dean C
Sat 30th Mar '02, 4:36pm
this codes are great ... really are... ive added all of em ...
keep em comin ...
Pfil
Tue 9th Apr '02, 9:59am
These are fabulous codes, but I am desperately searching for a [ me] tag. I have seen them on other boards and would love to use them on mine. What I'm looking for is exactly this:
[ me] runs around the room [ /me]
turns into:
Pfil runs around the room
preferably also aligned to the center.. but I don't want to ask for too much.
eGoR
Wed 10th Apr '02, 2:38pm
this are not just great !
thx alot for em :P
DWZ
Thu 11th Apr '02, 6:39am
Originally posted by Pfil
These are fabulous codes, but I am desperately searching for a [ me] tag. I have seen them on other boards and would love to use them on mine. What I'm looking for is exactly this:
[ me] runs around the room [ /me]
turns into:
Pfil runs around the room
preferably also aligned to the center.. but I don't want to ask for too much. Try this, install this hack on your board:
http://www.vbulletin.org/forum/showthread.php?s=&threadid=35220
Then put in this BB code onto your board:
vB Code tag
me
vB Code replacement
<div align=center><font color=red>{bbusername} {param}</font></div>
vB Code example
runs around room
Use {option} ?
No
NOTE: I have not tested this code. I have not installed this hack or put this BB code on my forum, so i have no idea if it works or not though I see no reason why it shoudn't work... post a note, tell us how you go...
Pfil
Thu 11th Apr '02, 7:54pm
Thanks DWZ.. I'm checking what version of php is running and then I'm going to install that. rock on.
Xelation
Thu 11th Apr '02, 10:49pm
Originally posted by DWZ
Try this, install this hack on your board:
http://www.vbulletin.org/forum/showthread.php?s=&threadid=35220
Then put in this BB code onto your board:
vB Code tag
me
vB Code replacement
<div align=center><font color=red>{bbusername} {param}</font></div>
vB Code example
runs around room
Use {option} ?
No
NOTE: I have not tested this code. I have not installed this hack or put this BB code on my forum, so i have no idea if it works or not though I see no reason why it shoudn't work... post a note, tell us how you go...
worked for me, thank you! :)
Pfil
Fri 12th Apr '02, 2:11am
Hmmm... the problem is of course that the name will change to whoever is viewing the page, not stay consistent with the author of the post. I'm looking for it to be the user's name.. not appear to be everyone's. Am I making any sense?
Is there a way to do this on any board other than ikonboard? Or am I dreaming?
DWZ
Wed 17th Apr '02, 9:05am
Originally posted by Pfil
Hmmm... the problem is of course that the name will change to whoever is viewing the page, not stay consistent with the author of the post. I'm looking for it to be the user's name.. not appear to be everyone's. Am I making any sense? oops!
never thought of that :(
Im working on making a hack that will fix this :)
Sorry
Markjpx
Sat 20th Apr '02, 10:46am
Man, I love this thread. Woohoo. I can't wait until I learn enough of this to actually contribute back something.
Thanks
Zzed
Wed 12th Jun '02, 8:15pm
I have another version of the Spoiler tag. This one creates a button with a customizable title, and when you click on it, it pops a dialog box with the spoiler contents.
vB Code tag:
spoiler
vB Code replacement:
<input type="button" value="{option}" name="B1" onClick="alert('{param}')">
vB Code example:
This is the spoiler text...
Use {option} ?:
Yes
See this thread on my site for a working demo: http://www.ls1.com/forums/showthread.php?threadid=110647
Hope you guys like it. :)
Steve Machol
Wed 12th Jun '02, 9:03pm
That's too cool Zzed! :cool:
Zzed
Wed 12th Jun '02, 9:05pm
Originally posted by smachol
That's too cool Zzed! :cool: Thanks Steve. :)
You are too kind. :)
Steve Machol
Wed 12th Jun '02, 9:25pm
Originally posted by Zzed
Thanks Steve. :)
You are too kind. :) Yes I am. I'm also good looking and extremely humble, but I don't let all that go to my head! :D
By the way is this code specific to IE browsers only? I have one Super Mod who will only use Netscape and he thinks I'm adding IE-only things to the board just to aggravate him!
Smoothie
Thu 13th Jun '02, 12:39am
Very schweet! Love this!
Zzed
Thu 13th Jun '02, 7:12am
Originally posted by smachol
Yes I am. I'm also good looking and extremely humble, but I don't let all that go to my head! :D
By the way is this code specific to IE browsers only? I have one Super Mod who will only use Netscape and he thinks I'm adding IE-only things to the board just to aggravate him! Steve, I don't think that code is Netscape friendly. I boycotted Netscape 3 years ago. One of my users made that complain.
pHAZE_1
Thu 13th Jun '02, 6:15pm
someone please tell me why the table alteration codes dont work anymore? here (http://www.hiphoptechnicz.com/forums/showthread.php?s=&threadid=2222) they worked fine, but one day they just quit and i dunno why. any 1 know?
Dean C
Fri 14th Jun '02, 6:41pm
that second spoiler code is brilliant ...
Zzed
Sat 15th Jun '02, 2:25pm
Originally posted by Mist
that second spoiler code is brilliant ... Thank you. :) Glad to hear you like it. :)
LightBringer
Tue 18th Jun '02, 1:11am
Here's the correct way to add flash files WITH height/width options to your vbcodes :)
vB Code Tag: swf
vB Code Replacement:
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" {param}>
<PARAM NAME=movie VALUE="{option}"> <EMBED src="{option}" quality=high {param} TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
</OBJECT>
vB Code Example:
width="400" height="100"
vB Code Explanation:
Adds a flash movie to your post or signature.
Just give it the height and width parameters and you're set.
Use {option} ?: YES
plattopus
Tue 18th Jun '02, 4:09am
If you use that Flash format, I've written how to add an SWF button to each posting screen:
http://www.vbulletin.com/forum/showthread.php?s=&threadid=47243
TalonKarrde
Fri 21st Jun '02, 11:31pm
AIM IM Button
vB Code Tag
aim
vB Code Replacement
<a href="aim:goim?screenname={param}&message=Hey, I'm from the Forums!"><img src="http://www.aol.com/aim/gr/aimhor_im.gif" width=103 height=45 border=0 alt="Send me an Instant Message"></a>
vB Code Example
AimSN
Use {option} ?:
No
-------------------------------
AIM Buddy Button
vB Code Tag
aimb
vB Code Replacement
<a href="aim:addbuddy?screenname={param}"><img src="http://www.aol.com/aim/gr/aimhor_bud.gif" width=103 height=45 border=0 alt="Add me to Your Buddy List"></a>
vB Code Example
AimSN
Use {OPTION}?
No
Oops! Messed up on the first button, but it should work now. I added an extra " after the {paramm} that cut off the message.
Greystang302
Sat 22nd Jun '02, 5:19pm
Awesome thread... thanks for all of the new codes!!! If I can come up with any new ideas, I will be sure to add them. :p
Conroy
Wed 3rd Jul '02, 9:54pm
I have a small problem. I got the Glow text installed, but when I click on the "G" button in the post screen, nothing happens and at the bottom left of the screen, where it usually says, "Done" on Internet Explorer, it says "error on page" Any idea what could be wrong?
Dean C
Thu 4th Jul '02, 2:27pm
nice AIM code....
TalonKarrde
Thu 4th Jul '02, 3:11pm
dunno if you were being sarcastic are not..could care less if you were, and if you werne't being sarcastic..well...it took me 5 seconds of view source of the aim remote stuff, and then 2 seconds of pasting it, and then 10 of chaning the SN to {param} and adding the message to "Hey, I'm from the forums!"
SO it doesn't really deserve a compliment =\
Dean C
Fri 5th Jul '02, 2:02pm
lol i wasn't being sarcastic :D
Maxsteel
Sat 3rd Aug '02, 6:44pm
I am bumping this thread, I am doing it for the people who missed out on this this is a great thing for the users, that are new.
a43079
Wed 15th Jan '03, 9:33am
Originally posted by Maxsteel
I am bumping this thread, I am doing it for the people who missed out on this this is a great thing for the users, that are new. this is a very good thread
vBR
Sun 19th Jan '03, 12:46pm
Great.
Thanks.
I'll may use a couple of those effects.
But embed and iframe... :eek:
I don't think I want to allow users to have those.
MacKenzie
Sun 19th Jan '03, 9:15pm
Excellent thread. I've put a couple of these on my forums (modified some, like the glow to allow the color to be the parameter). Thanks guys.
Zzed
Sat 25th Jan '03, 7:36pm
Hopefully this has not been posted before... :)
vB Code tag:
wave
vB Code replacement:
<table style="filter:wave(strength={option})">{param}</table>
vB Code example:
this text is wavy
Use {option} ?:
Yes
mdx381
Tue 28th Jan '03, 7:37pm
Button
Example - Click Me!
Replacement -
<FORM><INPUT TYPE="button" value="{param}" Name="Button" onClick="window.location='{option}'"></FORM>
Invert Image
Example - http://www.gaming-world.com/images/gwobanner_forums.jpg
Replacement -
<div style="width=100%; FILTER: Invert"><img src="{param}";></div>
Alpha
Example - http://www.gaming-world.com/images/gwobanner_forums.jpg
Replacement -
<div style="width=100%; filter:alpha(opacity={option}, style={option}, startx=0, starty=0, finishx=10, finishy=10)";><img src="{param}"></div>
Just a few others that work...
docvader
Sun 2nd Feb '03, 2:24am
Hey Ozone, nice work. Very nice.
Had one question on the inwindow vb code
(<div align=center><iframe name="cwindow" style="border:0" width=500 height={option} src="http://{param}"></iframe>)
I'm using it to have a QuickTime viewer show in my thread, but I've noticed that even though " border = 0", I've got a border showing up around my "inwindow" box. I'm using a blue html page with QuickTime embedded in it, so that the QT player shows right in the message box. But, you can see the outline, in my blue VB, of the inwindow box. How do I get rid of that???
Thanks!
rich
Teea
Sun 2nd Feb '03, 2:34pm
How many BB codes can be added to our Admin Panel ?
I added 6 and now I can't delete an old one or add a new one. I more than likely did something wrong :(
Teea
Sun 2nd Feb '03, 3:16pm
hummm
I tried to add the
width="400" height="100"
code.. however all I get is the above code and a big white box.. where normally the "edit & remove" options are for the BBCodes.. well they arent' there. I have no way of removing or even editing this code now. How would I get rid of it ?
Steve Machol
Sun 2nd Feb '03, 8:15pm
http://www.yoursite.com/forums/admin/bbcode.php?&action=remove&bbcodeid=x
....with 'x' being the bbcode ID of the code you want to remove.
Teea
Sun 9th Feb '03, 10:19am
<DIV><DIV> </DIV><DIV>I still can't do anything with the BB section. This is what my screen looks like.
Teea
Sun 9th Feb '03, 10:27am
<DIV><DIV>vBcode Definitions<DIV>Bold is replaced with Bold (<b>Bold</b>)</DIV><DIV>[edit] (http://www.welovefreestuff.com/forums/admin/bbcode.php?action=edit&bbcodeid=1) [remove] (http://www.welovefreestuff.com/forums/admin/bbcode.php?action=remove&bbcodeid=1)</DIV><DIV>Italics is replaced with Italics (<i>Italics</i>)</DIV><DIV>[edit] (http://www.welovefreestuff.com/forums/admin/bbcode.php?action=edit&bbcodeid=2) [remove] (http://www.welovefreestuff.com/forums/admin/bbcode.php?action=remove&bbcodeid=2)</DIV><DIV>support@vbulletin.com is replaced with support@vbulletin.com (support@vbulletin.com) (<a href="mailto:support@vbulletin.com">support@vbulletin.com</a>)</DIV><DIV>[edit] (http://www.welovefreestuff.com/forums/admin/bbcode.php?action=edit&bbcodeid=3) [remove] (http://www.welovefreestuff.com/forums/admin/bbcode.php?action=remove&bbcodeid=3)</DIV><DIV>Size 1 is replaced with Size 1 (<font size="+1">Size 1</font>)</DIV><DIV>[edit] (http://www.welovefreestuff.com/forums/admin/bbcode.php?action=edit&bbcodeid=5) [remove] (http://www.welovefreestuff.com/forums/admin/bbcode.php?action=remove&bbcodeid=5)</DIV><DIV>Underline is replaced with Underline (<u>Underline</u>)</DIV><DIV>[edit] (http://www.welovefreestuff.com/forums/admin/bbcode.php?action=edit&bbcodeid=7) [remove] (http://www.welovefreestuff.com/forums/admin/bbcode.php?action=remove&bbcodeid=7)</DIV><DIV>Red! is replaced with Red! (<font color="red">Red!</font>)</DIV><DIV>[edit] (http://www.welovefreestuff.com/forums/admin/bbcode.php?action=edit&bbcodeid=8) [remove] (http://www.welovefreestuff.com/forums/admin/bbcode.php?action=remove&bbcodeid=8)</DIV>this text is glowing is replaced with this text is glowing (<table style="filter:glow(color=blue, strength=4)">this text is glowing</table>)<DIV>[edit] (http://www.welovefreestuff.com/forums/admin/bbcode.php?action=edit&bbcodeid=10) [remove] (http://www.welovefreestuff.com/forums/admin/bbcode.php?action=remove&bbcodeid=10)</DIV>this text drops shadow is replaced with this text drops shadow (<table style="filter:shadow(color=#006699, direction=225)">this text drops shadow</table>)<DIV>[edit] (http://www.welovefreestuff.com/forums/admin/bbcode.php?action=edit&bbcodeid=11) [remove] (http://www.welovefreestuff.com/forums/admin/bbcode.php?action=remove&bbcodeid=11)</DIV>this text is flipped is replaced with this text is flipped (<table style="filter:flipH">this text is flipped</table>)<DIV>[edit] (http://www.welovefreestuff.com/forums/admin/bbcode.php?action=edit&bbcodeid=12) [remove] (http://www.welovefreestuff.com/forums/admin/bbcode.php?action=remove&bbcodeid=12)</DIV>flips the text verticaly is replaced with flips the text verticaly (<table style="filter:flipV">flips the text verticaly</table>)<DIV>[edit] (http://www.welovefreestuff.com/forums/admin/bbcode.php?action=edit&bbcodeid=13) [remove] (http://www.welovefreestuff.com/forums/admin/bbcode.php?action=remove&bbcodeid=13)</DIV>inverts the text is replaced with inverts the text (<table style="filter:invert">inverts the text</table>)<DIV>[edit] (http://www.welovefreestuff.com/forums/admin/bbcode.php?action=edit&bbcodeid=14) [remove] (http://www.welovefreestuff.com/forums/admin/bbcode.php?action=remove&bbcodeid=14)</DIV>[x-ray]give the text a X-ray effect[/x-ray] is replaced with give the text a X-ray effect (<table style="filter:xray">give the text a X-ray effect</table>)<DIV>[edit] (http://www.welovefreestuff.com/forums/admin/bbcode.php?action=edit&bbcodeid=15) [remove] (http://www.welovefreestuff.com/forums/admin/bbcode.php?action=remove&bbcodeid=15)</DIV><DIV>102832316 is replaced with ICQ:102832316 (http://wwp.icq.com/scripts/search.dll?to=102832316) (<font size=1 color=#003366>ICQ:<a href="http://wwp.icq.com/scripts/search.dll?to=102832316">102832316<img src="http://wwp.icq.com/scripts/online.dll?icq=102832316&img=5" border=0></a></font>)</DIV><DIV>[edit] (http://www.welovefreestuff.com/forums/admin/bbcode.php?action=edit&bbcodeid=16) [remove] (http://www.welovefreestuff.com/forums/admin/bbcode.php?action=remove&bbcodeid=16)</DIV><DIV>this text is blurred is replaced with this text is blurred (this text is blurred)</DIV><DIV>[edit] (http://www.welovefreestuff.com/forums/admin/bbcode.php?action=edit&bbcodeid=18) [remove] (http://www.welovefreestuff.com/forums/admin/bbcode.php?action=remove&bbcodeid=18)</DIV><DIV>is replaced with ()</DIV><DIV>[edit] (http://www.welovefreestuff.com/forums/admin/bbcode.php?action=edit&bbcodeid=33) [remove] (http://www.welovefreestuff.com/forums/admin/bbcode.php?action=remove&bbcodeid=33)</DIV>width="400" height="100" is replaced with !!!!!
Teea
Sun 9th Feb '03, 10:28am
Nuts, the big white box didn't show up. I've tried to "prtscrn" but when I added it , vb said it was too big.
You'll notice after the last BB I entered (swf) I have no option to (edit/delete) even when I try to add a new BB code, it won't add anything after that last one (swf)
Smoothie
Fri 28th Feb '03, 3:37am
Anyone able to post the bb code to align an image to the right?
Teea
Fri 28th Feb '03, 8:46am
Nuts, the big white box didn't show up. I've tried to "prtscrn" but when I added it , vb said it was too big.
You'll notice after the last BB I entered (swf) I have no option to (edit/delete) even when I try to add a new BB code, it won't add anything after that last one (swf)
I still have the problem. I haven't been able nor had comments on how to go about this.
mdx381
Sat 1st Mar '03, 11:32pm
Anyone able to post the bb code to align an image to the right?
<div align="right">{param}</div>
Example - text
Robink
Tue 4th Mar '03, 10:32am
Thanks for all the BBCodes!!
They're good! And your instructions are so simple, a complete nimrod with no HTML knowledge can install this!
msimplay
Mon 12th May '03, 1:23pm
hmm i need code tags for tables
because when people use the image tag they just end up displaying all the way down the page
i want to be able to
<table>
<tr>
<td><img src=www.pic.com/image.jpg></td>
<td><img src=www.pic.com/image.jpg></td>
<td><img src=www.pic.com/image.jpg></td>
</tr>
</table>
just wondering if it can be done in Vbulletin cuz i remember having this code in yabb so i could place pictures right next to each other in posts
Orfejs
Wed 21st May '03, 4:13pm
vB Code tag: NarrowText
vB Code replacement: <span style="font-family: Arial Narrow, Arial, Helvetica, sans-serif, Verdana; font-size: 15px; color: {option}; font-variant: small-caps; letter-spacing: 1px;"><b>{param}</b></span>
vB Code example: This BB code writes a upper-case narrow text.
vB Code explanation: Uses Arial Narrow. Developded by Marco from WebMaxtor.com
Use {option}: Yes
vB Code tag: Acronym
vB Code replacement: <span style="border-bottom: 1px dashed {option}; cursor: help;">{param}</span>
vB Code example: This BB code changes the cursor and title.
vB Code explanation: Acronym - descibibing with question cursor help. Developded by Marco from WebMaxtor.com
Use {option}: Yes
vB Code tag: Box
vB Code replacement: <div style="background-color: {option}; width: 300; height: 200; overflow: auto; border: 1 solid black"><font color="000000">{param}</font></div>
vB Code example: Text
vB Code explanation: Developded by Marco from WebMaxtor.com
Use {option}: Yes
vB Code tag: Glow
vB Code replacement: <table style="filter:Glow(color=red, strength={option})">{param}</table>
vB Code example: This BB code makes a 1px glow.
vB Code explanation: Glow 1px in IE4+ only. Developded by Marco from WebMaxtor.com
Use {option}: Yes
D7MeEe
Sun 25th May '03, 9:42am
Nice stuff, thanks for posting them
Beth
Wed 11th Jun '03, 9:19pm
some of them wont work for me?!
linkID
blur
icq
but thank you for the rest of them. I dont know whether i'll use them or not, but i have the page marked for the future :)
Orfejs
Tue 17th Jun '03, 12:01pm
Some typi errors.
MaDCaT75
Thu 7th Aug '03, 3:39am
heres my contribution:
--------------------
SPOILER TAGS
--------------------
replacement code:
<table><tr bgcolor="{option}"><td><font color="{option}" size="2">{param}</font></td></tr></table>
Example:
If only you could read this text, oh wait, you can!
Use {option}? : YES
jedimaster
Mon 17th Nov '03, 10:16pm
I can't seem to get this to work- I'm using VB3- here's what I entered- did I screw up? There must be something I'm missing.
Orfejs
Tue 18th Nov '03, 9:04am
Nice stuff, thanks for posting them
Nice to see you're having an avatar I made for webmaxtor.com, heh ;)
jedimaster
Tue 18th Nov '03, 1:26pm
You made that av? It's hilarious- and it's made it alllll over the net :)
Sadie Frost
Sat 31st Jan '04, 4:14am
I have another version of the Spoiler tag. This one creates a button with a customizable title, and when you click on it, it pops a dialog box with the spoiler contents.
vB Code tag:
spoiler
vB Code replacement:
<input type="button" value="{option}" name="B1" onClick="alert('{param}')">
vB Code example:
This is the spoiler text...
Use {option} ?:
Yes
See this thread on my site for a working demo: http://www.ls1.com/forums/showthread.php?threadid=110647
Hope you guys like it. :)
I LOVE this one - however I get a javascript error if the bit of spoiler text has a ' in it somewhere :(
Orfejs
Sun 1st Feb '04, 4:57pm
Sadie Frost (http://www.vbulletin.com/forum/member.php?u=11069) vbmenu_register("postmenu_603364", true);
Member
Your spoiler is fine ;)
Sadie Frost
Sun 1st Feb '04, 5:39pm
Sadie Frost (http://www.vbulletin.com/forum/member.php?u=11069) vbmenu_register("postmenu_603364", true);
Member
Your spoiler is fine ;)I'm sorry, I'm slow - I don't understand what you mean. Thanks for trying to help though :)
Edit: I figured out you can use ’ ; instead of a ' and the popup will work :)
rebelsrock06
Mon 16th Feb '04, 3:32pm
heres two
Code: UP
Replacement:
<SUP>{param}</SUP>
Example:
253
{option}:
NO
-----------------------------
Code:
Down
Replacement:
<SUB>{param}</SUB>
Example:
H2O
{option}:
NO
phenom
Tue 24th Feb '04, 5:06pm
Is there a way to make it so the text used in the glow tags remains on the same line, i.e.
This text is glowing.
...where the word "text" is glowing and the others are not, as opposed to...
This
text
is glowing.
...where the word "text" is glowing, but div puts it on another line?
Mika
Fri 5th Mar '04, 4:47am
Sadie Frost (http://www.vbulletin.com/forum/member.php?u=11069) vbmenu_register("postmenu_603364", true);
Uh, where should I put this?
diades
Mon 15th Mar '04, 7:49pm
hmm i need code tags for tables
because when people use the image tag they just end up displaying all the way down the page
This can be done but, it is another dangerous one in that it can screw the page if the user gets it wrong. For fullest adaptability I have done it using three tags, , and you would also have to eonsure that no whitespace is between any vbcode tags, eg:
[grid][row]Blah
not:
Blah
as that also has an adverse effect.
bbCode:
Table content
HTML:
<table [option] summary="">Table content</table>
Use option = yes
bbCode:
Row cells
HTML:
<tr>Row content</tr>
Use option = no
[cell]
bbCode:
Cell 1
HTML:
<td [option]>Blah</td>
Use option = yes
Now it has to be put together:
[grid="style='width:200px;border-collapse:collapse;'"][row][cell="style='width:33%;border:1px solid #0000ff;padding:5px'"]Your bbcode/text hereYour bbcode/text hereYour bbcode/text here
We run an web development forum and it is not one that I would allow the members to use as it is far too easy to mess up.
Faruk
Tue 16th Mar '04, 7:11am
http://everythingvb.com/misc.php?do=bbcode#float
You can use my float tag to mimic tables without the risk of your page layouts being messed up by people using table-bbcodes improperly.
See attached image..
diades
Tue 16th Mar '04, 12:20pm
Far safer Kurafire:D
Faruk
Tue 16th Mar '04, 12:34pm
Yup :)
I've got a display post on EvB showing off the use of floats to mimic tables but so far nobody seems to have picked it up :D
Aaron RV
Mon 19th Apr '04, 8:12am
***NEW BB CODES***
----------------------------------------------
vB Code tag:
mid
-----------------------
vB Code replacement:
<embed src ="{param}" autostart="true" hidden="true" loop="true" ></embed>
-----------------------
vB Code example:
http://www3.mistral.co.uk/colinp/sultans.mid
-----------------------
vB Code explanation:
This BB Code allows you to include a midi file in you post.
-----------------------
Use {option} ?:
No
----------------------------------------------
Hi, I add this midi code but not work (my vb is 2.3.2) :(
Can you help me?
Thanks.
Hoffi
Tue 20th Apr '04, 9:42am
No Hacking required for this.
Take the following Image and following BBCode:
Title: Schield
Tag: schield (or whatever you want)
Replacement:
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" style="background-color: White; border: 1px solid Black; padding: 1px;"><normalfont>{param}</normalfont></td>
</tr>
<tr><td align="center">
<img src="absolut/path/to/your/image.gif" alt="" border="0">
</td></tr>
</table>
Use Option: No
Works on vB2 and vB3
If you want more than one Image use the Option tag and name the Images to schield1.gif etc. and use Filepath shield{option}.gif
Than call with [ schield=1]test[/shield]
Have fun.
Beermonster
Thu 6th May '04, 10:22am
I like this thread, here's another one that will make your text change colour from right to left.
VB Code Tag
-------------
neon
<h2>
<script language="JavaScript1.2">
/*
Neon Lights Text
By JavaScript Kit (http://javascriptkit.com)
For this script, TOS, and 100s more DHTML scripts,
Visit http://www.dynamicdrive.com
*/
var message="{param}"
var neonbasecolor="gray"
var neontextcolor="yellow"
var flashspeed=100 //in milliseconds
///No need to edit below this line/////
var n=0
if (document.all||document.getElementById){
document.write('<font color="'+neonbasecolor+'">')
for (m=0;m<message.length;m++)
document.write('<span id="neonlight'+m+'">'+message.charAt(m)+'</span>')
document.write('</font>')
}
else
document.write(message)
function crossref(number){
var crossobj=document.all? eval("document.all.neonlight"+number) : document.getElementById("neonlight"+number)
return crossobj
}
function neon(){
//Change all letters to base color
if (n==0){
for (m=0;m<message.length;m++)
//eval("document.all.neonlight"+m).style.color=neonbasecolor
crossref(m).style.color=neonbasecolor
}
//cycle through and change individual letters to neon color
crossref(n).style.color=neontextcolor
if (n<message.length-1)
n++
else{
n=0
clearInterval(flashing)
setTimeout("beginneon()",1500)
return
}
}
function beginneon(){
if (document.all||document.getElementById)
flashing=setInterval("neon()",flashspeed)
}
beginneon()
</script>
</h2>
vB Code example
----------------------
text
Use {option} ?
---------------------
no
Ashley52680
Thu 10th Jun '04, 7:12pm
Anyone have a countdown bbcode that does weeks and days?
Cold Steel
Sun 20th Jun '04, 11:11pm
Great stuff. Running 3.0.1.
Erwin
Thu 15th Jul '04, 12:55am
I have another version of the Spoiler tag. This one creates a button with a customizable title, and when you click on it, it pops a dialog box with the spoiler contents.
vB Code tag:
spoiler
vB Code replacement:
Code:
<input type="button" value="{option}" name="B1" onClick="alert('{param}')">
vB Code example:
This is the spoiler text...
Use {option} ?:
Yes
See this thread on my site for a working demo: http://www.ls1.com/forums/showthrea...threadid=110647 (http://www.ls1.com/forums/showthread.php?threadid=110647)
Hope you guys like it. :)
Do NOT install this bbcode. Or anything that allows members to input information into an input variable like that. It allows members to copy cookies onto their own computer and log in as that member. How do I know this? It happened on my forum last week, and someone had access to our staff accounts and forums for weeks. :) Luckily, this "hacker" was benign and did no damage.
Basically, allowing a member to input stuff using an input variable is not a good idea, as it brings up a XSS security vulnerability.
If you've had this bbcode installed, be warned that your forums may have already been compromised, since this vulnerability is apparently well-known.
Erwin
Thu 15th Jul '04, 12:59am
Another example of a bbcode that has a security hole is this one:
Button
Example - Click Me!
Replacement - Code:
<FORM><INPUT TYPE="button" value="{param}" Name="Button" onClick="window.location='{option}'"></FORM>
If you have this, remove it. Again, it allows a member to inject javascript to copy cookies using the input variable.
To stop the hacker from using stolen cookies, just get all your members and staff to change their passwords. Once the password is changed, the stolen cookies are rendered useless.
Just sharing my experiences. :)
msimplay
Thu 15th Jul '04, 5:49am
what about the anchor code does that allow for it aswell ?
or just the javascript ones ?
Freddie
Tue 28th Sep '04, 6:06pm
I was wondering how to show a BBCODE tag in a post without parsing it but I didn't find anything useful.
I wrote this little custom BBCODE to handle this problem, and this could help you if you need to explain a BBCODE syntax to someone:
Title: Showing a BBCODE
Tag: SHOWBBCODE
Replacement: [*{option}]*{param}[*/*{option}]* (you need to replace * with ; )
Example: Bold text
Description: Shows a BBCODE tag in a post without parsing it
Use options: Yes
I found this easy bbcode useful for my forum and I really hope this could be the same for you all!
At now, I'm looking to find a way to separate the open tag from the close tag.
If you'll find some bug or whatever else I'll be glad to read your replies
P.S: each time you'll modify this BBCODE, you'll need to type again the code written in 'Replacement' because VBulletin will show it parsed ;)
Zachery
Tue 28th Sep '04, 6:13pm
You try showing the users misc.php?do=bbcode
http://www.vbulletin.com/forum/misc.php?do=bbcode
muscle-mustangs
Sat 2nd Oct '04, 5:12pm
hmm.....I added the codes, all went well but when I type on the forum for example: this text is blurred it just says: this text is blurred. Any reason why my bb codes wont work? I even tried the shadow one and nothing?
Zzed
Wed 6th Oct '04, 1:55pm
hmm.....I added the codes, all went well but when I type on the forum for example: this text is blurred it just says: this text is blurred. Any reason why my bb codes wont work? I even tried the shadow one and nothing?
It's your browser. ;)
Blur/shadow/glow are HTML tags that are supported by IE only. :)
Khaleel
Wed 20th Oct '04, 5:15pm
Thanks this is a good thread *rates* its good that they are all html valid as well -thanks :D
mentalrz
Thu 21st Oct '04, 10:07pm
the iframe code, i want it so only an admin or mod can use it ..
How do i do this
cos if sum noob puts this onto a thread witht housands of cookies or whatever....
DOH!!!
TruthElixirX
Sat 30th Oct '04, 2:31pm
THanks guys. My forum is just getting started and I was having lots of toruble tracknig down some good HTML to convert to bb codes. but this works beautifully. Thanks to eveyone who contributed.
Michael Morris
Mon 22nd Nov '04, 12:14am
Someone else caught it, but it bears repeating...
Filters are Micro$oft proprietary tags. They only work on IE. Firefox, Netscape & Safari (I think) use moz tags, but not all the tricks you can play with IE are possible with those tags.
Be aware of this when installing these tags and if you have a large user base make sure they understand it to.
It would be nice to be able to set up a conditional to alternate between methods as necessary, but condtionals can't be put in bbcodes (yet - I'd like to find a hack to allow it). Hence...
<if condition="is_browser=='IE'">
Code for the IE method
<else />
Shoot the code for mozilla and pray.
</if>
jumpD
Wed 24th Nov '04, 2:01am
Someone else caught it, but it bears repeating...
Filters are Micro$oft proprietary tags. They only work on IE. Firefox, Netscape & Safari (I think) use moz tags, but not all the tricks you can play with IE are possible with those tags.
Be aware of this when installing these tags and if you have a large user base make sure they understand it to.
It would be nice to be able to set up a conditional to alternate between methods as necessary, but condtionals can't be put in bbcodes (yet - I'd like to find a hack to allow it). Hence...
<if condition="is_browser=='IE'">
Code for the IE method
<else />
Shoot the code for mozilla and pray.
</if>
You most likely could if you hard coded it in includes/functions_bbcodeparse.php
Michael Morris
Sun 28th Nov '04, 4:40pm
You most likely could if you hard coded it in includes/functions_bbcodeparse.php
Possible yes. I still would rather have the ability to use conditionals in any bbcode I create rather than having to hack functions_bbcodeparse. I haven't investigated doing this - it may be simply a matter of evaluating the bbcode insertion before passing it back out.
nubian
Wed 1st Dec '04, 9:48pm
can someone please explain this the inframe bbcode?
it's seems a bit strange on how to set up an iframe window
title = Iframe
tag = inwindow
replacement = <div align=center><iframe name="cwindow" style="border:0" width=500 height={option} src="http://{param}"></iframe>
example = http://www.your_website_url.com
description = Insert Iframe
use option = yes
is this correct?
also the same with my flash swf bbcode
title = Flash
tag = swf
replacement = <embed src={option} width=400 height=300 type=application/x-shockwave-flash></embed>
example =
description = Macromedia Flash
use option = yes
how can i set up this flash bbcode so that i have options for the url = xxx height = xxx weight = xxx ?
i have vb 3.0.3 and very new to bbcode
any help on how to achieve this will be greatly appreciated.
thanks in advance
Zachery
Wed 1st Dec '04, 10:19pm
1 WARNING THIS CODE CAN CRASH YOUR SITE AND STEAL YOUR USERS COOKIES IF ABUSED I WOULD NOT USE IT!
You cannot set hight and width, you are limited to two varibles {param} and option
use
<embed src={param} width=400 height=300 type=application/x-shockwave-flash></embed>
Instead.
Tavernkeeper
Fri 17th Dec '04, 11:52pm
I like this thread, here's another one that will make your text change colour from right to left.
VB Code Tag
-------------
neon
<h2>
<script language="JavaScript1.2">
/*
Neon Lights Text
By JavaScript Kit (http://javascriptkit.com)
For this script, TOS, and 100s more DHTML scripts,
Visit http://www.dynamicdrive.com
*/
var message="{param}"
var neonbasecolor="gray"
var neontextcolor="yellow"
var flashspeed=100 //in milliseconds
///No need to edit below this line/////
var n=0
if (document.all||document.getElementById){
document.write('<font color="'+neonbasecolor+'">')
for (m=0;m<message.length;m++)
document.write('<span id="neonlight'+m+'">'+message.charAt(m)+'</span>')
document.write('</font>')
}
else
document.write(message)
function crossref(number){
var crossobj=document.all? eval("document.all.neonlight"+number) : document.getElementById("neonlight"+number)
return crossobj
}
function neon(){
//Change all letters to base color
if (n==0){
for (m=0;m<message.length;m++)
//eval("document.all.neonlight"+m).style.color=neonbasecolor
crossref(m).style.color=neonbasecolor
}
//cycle through and change individual letters to neon color
crossref(n).style.color=neontextcolor
if (n<message.length-1)
n++
else{
n=0
clearInterval(flashing)
setTimeout("beginneon()",1500)
return
}
}
function beginneon(){
if (document.all||document.getElementById)
flashing=setInterval("neon()",flashspeed)
}
beginneon()
</script>
</h2>
vB Code example
----------------------
text
Use {option} ?
---------------------
no
That is great!
Tavernkeeper
Sat 18th Dec '04, 12:28am
Since the spoiler tag on the previous page is unsafe, can anyone recommend a different one?
cinq
Sun 26th Dec '04, 2:54am
I think I came across a Google bbcode on some boards
Anyway has that ?
Webnower
Sat 1st Jan '05, 5:17am
Hey guys.
A couple people here were wondering how to do the spoiler tags where it reveals itself with just a mouseover, so here it is. I hope this hasn't been posted already.
In your main CSS, add the following to your "Additional CSS Definitions":
.spoiler { COLOR: #000000; BACKGROUND-COLOR: #000000 }
In your BB Code Manager, input the following:
Title:
Spoiler Tags
Tag:
spoiler
Replacement:
<span class="spoiler" onmouseover="this.style.color='#FFFFFF';" onmouseout="this.style.color=this.style.backgroundColor='#0000 00'">{param}</span>
Example:
TheHeggy likes cheese
Description:
This tag will black out the text between the code, and make it visible only when you move your mouse over it.
aranthorn
Wed 5th Jan '05, 10:33am
I did not write these, but I couldn't find them on here anywhere, so I'm adding them to the collection. They were posted on vbadvanced.com for public view.
This prolly have been done before but here is how I added a custom BB code that will wrap text around a picture.
Might be useful in news forum etc
Title:
Wrap text around image
Tag:
wrap
Replacement:
<table border="0" align="left" valign="top">
<tr>
<td><img src="{param}" border="0" align="left"></td>
</tr>
</table>
Example:
imgurl
Description:
This will wrap text around a picture of your choice. Just add the url to the img you wish to use.
Use {option}:
No
This method requires no code changes and allows you to specify the alignment (left, right, top, or bottom):
Title:
Image with alignment
Tag:
img2
Replacement:
<img src="{param}" align="{option}" border="0" hspace="6" vspace="3" alt=""/>
Example:
Description:
This tag allows you to align an image to the right of left of your text.
Use {option}:
Yes
nathanaus
Sat 8th Jan '05, 7:21am
Am I allowed to request a BB code here?
Sitepoint has a fantastic off-topic code they use. You type in [ ot] [ /ot] and you get a completely different look and feel to the generated box.
An example of it can be found here: http://www.sitepoint.com/forums/showpost.php?p=1573022&postcount=1
Anyone know how that was done? Much appreciated :)
Webnower
Sat 8th Jan '05, 4:37pm
Here ya go. I just cannibalized Floris's Partner Box code and came up with this. Looks almost exactly the same as what you linked to.
Title: Off Topic
Tag: offtopic
Replacement:
<table class="tborder" cellpadding="4" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr><td class="alt1">
<div class="smallfont">
<div class="time"><strong>Off Topic:</strong></div><br />
{param}
</div>
</td></tr></table><br />
Example:
Hello!
Description:
Off topic box.
A attatched a screenshot as well. Hope this helps.
nathanaus
Sat 8th Jan '05, 10:18pm
Wow thank you so much. Much appreciated :)
eJM
Thu 20th Jan '05, 6:16am
I am using this for an EDIT box, primarily for commenting changes made after the original post, whether made by the OP or a moderator/admin:
Title: Edit Box
Tag: edit
Replacement:
<div style="padding:$stylevar[cellpadding]px">
<fieldset class="fieldset">
<legend style="font-size: 11px;">EDIT</legend>
<br />
{param}
</fieldset>
</div>
Use {option}: No
I would appreciate very much if someone could tell me how to make the box outline and the text of the edit red.
Thank you.
Pamela
Wed 26th Jan '05, 1:55am
Thank you ozone2000 for sharing your BB codes with us!!! And thank you to everyone else who shared them too!!! :D
Motoscene
Sat 5th Feb '05, 5:21pm
Just wanted to Thank everyone here that has gave there input on this topic. I am new to working with my forums. And this topic help me learn alot more about the codes. I would like to add music to my forums. I like the mid code that Ozone2000 shared, How would I use that in a forum template or table. And what table would I place it in. Thanks to everyone. Chain
TruthElixirX
Sat 5th Feb '05, 5:24pm
There is an Iframe code listed right? I thouht I'd let everyone know this has a security hole in it. If somenoe sticks this in a thread and links it to the log out page it will kick you out. Happened at some forums I frequent. I'd suggest getting rid of it before someone puts it in there sig.
Eroc
Mon 21st Mar '05, 2:14pm
also the same with my flash swf bbcode
title = Flash
tag = swf
replacement = <embed src={option} width=400 height=300 type=application/x-shockwave-flash></embed>
example =
description = Macromedia Flash
use option = yes
how can i set up this flash bbcode so that i have options for the url = xxx height = xxx weight = xxx ?
i have vb 3.0.3 and very new to bbcode
any help on how to achieve this will be greatly appreciated.
thanks in advance
I tried this and it didnt work.. I get an image holder and the site doesnt stop loading...
Can anyone give me a good example of one that works? Seems alot of them out there but I'm not sure which works and doesn't.
Thanks again,
Eroc
dsmcd01
Tue 29th Mar '05, 10:43pm
<input type="button" value="{option}" name="B1" onClick="alert('{param}')">Do NOT install this bbcode. Or anything that allows members to input information into an input variable like that.
<snip>
Basically, allowing a member to input stuff using an input variable is not a good idea, as it brings up a XSS security vulnerability.Is it the value=option that's the culprit or the alert(param)?
mgurain
Sat 9th Apr '05, 7:53pm
Hello,
Are Ozone's Custom BBcodes validin VB3.0.7 ?
It was written 2001 !!! WOW
I was happy with them and just want to use them, but I have a lettle question :
What if I change these Custom BBcodes later on, will they be parsed correctly ?
for example :
instead of :
some text
I use :
some text
knowing that these both use the same HTML tags .
thanks in advance,,
JsnakeJ
Tue 12th Apr '05, 11:31am
I am making an updated thread that is easier for people to find BBcodes they want. I am also adding some codes of my own to it.
angelicGrace
Thu 28th Apr '05, 1:47am
Wow great custom bb codes everyone one!
Deviant++
Sun 1st May '05, 3:13am
screenshots not showing :(
EasyTarget
Fri 24th Jun '05, 7:17am
So if I understood some of this, is it true that bbcodes which use the table tag could potentially cause template problems if the tags aren't used correctly?
diades
Fri 24th Jun '05, 7:31am
Hi EasyTarget
Any bbCode that uses HTML within it has the potential to make a mess within the page if not byuilt or used correctly but tables are especially prone as they interfere with the structure, not just the formatting.
Rewind
Tue 28th Jun '05, 8:00pm
Hey,
I was wondering anyone be able to help me make a BB Code like this, it creates a header then a box, I took a screen cap of it from another site ;).
click here! (http://img.photobucket.com/albums/0903/DarkAura/headerbox.gif)
If someone could I would really appreciate it!
Rewind
Thu 7th Jul '05, 2:34pm
anyone? ^
Dominator
Thu 7th Jul '05, 11:48pm
Could you give me a link to the site, then i might be able to.
Jose Amaral Rego
Fri 8th Jul '05, 3:51am
I did not write these, but I couldn't find them on here anywhere, so I'm adding them to the collection. They were posted on vbadvanced.com for public view.
This method requires no code changes and allows you to specify the alignment (left, right, top, or bottom):
This one does work for vb3.0.7
Originally Posted by KW802 from Vbadvanced.com
Title:
Image with alignment
Tag:
img2
Replacement:
<img src="{param}" align="{option}" border="0" hspace="6" vspace="3" alt=""/>
Example:
Description:
This tag allows you to align an image to the right of left of your text.
Use {option}:
Yes
Rewind
Sat 9th Jul '05, 3:20pm
Could you give me a link to the site, then i might be able to.
www.thesummoning.org (http://www.thesummoning.org) :)
acampa
Mon 11th Jul '05, 9:47am
havent seen a simple hide / spoiler bbcode?
one where you highlight to reveal.
JTMON
Wed 13th Jul '05, 3:07am
hummm
I tried to add the
width="400" height="100"
code.. however all I get is the above code and a big white box.. where normally the "edit & remove" options are for the BBCodes.. well they arent' there. I have no way of removing or even editing this code now. How would I get rid of it ?
use the browser scrollbar at the bottom to scroll to the right and you'll see the buttons..I JUST had this same issue...and the white box is because you have no real movie at the example URL
kregger
Sat 16th Jul '05, 2:55pm
Is there a vB Code that creats columns of text? I have a list of links on one of my threads that is getting too long. It would be nice if there is a vB Code to arange it for me.
Craig
brinnie
Sun 17th Jul '05, 1:09am
vB Code tag
----------------
swf
vB Code replacement
----------------------------
<embed src={option} width=400 height=300 type=application/x-shockwave-flash></embed>
vB Code example
----------------------
Use {option} ?
---------------------
yes
Hello, I got up to page 8 and found nothing. Does anyone know the REAL way of putting in a Flash tag for swf's?
Zachery
Sun 17th Jul '05, 2:41am
Hello, I got up to page 8 and found nothing. Does anyone know the REAL way of putting in a Flash tag for swf's?
http://www.vbulletin.com/forum/showthread.php?t=92250&highlight=flash+bbcode
Sixseries
Sun 24th Jul '05, 6:23pm
How do I insert a
.wmv whats teh bb code to post a windows media video or w/e that stands for lol
Floris
Sun 24th Jul '05, 6:27pm
Title:
fs
Tag:
fs
Replacement:
<table width="90%" border="0" align="center" cellpadding="2" cellspacing="2"><tr><td><fieldset><legend>{option}</legend>{param}</fieldset></td></tr></table>
Example:
Content!
Description:
Adds a border with title, a fieldset, around title and content, handy for articles or summeries or whatever
Psionic Vision
Sun 24th Jul '05, 10:53pm
Do we really need these codes? I personally do not like those flashy things. And I am glad that unlike IPB, Jelsoft did not include flash, glow, shadow etc. in the standard vBulletin package.
Terminator1138
Wed 27th Jul '05, 3:47pm
Im a bit curious on creating custom codes. For instance I would like to create a code for admins and moderators that creats a blurb for users that need to follow rules and regulations with some preformated text. Is this possible?
Beth
Sun 31st Jul '05, 5:19pm
Look back a few pages. I cant remember which page its on but theres a code there for mods and admin about editing code.
It a code where they can just stick in whatever, and then when they go to use it just . I'm sure you could adapt it.
Blackbeard
Sun 16th Oct '05, 6:49am
I am looking for a bbcode that will place a download .gif in the post and when you click on the gif it will allow the member to download the file, if possible i would like it not to show where i have my files stored.(file url)
the files my members will be downloading are drivers and maint tools for PC as we are a pc newbie forum.
vakvak
Sat 22nd Oct '05, 4:33pm
thanks
Dobermann
Mon 24th Oct '05, 8:43am
Title: Background Color
Tag: bg
Replacement: <span style="background-color:{option}">{param}</span>
Example: text
Description: Background Color
Option: Yes
Jose Amaral Rego
Mon 24th Oct '05, 9:23am
Title: Background Color
Oh, I would hate to have that on my site It has abuse written all over it ;). I can see hot pink or lime green burn out your retina's from your eyes. You can always wear your sun glasses at night.
dippin' low
Fri 4th Nov '05, 1:09am
Does anyone know the code so i can add streaming media into a post?
Something like
[mp3]http://othersite.com/theirmp3.mp3[mp3]
So i can automatically play an mp3 file WITHOUT having to actually host the file or having to click on a link.
deepak7
Fri 4th Nov '05, 10:59am
Hey
who can help me with some custom BB codes?
I have a poker forum and i need cards colors
I know you can use ♣ but I dont know exactly how to use it in admin panel
Also I want to work this way: when someone types [Qc] it should appear
Q ♣
Ty
Dr_HUS
Thu 10th Nov '05, 10:06pm
Does anyone know the code so i can add streaming media into a post?
Something like
[mp3]http://othersite.com/theirmp3.mp3[mp3]
So i can automatically play an mp3 file WITHOUT having to actually host the file or having to click on a link.
yes just use this Replacement
<object classid='clsid:6bf52a52-394a-11d3-b153-00c04f79faa6'><param name='url' value='{content}'></object>
fallenshortagai
Mon 21st Nov '05, 5:20am
<span style="background-color: rgb(255, 255, 255); color: rgb(255, 255, 255);" class="spoiler" onmouseover="this.style.color='#000000';" onmouseout="this.style.color=this.style.backgroundColor='#FFFF FF'"> {param} </span>
Illusions
Tue 29th Nov '05, 2:08pm
Hi I would like to add a flash tag to my BBcode but not sure how to go about it, I have tag listed but when I use it for my flash files the actual size doesnt show, its either too small or too large...help please how do i change this? this is the following tag i have for embed at the moment:~
http://www.domain.com/file.ext
is this the right tag to add .swf or movie files? please help.
Mask@ZK
Sat 10th Dec '05, 5:31pm
So I tried searching, and experimenting both to no avail. Has anyone tried to make something like code tag's that will propperly color and format a post in a specific language?
I.E.
[C+][/C+] or something at least in that direction?
What I'm really looking for is something similiar to what can be found here (http://nwn.bioware.com/forums/viewcodepost.html?post=2386797) all nice and color coded.
Am I looking for a the impossible?
Spookysalem
Tue 22nd May '07, 8:10am
Awesome bbcodes here.
I have input the Box tag as posted here a few pages back, however i would like to be transparent and for the text to be the same as used in the style.
not sure what needs to be changed..
<div style="background-color: {option}; width: 300; height: 200; overflow: auto; border: 1 solid black"><font color="000000">{param}</font></div>
Floris
Wed 23rd May '07, 6:32am
If you wish to have for example bbcode for youtube, make sure the end user can't enter the full url, but only the actual value for the youtube video. This way they can't point to http://www.naughtyhacker.com/stealcookie.swf
xony
Wed 1st Aug '07, 4:29pm
Could they help me to insert in bbcode video flv of the web http://www.video3d.com? the codes that he/she gives me the it page they are:
examples:
URL : http://www.video3d.es/view/13/linier-jodido-animacion-3d/
embed:
<IFRAME vspace="0" hspace="0" allowtransparency="true" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" style="border:0px;" width="435" height="470" SRC="http://www.video3d.es/show.php?id=13"></IFRAME>
I am willing to pay something if one must make new thank you.
Vertex [HW-F]
Fri 17th Aug '07, 10:25am
So I tried searching, and experimenting both to no avail. Has anyone tried to make something like code tag's that will propperly color and format a post in a specific language?
I.E.
[C+][/C+] or something at least in that direction?
What I'm really looking for is something similiar to what can be found here (http://nwn.bioware.com/forums/viewcodepost.html?post=2386797) all nice and color coded.
Am I looking for a the impossible?
It is available as a plugin, with some optimizations you may also be able to run it on 3.6.x. I run it perfectly on 3.6.5.
http://www.vbulletin.org/forum/showthread.php?t=93071
Zachery
Fri 17th Aug '07, 11:22am
You do relize that post was made in 05 right?
Ranger375
Fri 17th Aug '07, 11:27am
i cant get it to work,..
Ranger375
Fri 17th Aug '07, 11:33am
i give up lol.
Floris
Mon 20th Aug '07, 7:39am
Many working new and improved codes are now done through plugins or custom bbcodes shared on vBulletin.org.
Powered by vBulletin™ Version 4.0.0 Beta 4 Copyright © 2009 vBulletin Solutions, Inc. All rights