(02-02-2016, 16:53)M*rk Wrote: Not sure.
The BBcode settings are all switched on at a board level. You have an additional level of control on your user account (to view/hide BBcode formatting options).
The MyCode entries have to be added in the Admin Control Panel, under -
Configuration - MyCode - Add New MyCode
- they're not part of the current settings.
(02-02-2016, 16:53)M*rk Wrote: What advantage does BBcode give you over posting the table's raw HTML?
Raw HTML doesn't display on a PHP bulletin board. They all use BBCode instead.
Example:
<table>
<tr>
<td>Test</td><td>Display</td>
</tr>
</table>
My main request is to try to find a way for people to easily post league tables. The only way to do that currently is to post an image of the table from somewhere else.
Some of the MyBB plugins seem to be interesting, although I haven't tested them out myself. The MyCode examples I posted above have been tested by myself and work fine, with a little knowledge of HTML table structures.