| 1 |
$Id: README.txt,v 1.2.2.5 2008/06/08 13:13:53 fago Exp $ |
$Id: README.txt,v 1.2.2.6 2008/12/30 20:05:07 fago Exp $ |
| 2 |
|
|
| 3 |
Automatic Nodetitle Module |
Automatic Nodetitle Module |
| 4 |
------------------------ |
------------------------ |
| 25 |
generation" box allowing you to configure the details for the current content |
generation" box allowing you to configure the details for the current content |
| 26 |
type. |
type. |
| 27 |
|
|
| 28 |
|
|
|
|
|
| 29 |
|
|
| 30 |
Advanced Use: PHP Code |
Advanced Use: PHP Code |
| 31 |
------------------------ |
------------------------ |
| 54 |
|
|
| 55 |
So if the text of the CCK textfield [field_testtext-raw] isn't empty it will be used as title. |
So if the text of the CCK textfield [field_testtext-raw] isn't empty it will be used as title. |
| 56 |
Otherwise the node type will be used. |
Otherwise the node type will be used. |
| 57 |
|
|
| 58 |
|
|
| 59 |
|
|
| 60 |
|
Updating nodetitles from existing nodes |
| 61 |
|
--------------------------------------- |
| 62 |
|
If you set the nodetitle to be auto generated for some content type, existing nodes |
| 63 |
|
are not affected. You can update existing nodes by going to 'admin/content/node', |
| 64 |
|
then filter for your content type, mark some nodes and choose the "Update option" |
| 65 |
|
"Update automatic nodetitles". |
| 66 |
|
|
| 67 |
|
|