by axew3 » 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
Code: Select all
$this->gids_html_allowed_ary = array(5);
so that it is possible to setup allowed Groups to post HTML.
viewtopic.php?t=1776
Version 1.0.2 of the phpBB HTML on posts extension clean up the code to be few lines and
ADD Groups array
[code]$this->gids_html_allowed_ary = array(5);[/code]
so that it is possible to setup allowed Groups to post HTML.
https://www.axew3.com/w3/forums/viewtopic.php?t=1776