Hi
I have a custom content type that I would like to change the node creation title for - it's sort of like a mini assessment and rather than it saying "Create Anger Test" I would like it to say "Take Free Anger Test". I can do this with string overrides and also via settings.php but I only want it to be changed on this one content type rater than all my content types. I've searched a fair bit within the drupal forums and Google but I can't seem to find anything to help me.
Any help would be much appreciated.
Comments
Comment #1
dpovshed commentedHi there,
no clean and nice solution at a glance for this.
A bunch if recipes are here
http://stackoverflow.com/questions/1392573/changing-the-node-creation-ti...
Personally I would create a tiny module to achieve the desired result.
Comment #2
jeremymcminn commentedHi denikin
Yes I ended up doing that - this is the code I ended up using for it.
Comment #3
dpovshed commentedHi jonnyfiasco,
great, thanks for sharing it here.
Let us close the issue then, OK?