Quote:
Originally Posted by doctorsexy
Is there any way to have the Auto-Create Thread ticked automatically....
|
For this, all you need to do is find this code in the 8WR_media_submit template.
PHP Code:
<input type="checkbox" class="primary full checkbox" name="newthread" value="newthread" />
and change it to this.
PHP Code:
<input type="checkbox" class="primary full checkbox" name="newthread" value="newthread" checked="checked" />