Quote Originally Posted by gsh68 View Post
Anyone know how to get the categories sidebox showing on the main page on 1.5.6C and v2.0 template?
On the previous versions (1.5.5 + v1.3 template) it was simply a case of removing/commenting out a line in tpl_main_page.php
Code:
if ($this_is_home_page) {
  $flag_disable_right = true;
 /* $flag_disable_left = true;*/
}
However v2 has significantly changed and I can't find a way to do it.
Thanks.
Bumping hoping someone has found a way to display category left column on main page.