That did the trick! I now have tables working in CMS, Blogs & Forums!
Thanks for this sooooo much!
All I did were these changes: (I noticed in the downloaded mod there were some 'hanging' ['s in the 'html replace' code at the beginning for 'tr' and 'td' in front of the '<' so I took them out)
PHP Code:
For the tags without options use the following replacements:
[tbl]
<table>{param}</table>
[bbth]
<th>{param}</th>
[bbtr]
<tr>{param}</tr>
[bbtd]
<td>{param}</td>
For each of the above I recommend the following example:
[tbl][bbtr][bbth]Header[/bbth][/bbtr][bbtr][bbtd]test[/bbtd][/bbtr][/bbtbl]
Remember the example will not show correctly until every code in the set is installed.
Add the following code replacements WITH Option-
"Use Option = Enabled"
[tbl]
<table {option}>{param}</table>
[bbth]
<th {option}>{param}</th>
[bbtr]
<tr {option}>{param}</tr>
[bbtd]
<td {option}>{param}</td>
For each of the above I recommend the following example:
[tbl="border=0 bgcolor=grey align=center"][bbtr][bbth="bgcolor=lightblue colspan=3"]Table Header[/bbth][/bbtr][bbtr][bbtd]:pirate:[/bbtd][bbtd="bgcolor=yellow"]:jump:[/bbtd][bbtd]:panic:[/bbtd][/bbtr][bbtr="bgcolor=pink height=50"][bbtd]:sad[/bbtd][bbtd]:owned:[/bbtd][bbtd]:thup2:[/bbtd][/bbtr][/tbl]
Remember the example will not show correctly until every code in the set is installed.
Marks as installed!