The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
bbcode request
i was wondering if someone could combine 2 bbcodes. the bgcolour and font bbcodes. To make something like [bgcolour2=color:color:black] where bgcolour = background color and color: font/text color.
|
#2
|
||||
|
||||
TITLE: info
TAG: info REPLACEMENT: Code:
<div class="info">{param}</div> Code:
[info]this is my text[/info] add to your cpanel .css file and Style css Code:
.info{ font-size: 11px; color: #000000; border: 1px solid #CCCCCC; margin: 4px 0; padding: 5px; background: #FFFFEF; } |
#3
|
|||
|
|||
uhh, im not so sure were on the sme path
<p><span style="background-color: {param}">{param}</span></p> is bgcolor html replacement and i wanted it to like have 2 params so when you type in posts or sigs [bgcolour2=black;color:Red]Black BG With Red Text[/bgcolour2] |
#4
|
||||
|
||||
TITLE: redbox
TAG: redbox REPLACEMENT: Code:
<div style="{option}">{param}</div> Code:
[redbox='background:red;color:white']this is a test[/redbox] |
#5
|
|||
|
|||
thank you
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|