Download & Extend

Simplify Node Add

Screenshot simplify node add

This module can be used for simplifying the forms used to add and edit nodes. With this module you can define which fields to show to a user.

Newly added is the hook you can use to custom add fields that this module uses. You can use hook_simplify_node_add_gettypes().

Example hook:

<?php
function myModule_simplify_node_add_gettypes() {
 
$field_types = array(
   
'access' => array(
     
'fieldname' => t('title'),
    ),
   
'unset' => array(
     
'fieldname' => t('title'),
    ),
  );
  return
$field_types;
}
?>

The hook uses a nested array which holds an array of field to set the access to false or unset the field.

#D7CX: I pledge that Simplify Node Add will have a full Drupal 7 release on the day that Drupal 7 is released.

Note 19.Dec.10: D7 allows enabling/hiding of the core node edit sections out of the box. There is also the simplify module for D7 that you might wish to know about.

Downloads

Recommended releases

Version Downloads Date Links
6.x-1.5 tar.gz (7.88 KB) | zip (8.82 KB) 2011-Mar-25 Notes

Development releases

Version Downloads Date Links
6.x-1.x-dev tar.gz (7.88 KB) | zip (8.82 KB) 2011-Mar-25 Notes

Project Information


Maintainers for Simplify Node Add

  • fabianderijk - 16 commits
    last: 2 years ago, first: 3 years ago

Issues for Simplify Node Add

To avoid duplicates, please search before submitting a new issue.
All issues
Bug reports
Statistics (2 years)
New issues
Open bugs
Participants