The Manage Group Forums link does not work properly as the forms need to be updated for use with the new 5.x Forms API. When selecting the Manage Group Forums link and selecting Add or Edit forum, you're presented with a page not found error due to the fact that the form calls need to be updated. I began working on this here http://drupal.org/node/109573 and was able to get the Add/Edit form to display correctly, however the submit was causing sql errors and I never got around to working it out.

Thanks for your work on this module.

Josh

Comments

altrem’s picture

I confirm, Manage Group Forum not working, getting SQL errors,

things like:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 query: SELECT n.nid, n.vid, n.type, n.status, n.created, n.changed, n.comment, n.promote, n.sticky, r.timestamp AS revision_timestamp, r.title, r.body, r.teaser, r.log, r.format, u.uid, u.name, u.picture, u.data FROM node n INNER JOIN users u ON u.uid = n.uid INNER JOIN node_revisions r ON r.vid = n.vid WHERE

And a php error: Invalid argument supplied for foreach() dans /path/to/install/modules/node/node.module à la ligne 504.

Thank you.

rconstantine’s picture

darren oh’s picture

Status: Active » Fixed

Fixed in CVS commit 57756.

Eliyahu’s picture

It does not work. I get a blank page when I attemp to use it

darren oh’s picture

Status: Fixed » Active
darren oh’s picture

Status: Active » Postponed (maintainer needs more info)

Please specify the version you are using.

rconstantine’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Whatever the matter was, the current version is fine and older versions are no longer supported.