The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
I want to create more/different BBCODE for URL links
And to give him different parameters than having to BBCODE to URL For some reason I can not produce BBCODE for this I try that : Code:
title : MoreUrl
BB Code Tag Name : XXX
Replacement : <a href="{option}" style="border-color:red;border-style:outset;" />{param}</a>
Example : [XXX]http://www.vbulletin.org[/XXX]
Any idea? |
|
#2
|
|||
|
|||
|
You are using {option} as the href, but your tag includes no option. I think you want something like:
Code:
title : MoreUrl
BB Code Tag Name : XXX
Replacement : <a href="{option}" style="border-color:red;border-style:outset;" />{param}</a>
Example : [XXX=http://www.vbulletin.org]VBulletin.org[/XXX]
or else Code:
title : MoreUrl
BB Code Tag Name : XXX
Replacement : <a href="{param}" style="border-color:red;border-style:outset;" />{param}</a>
Example : [XXX]http://www.vbulletin.org[/XXX]
or both, if you'd like. |
|
#3
|
||||
|
||||
|
Thanks
I try it befor and it does not work but new It's working fine
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|