I found the solution if anybody needs it for future this is one way you can skip the categories page.
goto $content .= $li_class; in this file
/wtdepot/includes/templates/theme296/sideboxes/tpl_categories.php
right before that line add following codes
$den=$box_categories_array[$i]['path'];
if (!strpos($den,"_")) {
$a=substr($den,strpos($den,"=")+1);
$a=$a+1;
$den .='_'.$a;
$box_categories_array[$i]['path']=$den;}
You are done.



