Closed (fixed)
Project:
Module Filter
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
3 Feb 2011 at 18:42 UTC
Updated:
13 Mar 2011 at 21:07 UTC
First off - love the module. It's installed on every site I work on.
That being said, I just found what looks to be a small bug. On on site I have Organic Groups installed. When I go to admin/build/modules and type "organic groups", I get back only some of the OG modules. In particular, "Organic groups Views integration" does not get returned. I thought it might be an issue with some funky characters in the og_views.info file so I went in a re-typed it, but that didn't solve the issue.
Any ideas?
Thanks,
-mike
Comments
Comment #1
trickfun commentedi had the same problem. you have to disable "system module" in util modules packages and enable of couse jquery ui module.
in this way it works
Comment #2
greenskin commentedFixed in 6.x dev. The problem was, in relation to "Organic Groups Views integration", the <strong> tag being used in the module description. This was fixed by adding a class to the <strong> tag used with the project name and filtering based off of that text.
The jQuery UI module does not need to be installed for Module Filter to work properly.
Edit: Fixed my <strong> tags so they render correctly
Comment #3
greenskin commentedI think this would be an issue in the 7.x branch as well. If not, feel free to close.
Comment #4
ultimikegreenSkin,
You lost me on what exactly the problem was. I was seeing the problem in the Drupal 7 version.
Are you talking about the module description from og_views.info?
-mike
Comment #5
greenskin commented@ultimike Module Filter grabs the text from <strong> tag within a row. The issue was og_views uses <strong> within its description. So the filtering was comparing with the text within the <strong> tag in the description. In the 6.x branch I added a class to help filter solely on the module name.
Comment #6
ultimikeGotcha - understood. Thanks!
-mike