Quote:
Originally Posted by SnaKe |WiH|
where do I add this in the php? I know you say to the query....but I am not that up on code...so any more insight would be great!
|
this is what my post.php ended up looking like, i did not paste the entire file here:
WHERE
p.postid IN (" . implode(",", array_keys($this->content['postid'])) . ")
AND
p.visible <> 2
AND
t.visible <> 2
AND
t.forumid NOT IN (66,67,40,41,63,86,94,101)