Quote:
Originally Posted by kiwivc
If I use your supplied table code then the results still show the same error. I've got 77 mods installed which I disabled while looking for the cause however the duplicate last line still showed even after disabling postcache and testing with a new post. In the meantime I'm using {br} to generate an empty row at the end of each table. Two empty rows look better than duplicating the real data contained in the last row.
I have noticed that if I remove the ="head" part from [table="head"] then the last row does not duplicate.
[table] works fine
[table="head"] causes the last row to duplicate.
|
In plugin parse vBCode table, replace
Code:
if($bbcode_table['table']['rows']<$vbulletin->options['stg_table_maxrows']) $bbcode_table['table']['rows']--;
with
Code:
$bbcode_table['table']['rows']--;