one question, is it possible to make this a feature you can use while editing like the close thread/pin thread (where you just tick a box and it does it) instead of having to edit the post, save changes, come back to the edit screen, lock the post, save again.
you know what i mean?
i had a crack at adding this myself but failed.. if anyone wants to suggest anything (im not much of a coder)
i just simply added this to the
newpost_threadmanage template.
PHP Code:
<if condition="$show['lockpostoption']">
<div><label for="rb_lock_change"><input type="checkbox" name="lock_change" value="1" id="rb_lock_change" tabindex="1" $checked=[lockunlock] /><if condition="$show['lockpostoption']">$vbphrase[lock_this_message]<else />$vbphrase[lock_unlock_message]</if> $vbphrase[after_you_submit_your_message].</label>
</div></if>
it shows up where it should and when it should (only on the edit post screen and only to mods/admins) and shows no errors, but it dosnt actually lock the post or change to unlock it.
if anyone can fix this so it works, i would be very gratful