Any plans for a D7 port?

Comments

mraichelson’s picture

+1

askibinski’s picture

I'm currently working on a port of this module for a project. Will post a patch here when it's ready.

askibinski’s picture

I'm currently working on a port of this module for a project. Will post a patch here when it's ready.

gloaguen’s picture

Thanks for the help. I didn't have time for creating this patch myself. After you are done I will release a new version.

skilip’s picture

Any progress here? I'm planning to port the module today.

skilip’s picture

rudiedirkx’s picture

Awesome! I tried with @askibinski, but theming the node form fieldset didn't work. The difference (I see now) is:

'variables' => array('form' => NULL),

vs

'render element' => 'form',

'render element' is new in D7? How did you know? =) I didn't get that from http://api.drupal.org/api/drupal/modules--system--system.api.php/functio...

rudiedirkx’s picture

Status: Active » Reviewed & tested by the community

Installed, enabled, tested with several settings. Works.

skilip’s picture

@rudiedirkx: I used Coder Upgrade, which automates that ;)

rudiedirkx’s picture

Damn that's smart!

askibinski’s picture

Yeah, I used that too, but somehow missed that... ;)

sondes’s picture

Thanks so much for the D7 release! This is a really useful module!

I've installed it and it seems to be working well. However, I have been seeing some notice and warning messages when creating/editing content types and nodes:

Notice: Undefined property: stdClass::$node_level_blocks in node_level_blocks_fieldset_node_edit_form() (line 108 of /home/public_html/dev/sites/all/modules/node_level_blocks/node_level_blocks.admin.inc).

Notice: Undefined property: stdClass::$node_level_blocks in node_level_blocks_fieldset_node_edit_form() (line 109 of /home/public_html/dev/sites/all/modules/node_level_blocks/node_level_blocks.admin.inc).

Notice: Trying to get property of non-object in node_level_blocks_fieldset_node_edit_form() (line 124 of /home/public_html/dev/sites/all/modules/node_level_blocks/node_level_blocks.admin.inc).

Notice: Trying to get property of non-object in node_level_blocks_fieldset_node_edit_form() (line 132 of /home/public_html/dev/sites/all/modules/node_level_blocks/node_level_blocks.admin.inc).

Warning: in_array() expects parameter 2 to be array, null given in node_level_blocks_fieldset_node_edit_form() (line 132 of /home/public_html/dev/sites/all/modules/node_level_blocks/node_level_blocks.admin.inc).

Notice: Trying to get property of non-object in node_level_blocks_fieldset_node_edit_form() (line 161 of /home/public_html/dev/sites/all/modules/node_level_blocks/node_level_blocks.admin.inc).

Warning: in_array() expects parameter 2 to be array, null given in node_level_blocks_fieldset_node_edit_form() (line 161 of /home/public_html/dev/sites/all/modules/node_level_blocks/node_level_blocks.admin.inc).

Notice: Trying to get property of non-object in node_level_blocks_fieldset_node_edit_form() (line 177 of /home/public_html/dev/sites/all/modules/node_level_blocks/node_level_blocks.admin.inc).

Notice: Trying to get property of non-object in node_level_blocks_fieldset_node_edit_form() (line 178 of /home/public_html/dev/sites/all/modules/node_level_blocks/node_level_blocks.admin.inc).

Anyone who's been developing/testing this module have any idea what the trouble is here?

Thanks!

beezer75’s picture

Title: D7 port? » Same issue as #12, appears when creating new content

As mentioned above, this issue appears when creating new content only, once content has been created the module works fine if you edit a node.

mraichelson’s picture

Title: Same issue as #12, appears when creating new content » D7 port?

Changing title back to "D7 port?"

Johnny vd Laar’s picture

Version: 6.x-1.4 » 7.x-1.0-beta1
Status: Reviewed & tested by the community » Closed (fixed)

There is now a 7.x-1.0-beta1 version for any issues please create a new issue.