![]() |
Multiple Options in Custom BBCode
The first thing you should know is that I didn't write this from scratch, I updated a lot of Andreas' Multiple Option BBCode mod, which is vBulletin 3.5 only.
This allows you to use multiple {option} variables in your custom BBCode via {option1}, {option2}, {option3}, etc.. When setting the custom BBCode example, use a semicolon to separate the options. There is a screenshot attached to help you understand it if you can't already. There are two more things you must know.
If you have any questions, post and I'll try to answer them. This is my first modification submission, so bare with me. The plugin XML is attached, enjoy. Change Log: 08/29/2008: Initial Release. 08/30/2008: Various bug fixes. Options no longer need to be surrounded by HTML to work, and the modification now works when more than one custom BBCode is in use. |
I'm going to install this, or at least see if I can mess around with it and make cool vB codes later, so thanks for the release Zamurick!
|
No problem. Let me know if you have problems. =]
|
i don't like (option),i want use (param) :(
|
I can use this with my new bbcodes...>>>Beauts<<<
|
I am getting this when I do it, I am using 3.7.3, What Happens is When i do the Code in the Actual post like [TEST=15;230]TEST[/TEST] FIrefox throws that error.
Content Encoding Error The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression. The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression. * Please contact the website owners to inform them of this problem. |
Here is what I have
Replacement: <embed src="{param}" width="{option1}" height="{option2}"/> Example:[FLASH=width;height]http://myExamples/test.swf[/FLASH] BB Code Tag Name: FLASH |
Try setting the replacement to this:
Code:
<object width="{option1}" height="{option2}"><param name="movie" value="{param}"></param><embed src="{param}" width="{option1}" height="{option2}"></embed></object> |
Quote:
[flash=150 160]http://mysite.com/example.swf[/flash] [flash="150 160"]http://mysite.com/example.swf[/flash] [flash=150;160]http://mysite.com/example.swf[/flash] [flash="150;160"]http://mysite.com/example.swf[/flash] |
Working on a fix, shouldn't be long.
|
All times are GMT. The time now is 08:41 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|