Quote:
Originally Posted by vbboarder
Update on Filter links bug:
I looked at the code for local_links.php and the only line I could find for $linkfilterbit is (near line 785):
I experimented and removing the condition '($nhits or strlen($viewfilter))' enabled the filter links bar to appear. Are the values for $nhits or $viewfilter set incorrectly when viewing a category's entries list?
Note: I'm still testing on LDM-2.2.9-post1 'cause I don't want to complicate my tests with some more new code from 2.3.0-alpha1. I'm trying to track the fixes that you've done, so hopefully I'm not reporting a bug that's already fixed. I found some other minor bugs in LDM-2.2.9-post1, but haven't post them yet - will try to fix myself and report them.
|
It's $nhits that's the problem. I imagine you've got featured sites enabled and there are none to show in the current category. The code which sets up the featured sites is over-writing the correct value of $nhits.