When this module is enabled, if I go to create a user group at node/add/group-name I see the words "group_name_node_form" prints out to the top of the page (before doctype tag). This causes the header to break for my theme (modified version of tech theme). Has the module author or anyone else seen this before and if so, do you know of a solution? Thanks.

Comments

amanuel’s picture

Status: Active » Fixed

I've updated the module.

Thanks for spotting the forgotten debug code.

Grab the source via CVS or wait till it updates later today.

Or if you want to do it by hand, in og_notify.module, remove line 28.

      print $form_id;

Cheers.

dr00b’s picture

Thanks, that did the trick!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.