Any way to set Auto-Create Thread default to yes?
----
Edit: Solved. For those interested you can do the following in the '
8WR_media_submit' template:
Replace:
Code:
<input type="checkbox" class="primary full checkbox" name="newthread" value="newthread" />
With:
Code:
<input type="checkbox" class="primary full checkbox" name="newthread" value="newthread" checked />