Closed (fixed)
Project:
Node and Comments Form Settings
Version:
6.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
17 Jan 2011 at 05:11 UTC
Updated:
12 May 2011 at 23:02 UTC
Jump to comment: Most recent file
Comments
Comment #1
balintbrewsI have created a patch, and here is a screenshot.
Comment #2
balintbrewsComment #3
balintbrewsSorry, I made the patch for wrong version, here is a fixed one for 6.x-1.x-dev.
Comment #4
lelizondo commentedThis is great. Commited. Thanks.
Comment #6
liquidcms commentedrather than open a new issue; figured i would just re-open this one as it is done slightly wrong.
the "Page title when creating a node:" should only be used on the "create new node" form but it is also being used to define the admin form for that node type... sadly Drupal uses same form id i think for both... easiest is likely to also look at arg(0) to ensure not admin... i'll provide patch in a min
Comment #7
liquidcms commentedand the patch.
Comment #8
liquidcms commentedComment #9
lelizondo commentedwhat do you mean by "it is also being used to define the admin form for that node type... "? can you provide a path to replicate this?
Comment #10
liquidcms commentedstd Page node type would have the admin content type form at: admin/content/node-type/page
http://screencast.com/t/MJSh6MPCb
as you see in screenshot; the form should just have title "Page", without my patch and with this module this will say "Create Page"
Comment #11
lelizondo commentedcommitted to 6.x-2.x. thanks.
http://drupalcode.org/project/nodeformsettings.git/tree/73006bc6d5656d1a...
I don't know if this problem is also in 7.x-2.x, if it is, please report back and re-open the issue.