Index: branches/unlabeled/unlabeled-1.54.2/core/units/categories/categories_config.php =================================================================== diff -u -r6783 -r7508 --- branches/unlabeled/unlabeled-1.54.2/core/units/categories/categories_config.php (.../categories_config.php) (revision 6783) +++ branches/unlabeled/unlabeled-1.54.2/core/units/categories/categories_config.php (.../categories_config.php) (revision 7508) @@ -42,7 +42,7 @@ 'icon' => 'icon16_cat_pending.gif', 'label' => 'la_tab_Categories', 'js_url' => '#url#', - 'url' => Array('t' => 'advanced_view', 'SetTab' => 'c', 'pass' => 'm,c.showall', 'c.showall_event' => 'OnSetFilterPattern', 'c.showall_filters' => 'show_active=0,show_pending=1,show_disabled=0,show_new=1,show_pick=1'), + 'url' => Array('t' => 'in-portal/advanced_view', 'SetTab' => 'c', 'pass' => 'm,c.showall', 'c.showall_event' => 'OnSetFilterPattern', 'c.showall_filters' => 'show_active=0,show_pending=1,show_disabled=0,show_new=1,show_pick=1'), 'status' => STATUS_PENDING, ), ), Index: branches/unlabeled/unlabeled-1.7.2/core/units/general/helpers/mod_rewrite_helper.php =================================================================== diff -u -r7466 -r7508 --- branches/unlabeled/unlabeled-1.7.2/core/units/general/helpers/mod_rewrite_helper.php (.../mod_rewrite_helper.php) (revision 7466) +++ branches/unlabeled/unlabeled-1.7.2/core/units/general/helpers/mod_rewrite_helper.php (.../mod_rewrite_helper.php) (revision 7508) @@ -74,7 +74,7 @@ { $category_path = trim($category_path.'/'.$url_part, '/'); - if( preg_match('/(.*)_([\d]+)$/', $category_path, $rets) ) + if( !preg_match('/^bb_[\d]+/', $url_part) && preg_match('/(.*)_([\d]+)$/', $category_path, $rets) ) { $category_path = $rets[1]; $vars['m_cat_page'] = $rets[2];