When posting a thread, received error on bad word filtering.
error is:
The bad word filter file does not exist in /component/com_fireboard/templet/default/view.php line 37.
Temporally disable the filter and this mitigated the error, but ...
The reference in the error points to:
// Check if need to include class for bad word filtering
if ($fbConfig['badwords']) {
require_once ('components/com_badword/class.badword.php'

;
}
I'm lost since this component does not exist and is not included in the FB 1.0.3 or patches.
any idea what's missing in the new release and how can I fix it?