1.0.2 phpBB HTML on posts extension (HTML/Javascript parsed into phpBB posts)
Posted: Sun Nov 30, 2025 11:02 pm
Version 1.0.2 of the phpBB HTML on posts extension clean up the code to be few lines and
ADD Groups array
so that it is possible to setup allowed Groups to post HTML.
viewtopic.php?t=1776
ADD Groups array
Code: Select all
$this->gids_html_allowed_ary = array(5);viewtopic.php?t=1776