I would like to create an add-on that would essentially disable the Censoring function for logged in members. So when a Unregistered / Unconfirmed visitor is viewing the forum, the Censoring will be in effect. If a logged in member is viewing the forum, the Censoring will not be in effect.
The part of the code that I need to override is located in the following file:
XF/App.php
The line of code that reads the censoring options is this:
PHP:
Read more
Читать далее...
The part of the code that I need to override is located in the following file:
XF/App.php
The line of code that reads the censoring options is this:
PHP:
...
Read more
Читать далее...