Quote:
Originally Posted by harleyparts
would have to change some kind of variable in the code to like $closed=false;
but dont ask me where 
|
You're wrong.
For that you have to change the media/media_submit.php and search for:
PHP Code:
$threadman->set('open', false);;
Replace for
PHP Code:
$threadman->set('open', true);;
Why don't share the knowledge with others??