Quote:
Originally Posted by multiplex
also can the thread creation feature be made automatic instead of checking it off every time?
|
OPEN product-videodirectory.xml
FIND:
PHP Code:
<td><input type="checkbox" class="bginput" id="newthread" name="newthread" value="1" tabindex="1" /> </td>
REPLACE WITH:
PHP Code:
<td><input type="checkbox" class="bginput" id="newthread" name="newthread" value="1" tabindex="1" checked /> </td>
REIMPORT product-videodirectory.xml
This worked for me, but it would be great to have this as an option within ACP.