Download & Extend

Releases for Node and Comments Form Settings

nodeformsettings 7.x-2.x-dev

Download Size md5 hash
nodeformsettings-7.x-2.x-dev.tar.gz 20.52 KB 5181c9beef3de1e338e4df4e53a5a14c
nodeformsettings-7.x-2.x-dev.zip 36.11 KB deec24c93c5584084a1ca5b7066e4215
Last updated: May 25, 2011 - 00:35
Development snapshot from branch: 7.x-2.x

Release notes

development snapshoot

nodeformsettings 6.x-2.0

Download Size md5 hash
nodeformsettings-6.x-2.0.tar.gz 24.11 KB 67d19d137a4e4fb3545d4f4f56bfc570
nodeformsettings-6.x-2.0.zip 44.28 KB 06ea7f51179c9643271c0ca5383b976a
Last updated: March 24, 2011 - 18:06
Official release from tag: 6.x-2.0

Release notes

This is the same version of 6.x-2.0-beta2 but since no one has reported bugs, I consider it stable enough.

The main change is that the 6.x-2.x will make a less intense use of the variable table by storing all settings in just one variable per content type.

UPGRADING FROM 6.x-1.x

If you're upgrading, chances are you have all your content types configured. I added a new module to handle the migration, you should install it after you update your files.

The main reason for the migration module is because NFS and CFS have been separated into 2 different modules and now instead of creating several variables they use one per content type (nodeformsettings_content_type and commentformsettings_content_type) so your old variables won't work.

You can see a list of some of the changes made visiting http://drupal.org/node/1077760

The migration module will recreate the variables for you, but I must warn you that you should review this since your configuration could be lost. Please make a backup of your database before you do anything. To use the new Features bundled with 6.x-2.x you'll still have to edit your content type.

nodeformsettings 6.x-2.0-beta2

Download Size md5 hash
nodeformsettings-6.x-2.0-beta2.tar.gz 24.1 KB 184d14ae7ed9fe774703352c93b33991
nodeformsettings-6.x-2.0-beta2.zip 44.3 KB 1fd45bc5ad1ae3e11d9f3d1969a425bc
Last updated: March 3, 2011 - 01:51
Official release from tag: 6.x-2.0-beta2

Release notes

Added New Feature

#792644: Force preview

nodeformsettings 6.x-2.0-beta1

Download Size md5 hash
nodeformsettings-6.x-2.0-beta1.tar.gz 23.82 KB 56b795cfd61922edc395d7c47afe19b9
nodeformsettings-6.x-2.0-beta1.zip 43.5 KB f59a41196a6711271236db35df146825
Last updated: March 1, 2011 - 20:21
Official release from tag: 6.x-2.0-beta1

Release notes

THE FOLLOWING IS A LIST OF CHANGES FROM THE PREVIOUS VERSION 6.x-1.x

I. The most important change is that now this module instead of creating a thousand variables, now uses an array keyed variable to save all the settings, this will reduce the intense use of the {variables} table.

II. All alters are made in a separated include file, the module will auto detect the file and the function. Follow this three steps to create a new alter functionality.

1. Define the key and a default value in nodeformsettings_elements_default() or commentformsettings_elements_default(). Starting with nfs_ (for nodeformsettings) or cfs_ (for commentformsettings). Example:

function commentformsettings_elements_default() {
  return array(
    'cfs_author' => 0,
    'cfs_preview' => 0,
     // more ...
    'cfs_title' => 0,
  );
}

In this case we define the key 'cfs_title' with a default value of 0 (Enabled).

This step is mandatory since it will be used by the hook_form_alter() implementation. If you don't define a key in the form of 'cfs_something' or 'nfs_something' the module will not recognize the alter.

2. Create a file in the includes directory in the form of _option_cfs_something.inc
Again, the _option_cfs_ or _option_nfs_ are mandatory. Take a look at the include directory in each module to see some examples.

Read more

nodeformsettings 6.x-2.x-dev

Download Size md5 hash
nodeformsettings-6.x-2.x-dev.tar.gz 24.14 KB 750879671e04929d0d02e57b1de64ea8
nodeformsettings-6.x-2.x-dev.zip 44.33 KB 68a1c249c12a009999f7cf955b2db962
Last updated: May 25, 2011 - 00:35
Development snapshot from branch: 6.x-2.x

Release notes

development snapshoot. read the UPGRADE file to see what changed.

nodeformsettings 6.x-1.5

Download Size md5 hash
nodeformsettings-6.x-1.5.tar.gz 12.39 KB 5b8d48fa7c2e4d04883b88f2668866e7
nodeformsettings-6.x-1.5.zip 15.64 KB b36e5e5c3d6e8b6408c658d25e37210d
Last updated: December 24, 2010 - 23:27
Official release from tag: 6.x-1.5

Release notes

