When my user is browsing a specific category page, I would like the Sidebar Stories module to display only the top stories from that category. I looked at sidebarstories.php in the libs folder and this code:
makes me think that it SHOULD be working right, yet my category sidebar stories displays top news from all categories even though it says 'Top Stories in Category1'. It is not the categories that are messed up, just the sidebar stories.Code:if ($this->category) { $thecat = get_cached_category_data('category_safe_name', $this->category); $search->category = $thecat->category_id; }
I found two people talking on the same subject, one found a solution but he had a previous version of Pligg and it appears that some of the changes he made are standard in my version (1.0.3), and the other nobody helped out.
This seems like it should be a simple fix. I'm using Pligg 1.0.3, Fusion Template, URL Method 2 (made changes to htaccess), and I just recently upgraded from 1.0.0 so maybe something went wrong there (although everything else is working so I dunno).
Thanks for any help in advance!



Reply With Quote




