Download & Extend

Watchlist module doesn't check CCK fields for bad words

Project:abuse
Version:5.x-1.x-dev
Component:Code
Category:feature request
Priority:normal
Assigned:BTMash
Status:postponed (maintainer needs more info)

Issue Summary

Please enhance the watchlist module to check all CCK fields for bad words, not just the title and body fields.

Comments

#1

Assigned to:Anonymous» BTMash

This has been something I've been wanting to tackle across even for non CCK fields (other people's own modules).

For the 6.x branch, I implemented a hook that will allow extra text to be added to sift through by the watchlist module (that way, someone's custom module to could take a stab at using it). However, I also don't expect for CCK to add my hook ;) For CCK, what do you need to implement to check through its set of fields?

#2

Status:active» postponed (maintainer needs more info)

I should have asked for more info...

#3

Since no one has been able to offer how to check through CCK fields, I see few possible solutions in this scenario. If my hook is implemented by some modules, it checks that content. Otherwise, it runs a node_view (or comment view?) and checks that content. Let me know how that sounds.

nobody click here