View Single Post

Old 07-20-2008   #3 (permalink)
Sergey Hmelevsky
Subrion Tech Support
 
Join Date: Apr 2007
Posts: 457
Sergey Hmelevsky is on a distinguished road
Default Re: Publishing Categories

Open file plugins/pub_cats/install.xml in editor and replace line #20
PHP Code:
$result $sbrDb->all('`title`, `path`''`level`=1 AND `num_all_articles`>0'00'articles_categories'); 
with next one
PHP Code:
$result $sbrDb->all('`title`, `path`''`level`=1'00'articles_categories'); 
After that, reinstall plugin 'Publishing Categories'.
__________________
With private requests send a ticket on http://www.subrion.com/desk/
Sergey Hmelevsky is offline   Reply With Quote