Okay so in brief, I am creating a hack that makes sure users who is yet to reply to threads cannot see anything posted with [*hide] hey [*/hide]..
This is what my procedure so far has been,
Showthread.php: You must first be a
registered member to view any code.
Postbit template: You must first be a
registered member to view any code.
This is all I've done so far - and I guess that should be enough - obviously, however, it isn't. I get nothing but a blank thread each time. So I added something after $post[foo_message], like "hey". it then showed hey, but seems it is not because I did not reply ('cause I did) but simply because it considers $post[foo] to be unset, which is untrue.. can anynone guide me further than this?
BTW. Please don't tell me to use existing hacks for this, as I don't like using anything but my own hacks ;)