
07-05-2011, 12:09 PM
|
|
|
Join Date: Apr 2007
Posts: 137
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
thanks for the info
Quote:
Originally Posted by dcuellar
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 />
|
|