PDA

View Full Version : Combine BB Codes & Custom BB Codes


ximcix
11-07-2005, 12:12 AM
I added a custom BB Code to embed video clips in posts, but some members can't seem to differenciate between "Reply" & "Quote" so they end up quoting the a post with a video embeded. As as result thatre are severral instances of the same video clip throught the thread. Even though I set the "Autostart" parameter to "false," it still stars automatically in FireFox. I figured that since vBulletin does not currently support nested quotes (& I hope is stays this way) I usually wrap tags around my [VIDEO] to idiot-proof my post from chronic quoters, but my forum's members don't. So I would like to make quote tags a part of my custom BB Code, but instead of the desired results, the [Quote] tags are simply outputed as text & not parsed.

My current code:
<embed src="http://www.website.com/movie.wmv"
EnableContextMenu="false"
autostart="false"
controls="true"
loop="false"
TYPE="video/x-ms-wmv">
</embed>

I would like to be able to use:
[QUOTE]
<embed src="http://www.website.com/movie.wmv"
EnableContextMenu="false"
autostart="false"
controls="true"
loop="false"
TYPE="video/x-ms-wmv">
</embed>

... and have vB parse the quote tags as well.

Is there any way to acomplish this?

ximcix
11-08-2005, 12:53 AM
Anyone?

Borgs8472
11-08-2005, 03:21 PM
Are the quote tags ignored when intergrated into your video code currently?

ximcix
11-10-2005, 12:03 PM
Yes, they are ignored & output as text instead of being parsed (see image 2).
The code i'm using is http://www.website.com/movie.wmv

Image 1:
http://mc-web.ath.cx/boards/quote1.jpg


Image 2:
http://mc-web.ath.cx/boards/quote2.jpg


Image 3:
http://mc-web.ath.cx/boards/quote3.jpg

ximcix
11-16-2005, 10:04 PM
bump... before it gets lost in the archives

davidw
11-16-2005, 10:38 PM
What about Stitch's inline attachment mod? It doesn't use quotes but the attachment system.

https://vborg.vbsupport.ru/showthread.php?t=99871