1
Could someone give me a proper function and the necessary includes for enabling (extending to 3rd party modules) the swear word filter built into the core.
In /class/module.textsanitizer.php I found the following, but can not get the function to work in MyAds, FriendFinder or Pical. I also saw some depricated functions, but have not tried them yet as I would like to do this in the most efficent manner.
Quote:
function &censorString(&$text);
I can find all of the variables in the modules (both input and display), but can not get the function to work.
Any advice is appreciated.
Tx!