The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Help: Multiple formatting in a BBcode
I have tried to make a BBcode that would, with one code, turn a given written thing into dark red+bold+underlined+font size 20. The way to do so, as I understand from my little information about it, is to do the actual formatting in a post then turn on the coding icon and copy the code, then go to BBcode in admin panel and insert it there. This has not worked with me.
The way I did it was as follows: Title: BD1 BB Code Tag Name: BD1 Replacement : [SIZE=20px]{param}[/SIZE] Example: [BD1]text[BD1] Could you please help? |
#2
|
|||
|
|||
I'm not entirely sure if you can put BBCode into the replacement as it renders it as raw HTML (with the variables replaced)
Maybe something like the following is what you need for the replacement: HTML Code:
<span style="color: darkred; font-weight: bold; text-decoration: underline; font-size: 20px;">{param}</span> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|