FAO Site Admin: Posting League Tables - Printable Version +- Sports Babble - sports forum (https://www.sportsbabble.co.uk) +-- Forum: Off Topic / General Discussions (https://www.sportsbabble.co.uk/forumdisplay.php?fid=40) +--- Forum: Suggestion Box (https://www.sportsbabble.co.uk/forumdisplay.php?fid=41) +--- Thread: FAO Site Admin: Posting League Tables (/showthread.php?tid=3705) |
FAO Site Admin: Posting League Tables - Trusevich - 02-02-2016 Looking at the site, I see there's no way of posting a formatted league table using BBCode. Would it be possible - or even viable - to add some new entries to the site's MyCode library to allow posting an HTML-type table? For instance, using specific MyCode entries the following BBCode tags would produce a simple league table which would be displayed as below: Code: [table] Of course, the BBCode text can be simply edited in any text editor to display different numbers of rows and columns in the exact same way as in basic HTML. The four MyCode entries would be as follows: Code: 1 Perhaps, if this solution isn't suitable, the addition of a MyBB plugin to allow the posting of tables could be installed at root level? RE: FAO Site Admin: Posting League Tables - Larry-AV - 02-02-2016 Copy this to here (from Rangers board). (02-02-2016, 15:44)Larry-AV Wrote: I have read that thread, Trus, good luck ! RE: FAO Site Admin: Posting League Tables - M*rk - 02-02-2016 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). What advantage does BBcode give you over posting the table's raw HTML? RE: FAO Site Admin: Posting League Tables - Trusevich - 02-02-2016 (02-02-2016, 16:53)M*rk Wrote: Not sure. 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. RE: FAO Site Admin: Posting League Tables - Larry-AV - 03-02-2016 Copy this to here from Rangers board, for info. (03-02-2016, 01:16)Larry-AV Wrote: You and I have thought (and hoped) correctly, Trus. |