I need to ask a quesion about the instructions for this hack. When we look for:
and replace it with:
PHP Code:
" . fetch_visible_sql() . "
that should only be done on the post table queries and NOT the thread table queries, right?
And also, I could only find 1 instance of:
PHP Code:
post.visible = 1
in the showthread.php. That's all there is for that one, too, right?