01-03-2026, 12:51 PM
(12-03-2025, 10:28 AM)M T Wrote: Do we have the plugins that support this?
https://www.phpbb.com/community/viewtopic.php?t=2650375
and/or
https://www.phpbb.com/customise/db/exten...pic/229501
(Including an excel url)
It would seem that taking a comma-separated values (csv) or tab-separated values (tsv) region would be easy to modify into a phpBB table.
I do that with emacs macros when I need to. It would be easy with any string editor.
The board is using MyBB, not phpBB. Maybe you are asking if there are MyBB plugins that do the equivalent of what those phpBB forum posts are talking about, like an excel tag? I haven't searched extensively, but I didn't see any. I did just fix the plugin we have that implements the basic bbcode syntax described at https://www.bbcode.org/making-a-table-with-bbcode.php
MyBB has a way to extend its bbcode implementation using regexes. I would hesitate to try to implement translating csv into html using regexes, though.

