Quote:
Originally Posted by kh99
Well, it looks like ignored users are kept in two places - one is in the ignorelist column of the usertextfield table. That one can be set using the datamanager. The other one is the userlist table, like is being set by the query posted above. It turns out that build_userlist() takes care of setting the ignorelist via the datamanager, so you'd still have to do a query to create a row in usertextfield.
|
Thanks. OK, so we would have to do it BOTH with the query code you provided earlier AND with the DataManager, is that correct?
If so, then what is the DataManager code we need to use on top of the query code you already provided?
Thanks again, kh99, you're a huge help around here. Your prompt and thorough responses are always appreciated.