Automatic Nodetitles is a small and efficient module that allows hiding of the content title field in the form.
0
votes
1answer
62 views
D7 auto nodetitle, title with pattern node:nid and rules php node_save($node)
I want to make automatic title like node-333, using auto nodetitle module. When creating node there is no nid, so pattern node-[node:nid] gives me after saving new content "node-". When I edit again ...
1
vote
1answer
191 views
Token Not Working On Auto Node Title and Auto Entity Title
I am using drupal 7, auto node title 7.x-1.0, and token 7.x-1.4. I am trying to hide content type title field and set title value based on other field value, so i use auto-node title and token module. ...
1
vote
2answers
351 views
A special autoincrement field
I have a "Property" content type created for a real estate web site. The Property content type has a taxonomy field called "Type" where type can be House, Office, Apartment and so on...
I want to ...
0
votes
4answers
408 views
how to change widget type of title field in content type Drupal 7
I am trying to change the widget type for title field in content type (currently it's a text field as default). Now I want to change to node reference.
0
votes
1answer
218 views
Automatic Node titles to generate a title based on taxonomy
I’m using Automatic Node titles to create node titles based on taxonomy terms.
In my node I have 3 flat vocabulary:
Color, size, year.
One CCk field for the price.
And 1 hierarchical ...
0
votes
2answers
214 views
Dynamic site title based on role and/or content type
I need to dynamically change the Drupal site title to match the role the current use has, or as an alternative option I need to be able to change it based on the content type that is being viewed (on ...
0
votes
1answer
248 views
How to hide node title while in edit without automatic nodetitle module?
Actually in hook nodeapi(op:presave) I'm setting my own custom title so I want to hide the title field from the node edit form.
It does not work if I use automatic nodetitle module since it is also ...
2
votes
0answers
89 views
Passing a referenced node's location token to referring node
I have two content types -- Invoice and Project -- which are related to each other (Basic content types provided by Storm). Project has a Location CCK field, which I want to use in the Invoice's title ...
3
votes
2answers
79 views
Customize a “Feature”
I'm trying to create a feature that includes an Automatic Nodetitle.
I want to change two things related to Automatic Nodetitle: Hide Title in content creation and populate the field with tokens.
...