Correct interpretation of BB table code with colspan needed

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • DerBademeister
    New Member
    • Jun 2008
    • 2
    • 3.7.x

    Correct interpretation of BB table code with colspan needed

    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]
    The SMF forums interpret that table BB code correctly and it looks like this:


    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?
  • Yves R.
    vBulletin QA
    • Nov 2003
    • 3862
    • 5.6.X

    #2
    And with [td=4][/td], it didn't work?

    vBulletin QA - vBulletin Support French - Lead Project Tools developer

    Next release? Soon(tm)

    Comment

    Related Topics

    Collapse

    Working...