fjbotto
Results 1 - 1 of 1
byfjbotto, December 20, 2008
Hi i 've recently downloaded this module, it is great, good job.
I was needing to list al cetegory items, even if they are empty, but the parameter Empty Categories in Section, doesn't work.
So to accomplish this i've made a little modification in helper.php line 155 and 161.
line 155: $empty = "\n HAVING numitems >= 0";
line 161: $empty_sec = "\n HAVING numitems >= 0";
as you can see i added the equal sign.
Thanks
Federico Botto
I was needing to list al cetegory items, even if they are empty, but the parameter Empty Categories in Section, doesn't work.
So to accomplish this i've made a little modification in helper.php line 155 and 161.
line 155: $empty = "\n HAVING numitems >= 0";
line 161: $empty_sec = "\n HAVING numitems >= 0";
as you can see i added the equal sign.
Thanks
Federico Botto

