I had a really freaky thing just happen. I added the following code in the newreply template right after
$threadmanagement (near the bottom)
HTML Code:
<if condition="is_member_of($bbuserinfo, 5,6,7)">
<fieldset class="fieldset" style="margin:$stylevar[formspacer]px 0px 0px 0px">
<legend>Moderating Options </legend>
<div style="padding:$stylevar[formspacer]px">
<label for="cb_hidepost" style="float:$stylevar[left]"><input type="checkbox" name="hidepost" value="1" id="cb_hidepost" />Hide Post?</label>
</div>
</fieldset>
</if>
It seemed to want to make every post hidden after a hidden post no matter if the hide post box was checked or not. I removed the code and it still did the same thing. I tried deleting the hidden posts with the inline moderation and still every post was hidden (even after deleting the code from the template). I had to delete the test thread and make a new one and now it seems to be working right. What would cause something like that to happen even without the code in the template?