batch category edit dosnt include suggested approved categoires
if (isset($customdata)) { $customdata = $thiscategory->extractpermissions($customdata); $thiscategory->savepermissions($customdata, 'no'); }
if (isset($customdata)) { $customdata = $thiscategory->extractpermissions($customdata); $thiscategory->savepermissions($customdata, 'no'); } // set default category type $firsttype = explode(',', $settings->cattypes); if ($thiscategory->type == '') $thiscategory->type = $firsttype[0];
This thread is closed, so you cannot post a reply.
Comments on batch category edit
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
They somehow have no category type, I see. Must be a problem with guest submissions, will fix.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
In suggest.php replace
with