vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Fl?p's BIG vBcodes topic!! (https://vborg.vbsupport.ru/showthread.php?t=50563)

gmarik 05-18-2003 04:20 PM

Great!

Boofo 05-18-2003 04:41 PM

How do you do a colored hr line?

mr e 05-18-2003 08:07 PM

Bare with me as I'm making an educated guess here :D

vB Code Name:
HR

vB Code Replacement:
<hr color="{param}">

vB Code Example:
[ hr=#FFFFFF][ /hr]

Use {option} ?
NO

Dan 05-18-2003 08:12 PM

change the Use option to yes iirc

Boofo 05-18-2003 08:22 PM

And this

<hr color="{param}">

should be

<hr color="{option}">

LOL I figured it out about 10 minutes after I wrote that message.

Gary King 05-19-2003 01:22 AM

Nice big list here, I'm sure to find something useful for my board.

Morgalis 05-29-2003 11:16 PM

what about [code] ?

i like that the [code] on here is much different than what is defualted and since we display an awful lot of code every day, i would like to have it look nicer

can someone give me a hand with this please?

Gary King 05-30-2003 12:10 AM

Quote:

Today at 08:16 PM Morgalis said this in Post #47
what about [code] ?

i like that the [code] on here is much different than what is defualted and since we display an awful lot of code every day, i would like to have it look nicer

can someone give me a hand with this please?

Is this what you're looking for?

https://vborg.vbsupport.ru/showthrea...threadid=35382

Morgalis 05-30-2003 02:06 AM

thank you very much!

i obviously was searching without enough key words!

Gary King 05-30-2003 02:08 AM

No problem, just glad to help!

flup 05-30-2003 06:41 AM

Indeed nice code from firefly!

Gary King 05-30-2003 11:05 AM

Quote:

Today at 03:41 AM flup said this in Post #51
Indeed nice code from firefly!
..?

flup 05-30-2003 04:31 PM

that php/query thing

Gary King 05-30-2003 06:58 PM

Oh alright.

X-Sector 02-12-2004 11:40 PM

Hmm your swf vbcode doesn't allow size option.

so i made this

Code:

Code:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
 codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
 width="547" height="164" align="">
        <param name=movie value="{param}">
        <param name=quality value=high>
        <param name=bgcolor value=#FFFFFF>
        <embed src="{param}" quality=high bgcolor=#FFFFFF  {option} align=""
 type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>
      </object>

Example bbcode:
Code:

[swf=width=547 height=164]http://www.yourhost.com/path/to/file.swf[/swf]

Boofo 02-12-2004 11:51 PM

But don't you have the sizes hardcoded into the code there already?

X-Sector 02-13-2004 12:05 AM

Yes but it always good to be able resize some flash file for convenient :)

Natch 02-13-2004 12:10 AM

Quote:

Originally Posted by Boofo
But don't you have the sizes hardcoded into the code there already?

Our good mate Boofo is talking about the two locations where the SWF dimensions are coded in ...

Code:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
 codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
 width="547" height="164" align="">
        <param name=movie value="{param}">
        <param name=quality value=high>
        <param name=bgcolor value=#FFFFFF>
        <embed src="{param}" quality=high bgcolor=#FFFFFF {option} align=""
 type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>
      </object>

And you should quote your entities for XHTML compliance ...

X-Sector 02-15-2004 12:31 AM

oh i havent change that yet, my bad everyone. Ok here is the new fixed one for the swf, sorry bout that.

Tag: swf
Example:
HTML Code:

[swf=width=547 height=164]path to swf file[/swf]
Replacement:
HTML Code:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
 codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
 {option} align="">

        <param name=movie value="{param}">
        <param name=quality value=high>
        <param name=bgcolor value=#FFFFFF>
        <embed src="{param}" quality=high bgcolor=#FFFFFF  {option} align=""
 type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">
</embed>
      </object>

Well here another BBcode i made - this will change the size of a image the user include in their post by percent.

Tag: timg
Example: [timg]path to image[/timg]
Replacement:
HTML Code:

<img src="{param}" border="1" width="40%"><br>
<a href="{param}" target="_blank"><smallfont>Click Here for Original</smallfont></a>


Boofo 02-15-2004 01:52 AM

How do you know what size to set an SWF file to?

X-Sector 02-15-2004 01:09 PM

I look at my Flash Document to see what the size of the SWF file.

Boofo 02-15-2004 01:43 PM

How do you do that?

GamerJunk.net 10-31-2004 06:59 PM

I can't get some of them to work?

Glow & Shadow & Reverse

Zachery 10-31-2004 07:07 PM

Quote:

Originally Posted by RasMasta
I can't get some of them to work?

Glow & Shadow & Reverse

Are you using Firefox or IE ?

GamerJunk.net 10-31-2004 07:08 PM

Quote:

Originally Posted by flup
Please don't reply within the first 20 minutes of this thread so i can post all the vBcodes i have in this thread!

USE QUOTE TO SEE THE VB CODES

glow
vB Code replacement:


code:-----------------------------------------------------------------------------
<table style="filter:glow(color=blue, strength={option})">{param}</table>
--------------------------------------------------------------------------------


vB Code example:
[glow=4]this text is glowing[/glow]

Use {option} ?:
Yes


This doesn't work for me.

Zachery 10-31-2004 07:09 PM

Quote:

Originally Posted by RasMasta
This doesn't work for me.

Firefox or IE i asked...

GamerJunk.net 10-31-2004 07:10 PM

FireFox Zachary.

Zachery 10-31-2004 07:12 PM

Thoughs are IE only tricks, it NOT WORK in firefox :)

GamerJunk.net 10-31-2004 07:12 PM

Doesn't seem to work on Opera either.

All I have to do is add the code right in Custom BB Codes?

Zachery 10-31-2004 07:14 PM

Quote:

Originally Posted by RasMasta
Doesn't seem to work on Opera either.

All I have to do is add the code right in Custom BB Codes?

Again IE ONLY, as in NOT ANY OTHER NON INTERNET EXPLORER / MICROSOFT BROWSER

GamerJunk.net 10-31-2004 07:14 PM

So none of these codes work except for IE? All that flup posted?

Zachery 10-31-2004 07:15 PM

anything that uses fliter: somthing;

GamerJunk.net 10-31-2004 07:15 PM

Zach, lol man calm down. We are posting back and forth and when I am posting I see the last message you posted not the one you just posted lol...

I have to wait 30 seconds before I can post again

Zachery 10-31-2004 07:15 PM

Quote:

Originally Posted by RasMasta
Zach, lol man calm down. We are posting back and forth and when I am posting I see the last message you posted not the one you just posted lol...

I have to wait 30 seconds before I can post again

I don't have a limit ;) lol

GamerJunk.net 10-31-2004 07:16 PM

Thanks for the help man.


All times are GMT. The time now is 06:49 PM.

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.01336 seconds
  • Memory Usage 1,791KB
  • 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_code_printable
  • (3)bbcode_html_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (35)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete