vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=139)
-   -   Ultimate vBcodes (BB) list (https://vborg.vbsupport.ru/showthread.php?t=86926)

gmarik 05-20-2003 10:00 PM

Ultimate vBcodes (BB) list
 
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: [NarrowText=#FC7013]This BB code writes a upper-case narrow text.[/NarrowText]
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: [Acronym=#006699]This BB code changes the cursor and title.[/Acronym]
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: [box=#FFFFFF]Text[/box]
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: [glow=1]This BB code makes a 1px glow.[/glow]
vB Code explanation: Glow 1px in IE4+ only. Developded by Marco from WebMaxtor.com
Use {option}: Yes

imported_Blindchild02 05-21-2003 10:25 PM

wuts the box look like? and whats an acronym? :(

wyzzor 05-21-2003 11:16 PM

ho!, Thx
Nice Vbcodes!

add :)

filburt1 05-22-2003 12:13 AM

See the sticky thread in this forum.

assassingod 05-22-2003 06:14 AM

Quote:

Originally Posted by Blindchild02
wuts the box look like? and whats an acronym? :(

An acronym is when you take the first letter of some words and put them together (I.e Be Right Back, BRB. Got to Go, GTG. Hypertext Markup Language, HTML, Hypertext Transfer Protocal, HTTP)

In other words it's a form of abbreviation.

Black Vivi 05-22-2003 02:17 PM

few more:

vB Code tag: xray
vB Code replacement: <img style="filter:XRay();" src="{param}" />
vB Code example: [xray]../images/newannounce.gif[/xray]
vB Code explanation: Inverts the colors of an image
Use {option}: No

vB Code tag: marquee
vB Code replacement: <marquee>{param}</marquee>
vB Code example: [marquee]Hellow world![/marquee]
vB Code explanation: Makes your text move
Use {option}: No

vB Code tag: high
vB Code replacement: <sup>{param}</sup>
vB Code example: [high]Hello world![/high]
vB Code explanation: Makes the text half the size and go at the top half of the rest.
Use {option}: No

vB Code tag: low
vB Code replacement: <sub>{param}</sub>
vB Code example: [low]Hello world![/low]
vB Code explanation: Makes the text half the size and go at the lower half of the rest.
Use {option}: No

wyzzor 05-23-2003 10:56 PM

Thx again :D

mx3 05-24-2003 08:07 PM

Thanks everyone, these are great! i had a lot of trouble with my glow for some reason, so the one in this thread helps. thanks again!

MGM 05-26-2003 05:35 PM

Sweet codes! But I have a question, is there any way that a person can set both the strength AND color of a glow tag???

At a site I use to go to, they have it like that, the code is like this: [glow=red, strength=4]Text[/glow]

Anyone know how to do it?

MGM out

mx3 05-26-2003 05:38 PM

i don't know if you can have them both in the same tag, but you could do this:
vB Code tag: Glowstrength
vB Code replacement: <table style="filter:Glow(color=red, strength={option})">{param}</table>
vB Code example: [glow=1]This BB code makes a 1px glow.[/glow]
Use {option}: Yes

vB Code tag: Glowcolor
vB Code replacement: <table style="filter:Glow(color={option}, strength=2)">{param}</table>
vB Code example: [glow=1]This BB code makes a 1px glow.[/glow]
Use {option}: Yes

and use both separatly like this:
[glowcolor=red][glowstrength=2]BAH[/glowstrength][/glowcolor]

gmarik 05-27-2003 04:58 AM

Oh, I could not figure out it myself, so thanks for the tip. In case you'll get some trouble, there are more codes at my board, I'm still working on some and they're not read to be released here.

Black Vivi 05-27-2003 07:45 AM

Quote:

Originally Posted by Hyper22Shadow
i don't know if you can have them both in the same tag, but you could do this:
vB Code tag: Glowstrength
vB Code replacement: <table style="filter:Glow(color=red, strength={option})">{param}</table>
vB Code example: [glow=1]This BB code makes a 1px glow.[/glow]
Use {option}: Yes

vB Code tag: Glowcolor
vB Code replacement: <table style="filter:Glow(color={option}, strength=2)">{param}</table>
vB Code example: [glow=1]This BB code makes a 1px glow.[/glow]
Use {option}: Yes

and use both separatly like this:
[glowcolor=red][glowstrength=2]BAH[/glowstrength][/glowcolor]

long tags...
you cud do it using php

assassingod 05-27-2003 07:47 AM

Quote:

Originally Posted by Black Vivi
long tags...
you cud do it using php

But since you aren't allowed to discuss hacking here, you should go to www.vbulletin.org ;)

Prankster 06-01-2003 10:15 PM

vB Code tag: bimg
vB Code replacement: <a href="{param}" target="_blank"><img src="{param}" border="0" width="200"></a>
vB Code example: [bimg]http://...[/bimg]
vB Code explanation: a big picture display small and on klick in original size in a extra browser
Use {option}: No

i have posted here

width="200" << is the size to display

greets Prankster

gmarik 06-03-2003 01:20 PM

Prankster - it's useless and makes images look ugly. Sorry, it just the way ...

Liz 11-02-2003 02:07 AM

Thank you SO MUCH prankster. Thank vB code is really a lifesaver. I installed something like this before for attached images - but since then uploaded images are just ENORMOUS. So this really helped keep my board layout nice and tidy. I used my moderators avatar image size instead of 200 and I added height and it looks PERFECT!

Thanks again, all these codes are great!

egyptsons 01-16-2004 10:26 AM

:) good qork :)

TruckerJeff 03-19-2004 06:15 AM

cool

thecerealkiller 04-09-2004 09:20 PM

i have one for allowing people to add swfs to their posts and sigs

vB Code tag :swf


vB Code replacement:
<embed src="{option}" type="application/x-shockwave-flash" quality="Autohigh" {param}>

vB Code example:
[swf=http://yoursite.com/path/to/file.swf]width="xxx" height="xxx"[/swf]


vB Code explanation
Embed Flash files into your posts. Remember the quotation marks.

Use {option} ?
Yes


All times are GMT. The time now is 05:02 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01136 seconds
  • Memory Usage 1,753KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (19)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete