Webmastersite.net
Register Log In

batch category edit
dosnt include suggested approved categoires

Comments on batch category edit

Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7868
Paul
Posted Jun 09, 2005 - 11:05 AM:

They somehow have no category type, I see. Must be a problem with guest submissions, will fix.
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7868
Paul
Posted Jun 09, 2005 - 11:41 AM:

In suggest.php replace
   if (isset($customdata))
{
$customdata = $thiscategory->extractpermissions($customdata);
$thiscategory->savepermissions($customdata, 'no');
}
with
   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];
Search thread for
Download thread as
  • 0/5
  • 1
  • 2
  • 3
  • 4
  • 5



This thread is closed, so you cannot post a reply.