Quote:
Originally posted by Xenon
==1 means is equal to 1
!=1 means is NOT equal to 1
$post[visible]=1 means set $post[visible]=1 which would be true always
|
Ok, that makes sense. But why didn't this work then?
Oh, ok, I see, I think. This code turned it off for everyone. It made it think that all posts were hidden, but it should have worked backwards, shouldn't it? It should have turned on the quote button for hidden replies and off for normal replies. Or am I missing something elementary here?