The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I am trying to use table BB code which was developed for the Simple Machine Forums, to be interpretable by vbulletin. All the SMF forums do is interpret table BB code such as [table] [tr] and [td] as HTML code like <table> <tr> and <td>
Here's an example of such a table BB code: HTML Code:
[quote][table][tr][td colspan=4]Kampf auf dem Planeten 17:17:9 am 17.07.2008 um 04:47:36. Besitzer ist [b]Verteidigername[/b].[/td][/tr] [tr][td colspan=4]Die Schlacht endete mit einem Sieg f?r den [color=green]Angreifer[/color].[/td][/tr] [tr][td colspan=4]Angreifende Flotte von [b]Angreifername[/b]. Startplanet ist 17:20:6.[/td][/tr] [tr][td]Schiffname[/td][td]Anzahl[/td][td]Zerst?rt[/td][td]?berlebende[/td][/tr] [tr][td]Gorgol 9 (Hyperraumtransporter Klasse 1)[/td][td]25[/td][td]0[/td][td]25[/td][/tr] [tr][td]Eisb?r (Hyperraumtransporter Klasse 2)[/td][td]1[/td][td]0[/td][td]1[/td][/tr] [tr][td]Manta[/td][td]599[/td][td]0[/td][td]599[/td][/tr] [tr][td]X12 (Carrier)[/td][td]6[/td][td]0[/td][td]6[/td][/tr] [tr][td]Kronk[/td][td]4[/td][td]0[/td][td]4[/td][/tr] [tr][td]Zeus[/td][td]2[/td][td]0[/td][td]2[/td][/tr] [tr][td colspan=4]Verteidiger ist [b]Verteidigername[/b].[/td][/tr] [tr][td]Schiffname[/td][td]Anzahl[/td][td]Zerst?rt[/td][td]?berlebende[/td][/tr] [tr][td colspan=4]Verteidigungsanlagen:[/td][/tr] [tr][td]Name[/td][td]Anzahl[/td][td]Zerst?rt[/td][td]?berlebende[/td][/tr] [tr][td colspan=4]Es wurden folgende Ressourcen gepl?ndert:[/td][/tr] [tr][td]Stahl[/td][td colspan=3][color=green]3.750[/color][/td][/tr] [tr][td]VV4A[/td][td colspan=3][color=green]4.190[/color][/td][/tr] [tr][td]chem. Elemente[/td][td colspan=3][color=green]15.154[/color][/td][/tr] [tr][td]Eis[/td][td colspan=3][color=green]1.510[/color][/td][/tr] [tr][td]Wasser[/td][td colspan=3][color=green]1.643[/color][/td][/tr] [tr][td]Energie[/td][td colspan=3][color=green]509[/color][/td][/tr] [tr][td colspan=4][url=http://www.musterlink.de]Link zum externen Kampfbericht[/url][/td][/tr][/table][/quote] ![]() I tried to integrate those additional BB codes manually into my vbulletin. This does work with [table] [tr] and [td]. However: All the code that includes colspan, like [td colspan=4] does not work correctly and is not interpreted. vBulletin simply ignores it. I've tried several different setups, like this (language is German but menu structure should be the same as in the English vbulletin ACP): ![]() Is there any possibility to make the [td colspan=]Text[/td] code interpretable for vBulletin? |
#2
|
|||
|
|||
![]()
You have to use [td=4]Text[/td]
Then the replacement <td colspan="{option}">{param}</td> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|