added german translation #695318: German translation. Thanks to @dddave
added new feature #630452: Disable Name, Email & Homepage for Anonymous Users
fixed #590566: Comments form settings doesn't work when using Content Profile and Advanced Profile Kit. Thanks to @mattiasj
fixed half of #709262: Validate to ensure buttons are not removed altogether

nodeformsettings 6.x-1.4

Download Size md5 hash
nodeformsettings-6.x-1.4.tar.gz 9.42 KB 9f7c96ea6f03f8c61cd8ae843c7454d0
nodeformsettings-6.x-1.4.zip 11.91 KB 2e1eb12565dc35cc2705b40e42f36ec7
Last updated: December 24, 2010 - 23:27
Official release from tag: 6.x-1.4

Release notes

Added
- Support for Vertical Tabs
- A new module, CCK Form Settings, to disable the input filter of Text Areas
- Option to disable the Name, Email and Homepage on Anonymous Comments
- Now it works with Content Profile and Advanced Profile Kit
- Added some JavaScript
- Fixed a couple of bugs about uninstalling not removing some variables
- Added feature to control the size of the body textarea field and even change it to a textfield. Thanks to @ositoblanco for this
- Fixed some other bugs.

nodeformsettings 6.x-1.3

Download Size md5 hash
nodeformsettings-6.x-1.3.tar.gz 8.23 KB 62a1032d3cd38f534d76b9a925de0f42
nodeformsettings-6.x-1.3.zip 9.14 KB 929338574e1f164151b06c16b8969685
Last updated: December 24, 2010 - 23:27
Official release from tag: 6.x-1.3

Release notes

Added feature to remove revision log field. Thanks to @jjeff #646282: Option to remove revision log field

nodeformsettings 6.x-1.2

Download Size md5 hash
nodeformsettings-6.x-1.2.tar.gz 8.04 KB 71bd80f7f26fe3524617f8a65f66e1bc
nodeformsettings-6.x-1.2.zip 8.91 KB 8b45e61482d18818a788e9566550aa82
Last updated: December 24, 2010 - 23:27
Official release from tag: 6.x-1.2

Release notes

Added functionality to show a Cancel link on node edit forms. Patch ported from #116939: Add a Cancel button on forms. Thanks to @rkerr and @quicksketch

nodeformsettings 6.x-1.1

Download Size md5 hash
nodeformsettings-6.x-1.1.tar.gz 7.78 KB c92847b1df60cdbe00bf4e4ce275cde4
nodeformsettings-6.x-1.1.zip 8.65 KB ec407fbbc735881b87811e5836ceabae
Last updated: December 24, 2010 - 23:27
Official release from tag: 6.x-1.1

Release notes

Stable enough. Released with the following functionality:

* Hide the "Split summary at cursor" button
* Hide the Input Format fieldset
* Change the default value of the Submit button
* Hide the preview button
* Hide the node title, useful when you're showing the node title on the breadcrumb or if you want to hide it for any other reason. The title needs to be set, if you want to auto generate it, use Automatic Nodetitles since this will not hide the title on the form, just when viewing the node.
* Hide the author of the comment on the comment form
* Hide the preview button
* Hide the word 'Comment' or title
* Hide the Input Format fieldset
* Change the default value of the Submit button to whatever you like
* Change the size of the comment text area

nodeformsettings 6.x-1.0

Download Size md5 hash
nodeformsettings-6.x-1.0.tar.gz 7.11 KB 66db5b32aee2e4786f3f1dbc1640ea0d
nodeformsettings-6.x-1.0.zip 7.42 KB b68408091c8d3364b6013f7ba8b7c383
Last updated: December 24, 2010 - 23:27
Official release from tag: 6.x-1.0

Release notes

Stable enough. Released with the following functionality:

  • Hide the "Split summary at cursor" button
  • Hide the Input Format fieldset
  • Change the default value of the Submit button
  • Hide the preview button
  • Hide the node title, useful when you're showing the node title on the breadcrumb or if you want to hide it for any other reason. The title needs to be set, if you want to auto generate it, use Automatic Nodetitles since this will not hide the title on the form, just when viewing the node.
  • Hide the author of the comment on the comment form
  • Hide the preview button
  • Hide the word 'Comment' or title
  • Hide the Input Format fieldset
  • Change the default value of the Submit button to whatever you like
  • Change the size of the comment text area

nodeformsettings 6.x-1.x-dev

Download Size md5 hash
nodeformsettings-6.x-1.x-dev.tar.gz 11.49 KB 223c6855b684cbb79efc0e890224750e
nodeformsettings-6.x-1.x-dev.zip 13.99 KB b3df2407c73c4c3d599fbe3698560d66
Last updated: February 25, 2011 - 07:42
Development snapshot from branch: 6.x-1.x

Release notes

First stable version

Subscribe with RSS Syndicate content