I like the idea of this hack, atleast the [HIDE][/HIDE] feature, however I wondered if it would be possible to completely HIDE the text, without leaving a msg stating that the user NEEDS X requirements to see it. Rather it just APPEAR, possibly even inside a <feildset> tag which shows the user's name and 'HIDDEN'
Quote:
<fieldset>
<legend><? echo $bbuserinfo['username'] . "/HIDDEN" ?> </legend>
Hidden text
</fieldset>
|
Similar to that. Just a thought. I might attempt making a hack similar but I am far from an experienced coder.