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

trickfun’s picture

i 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

greenskin’s picture

Version: 7.x-1.x-dev » 6.x-1.x-dev
Assigned: greenskin » Unassigned
Status: Active » Fixed

Fixed 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

greenskin’s picture

Version: 6.x-1.5 » 7.x-1.x-dev

I think this would be an issue in the 7.x branch as well. If not, feel free to close.

ultimike’s picture

greenSkin,

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

greenskin’s picture

Assigned: Unassigned » greenskin

@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.

ultimike’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev
Assigned: Unassigned » greenskin
Status: Fixed » Closed (fixed)

Gotcha - understood. Thanks!

-mike