I have this defined as Pattern for the title: [field_unit_type] [field_unit_number]. For some reason, only field_unit_number makes it into the title.

For example, if field_unit_type=A and field_unit_number=1, then the title becomes 1. I want it to be A 1.

Both of these are CCK-generated text fields.

Comments

aren cambre’s picture

It gets more interesting. I have another CCK content type that contains the fields first name and last name. I am able to combine those fields successfully using the format above. The only difference I can detect is the first name/last name fields are text, whereas the unit type field is text and the unit number field is an integer.

aren cambre’s picture

Title: Can't pull from two fields. » Can't combine text and integer fields

Updating title to possibly be more accurate.

rjl’s picture

I am having a similar problem, but for me it seems to be ignoring any of my CCK fields that are select lists (I am using both text and integer select list CCK fields for this node type). If I only use fields that are select lists I get the following error:

Autogenerated title field is blank. Perhaps you need to change the configuration settings for this content type.

This module will really be great for what I am trying to do, so I really appreciate your work, thanks.

fago’s picture

I've just committed some enhancements, please test and reactivate if the problem persists.

fago’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)