Refering to the warned post being marked, I was thinking about this and I want to share those thoughts with you.
At the moment, the only place where the warned postid is stored, is in the table warnings. If we were to have a "red flag" for posts that have been warned, that means that I should add a query, which will read the warnings table, for each post. Too much server overload I think.
The alternative would be, to mark the post as "warned" in the "post" table. In that way, when the post is read, to be displayed, the warned red flag is read as well. But, that means that almost all files that issue "post-related" warnings, will have to be edited (off my head right now, I would say that these are three or four files, but maybe I can make it less).
I think I should do it that way, otherwise I know one member here, whose hair will stand up, if we add another query per shown post.
Rgds
|