Quote:
Originally Posted by qpurser
Yes. It would be great if I can have the raw code edits. I can edit the files myself then
|
All edits will be to upload/productforums.php function addproduct
Find
Code:
$newpost['emailupdate'] = 0;
$newpost['visible'] = 0; // make sure the thread is hidden
Find
Code:
$db->query_write("
UPDATE " . TABLE_PREFIX . "thread SET
visible = 0
WHERE threadid = '". $newpost['threadid'] ."'
");
Remove it.
Find
Change it to active = 1
That's it.