By the way, if you want to have the box automatically checked in the
"Do you wish to automatically create a thread in the "Videos" forum related to this video?" section just above Add video edit the following template.
Styles and Templates/Search in Templates/Search for video_add/ select yes/Find..
In the video_add template search for:
Code:
<td><input type="checkbox" class="bginput" id="newthread" name="newthread" value="1" tabindex="1" /> </td>
Replace with:
Code:
<td><input type="checkbox" class="bginput" id="newthread" name="newthread" value="1" tabindex="1" accesskey="c" checked="checked" /> </td>
I highlighted the added code in
red to show changes.
Happy editing..