Quote:
Originally Posted by tbworld
If you just wanted to just handle the "post text" then of course that would simplify the process -- there would be no reason to store the context.
It looks to me as if you use "class_dm_threadpost.php" --> class method "vB_DataManager::verify_pagetext" and extend the class with a modied method "verify_pagetext" --> that would call my modified function "fetch_sensored_text", where I would store the sensor-ed words in my new table. You could simply add a simple AJAX call to query and display the results, since only admins and maybe mods would be using it.
Anyway, it does seem to be possible.
|
That's interesting and seems a elegant way of accomplishing this.
Code it!