ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 25,813
- Points
- 823
Reputation:
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
Continue reading...
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
Continue reading...