-
Bug
-
Resolution: Fixed
-
3.0.x
-
None
-
PHP Environment:
Database:
Hi, regarding this new feature at phpBB 3.0.6 RC1:
"submit_post() now accepts force_approved_state"
It will be better if the post confirmation also reflect the approved state. I test it with adding
$data['force_approved_state'] = false;
The post need to approve first but I've got this message when hitting submit
This message has been posted successfully.
instead of
This message has been submitted successfully, but it will need to be approved by a moderator before it is publicly viewable. You will be notified when your post has been approved.
I'm sure this will save a lot of time especially for modders.
Thanks,