Quote:
Originally Posted by Ted S
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.
|
PERFECT. Worked like a charm.
Thanks so much again for your quick reply and help.
NOMINATED