I was debugging in the past few days, the previously reported bug, according to category listing.
I solved this problem, and also restored ACE widgets ![]()
We are terribly sorry for the inconviences, but we hope everything will work just fine now.
May 5th 2009 News

May 5th, 2009 at 11:16
It could be useful if you add compatibility with K2 Theme. I tried ACE 1.4.1 and 1.3.2 with K2 1.0-RC7 and it does’nt work.
May 5th, 2009 at 11:18
Nice idea, I’ll look what can be done about this.
May 5th, 2009 at 12:05
I just updated to 1.4.2 and using “wp_list_categories()” does not hide anything!?
May 5th, 2009 at 13:24
If you want to use it, please edit row no. 497 in advanced-category-excluder.php, and remove the “//” from the beginning of the row.
But wp_list_categories() is not supported offically. Please try to use the ACE Category widget instead.
May 5th, 2009 at 14:50
I can’t use ACE anymore. After I active it my blogroll is gone. Links are no longer appearing. Please fix this bug.
May 5th, 2009 at 14:51
Have you checked out the ACE Dashboard > Links or Link categories ?
May 5th, 2009 at 23:56
I actually have the same problem as Maja but haven’t checked out ‘links or links categories’ Will do that tomorrow!
May 6th, 2009 at 02:19
DjZoNe, I haven’t checked anything. This appeared after I upgraded to the latest version. I hope this issue can be fixed.
May 6th, 2009 at 11:01
Hi,
Thanks for fixing the issue I reported on build 1.3.2 much appreciated.
May 7th, 2009 at 03:28
Upgraded WP to 2.7.1 and ACE to 1.4 today. 1.4 is NOT working properly. I re-installed v1.3.2 and it works fine.
May 12th, 2009 at 17:40
Hi, I have updated ACE to 1.4.2 and then, the archives rss feeds stopped working for categories that I have excluded from the home and main rss feed. As previous version worked like a charm, I dug into your code and found something weird:
In advanced-category-excluder.php, second line of function ace_where(). There is a “&& $force == 1″ at the end of the if clause that seems to be always false.
I have deleted it and my feed has restarted to work like expected.
I suspect this line to be a remaining debug code but maybe you disabled this if-clause on purpose and I’m not getting why.
Thanks for this excellent work!
May 12th, 2009 at 22:47
Is it the right place to report bugs ? This website’s “bugreport” page explain how to do it but not where to send it
Still in ACE 1.4.2, In advanced-category-excluder.php, line 56. The filter function ace_getarchives_join() is empty (the code is commented). I have no idea why this is like but if you really want to disable this filter you should either remove the corresponding add_filter call or at least just return the $join param inside the function. Because as it is now, it just delete the initial join clause and any other custom filters effects. (that’s precisely why I found this bug)
This plugin is really great and I’m glad if my feedbacks can help.